aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/LEDNotifier/LEDMixerApp/LEDMixer.csproj
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-11-09 12:45:10 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-11-09 12:45:10 +0000
commit65644164792c3eaa9214c5abcb62052ca6ea2344 (patch)
tree5d516b431e0a06e86fae2eb121afb07d4cdbc210 /Projects/LEDNotifier/LEDMixerApp/LEDMixer.csproj
parent8df0cf3241ff7de055850b630e8d878d1023bb5d (diff)
downloadlufa-65644164792c3eaa9214c5abcb62052ca6ea2344.tar.gz
lufa-65644164792c3eaa9214c5abcb62052ca6ea2344.tar.bz2
lufa-65644164792c3eaa9214c5abcb62052ca6ea2344.zip
Update host C# applications for VS2010. Make LEDNotifier project host applications only display valid COM port names for the PC it is run on, rather than all possible port names. Add missing property files to the TempDataLogger project host application.
Diffstat (limited to 'Projects/LEDNotifier/LEDMixerApp/LEDMixer.csproj')
-rw-r--r--Projects/LEDNotifier/LEDMixerApp/LEDMixer.csproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/Projects/LEDNotifier/LEDMixerApp/LEDMixer.csproj b/Projects/LEDNotifier/LEDMixerApp/LEDMixer.csproj
index 9b4660026..4e9318c6e 100644
--- a/Projects/LEDNotifier/LEDMixerApp/LEDMixer.csproj
+++ b/Projects/LEDNotifier/LEDMixerApp/LEDMixer.csproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -12,6 +12,10 @@
<AssemblyName>LEDMixer</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
+ <FileUpgradeFlags>
+ </FileUpgradeFlags>
+ <OldToolsVersion>3.5</OldToolsVersion>
+ <UpgradeBackupLocation />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -68,6 +72,7 @@
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
+ <DesignTime>True</DesignTime>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>