diff options
author | Andreas Auras <yak54@inkennet.de> | 2011-09-23 22:16:43 +0200 |
---|---|---|
committer | Andreas Auras <yak54@inkennet.de> | 2011-09-23 22:16:43 +0200 |
commit | e13185dcc397297442e815cb4372537c86e89afa (patch) | |
tree | 282e25b9d62d263280236993b655c0502d80c1b7 /project/df10ch_test/df10ch_test.sln | |
parent | a9fd3ff0b95b45ea419c701448270a061b28c570 (diff) | |
download | df10ch-atmolight-controller-e13185dcc397297442e815cb4372537c86e89afa.tar.gz df10ch-atmolight-controller-e13185dcc397297442e815cb4372537c86e89afa.tar.bz2 |
Setup program version 4:
Exchange pyusb with extracted modules from python-libusb1 project.
Add generating .exe file for win32 platform with py2exe.
Controller test application version 2:
Port application to win32 platform.
Added win32 binary distribution generation.
Update README and HISTORY.
Diffstat (limited to 'project/df10ch_test/df10ch_test.sln')
-rw-r--r-- | project/df10ch_test/df10ch_test.sln | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/project/df10ch_test/df10ch_test.sln b/project/df10ch_test/df10ch_test.sln new file mode 100644 index 0000000..c2ad18a --- /dev/null +++ b/project/df10ch_test/df10ch_test.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "df10ch_test", "df10ch_test.vcxproj", "{A3FE763B-2505-450E-9F94-EDA674894EF8}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A3FE763B-2505-450E-9F94-EDA674894EF8}.Debug|Win32.ActiveCfg = Debug|Win32 + {A3FE763B-2505-450E-9F94-EDA674894EF8}.Debug|Win32.Build.0 = Debug|Win32 + {A3FE763B-2505-450E-9F94-EDA674894EF8}.Release|Win32.ActiveCfg = Release|Win32 + {A3FE763B-2505-450E-9F94-EDA674894EF8}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal |