diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-25 01:27:06 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-25 01:27:06 +0000 |
commit | 5d5e3590762745af400e8ba736d1c5692a5de521 (patch) | |
tree | 2e93b68e65bbb98e2eb00cf4fce0cf1edcb290c1 /Projects/TemperatureDataLogger/TempLoggerHostApp/TempLoggerHostApp.sln | |
parent | b68f7f16499a96e85c7cef4afd9da1a5c69e6a08 (diff) | |
download | lufa-5d5e3590762745af400e8ba736d1c5692a5de521.tar.gz lufa-5d5e3590762745af400e8ba736d1c5692a5de521.tar.bz2 lufa-5d5e3590762745af400e8ba736d1c5692a5de521.zip |
Minor code cleanups, remove TemperatureDataLogger host application's Visual Studio Solution files, add LibHIDNet license files.
Diffstat (limited to 'Projects/TemperatureDataLogger/TempLoggerHostApp/TempLoggerHostApp.sln')
-rw-r--r-- | Projects/TemperatureDataLogger/TempLoggerHostApp/TempLoggerHostApp.sln | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Projects/TemperatureDataLogger/TempLoggerHostApp/TempLoggerHostApp.sln b/Projects/TemperatureDataLogger/TempLoggerHostApp/TempLoggerHostApp.sln deleted file mode 100644 index f3fbdb2cf..000000000 --- a/Projects/TemperatureDataLogger/TempLoggerHostApp/TempLoggerHostApp.sln +++ /dev/null @@ -1,20 +0,0 @@ -
-Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual Studio 2008
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TempLoggerHostApp", "TempLoggerHostApp\TempLoggerHostApp.csproj", "{A2D66069-8CF9-4104-828C-49A73D7DB5D1}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A2D66069-8CF9-4104-828C-49A73D7DB5D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A2D66069-8CF9-4104-828C-49A73D7DB5D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A2D66069-8CF9-4104-828C-49A73D7DB5D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A2D66069-8CF9-4104-828C-49A73D7DB5D1}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
|