Update host C# applications for VS2010. Make LEDNotifier project host applications...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 9 Nov 2011 12:45:10 +0000 (12:45 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 9 Nov 2011 12:45:10 +0000 (12:45 +0000)
commit65644164792c3eaa9214c5abcb62052ca6ea2344
tree5d516b431e0a06e86fae2eb121afb07d4cdbc210
parent8df0cf3241ff7de055850b630e8d878d1023bb5d
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.
18 files changed:
Projects/LEDNotifier/CPUUsageApp/CPUMonitor.cs
Projects/LEDNotifier/CPUUsageApp/CPUMonitor.csproj
Projects/LEDNotifier/CPUUsageApp/Properties/Resources.Designer.cs
Projects/LEDNotifier/CPUUsageApp/Properties/Settings.Designer.cs
Projects/LEDNotifier/HotmailNotifierApp/MailNotifier.cs
Projects/LEDNotifier/HotmailNotifierApp/MailNotifier.csproj
Projects/LEDNotifier/HotmailNotifierApp/Properties/Resources.Designer.cs
Projects/LEDNotifier/HotmailNotifierApp/Properties/Settings.Designer.cs
Projects/LEDNotifier/LEDMixerApp/LEDMixer.cs
Projects/LEDNotifier/LEDMixerApp/LEDMixer.csproj
Projects/LEDNotifier/LEDMixerApp/Properties/Resources.Designer.cs
Projects/LEDNotifier/LEDMixerApp/Properties/Settings.Designer.cs
Projects/TempDataLogger/TempLogHostApp/Properties/AssemblyInfo.cs [new file with mode: 0644]
Projects/TempDataLogger/TempLogHostApp/Properties/Resources.Designer.cs [new file with mode: 0644]
Projects/TempDataLogger/TempLogHostApp/Properties/Resources.resx [new file with mode: 0644]
Projects/TempDataLogger/TempLogHostApp/Properties/Settings.Designer.cs [new file with mode: 0644]
Projects/TempDataLogger/TempLogHostApp/Properties/Settings.settings [new file with mode: 0644]
Projects/TempDataLogger/TempLogHostApp/TempLoggerHostApp.csproj