From e13185dcc397297442e815cb4372537c86e89afa Mon Sep 17 00:00:00 2001 From: Andreas Auras Date: Fri, 23 Sep 2011 22:16:43 +0200 Subject: 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. --- project/df10ch_test/df10ch_test.sln | 20 ++++++ project/df10ch_test/df10ch_test.vcxproj | 91 +++++++++++++++++++++++++ project/df10ch_test/df10ch_test.vcxproj.filters | 27 ++++++++ 3 files changed, 138 insertions(+) create mode 100644 project/df10ch_test/df10ch_test.sln create mode 100644 project/df10ch_test/df10ch_test.vcxproj create mode 100644 project/df10ch_test/df10ch_test.vcxproj.filters (limited to 'project/df10ch_test') 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 diff --git a/project/df10ch_test/df10ch_test.vcxproj b/project/df10ch_test/df10ch_test.vcxproj new file mode 100644 index 0000000..d0a7d41 --- /dev/null +++ b/project/df10ch_test/df10ch_test.vcxproj @@ -0,0 +1,91 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {A3FE763B-2505-450E-9F94-EDA674894EF8} + Win32Proj + df10ch_test + + + + Application + true + NotSet + + + Application + false + true + NotSet + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\..\libusb\libusb;%(AdditionalIncludeDirectories) + + + Console + true + ..\..\..\libusb\Win32\Release\lib;%(AdditionalLibraryDirectories) + libusb-1.0.lib;%(AdditionalDependencies) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + ..\..\..\libusb\libusb;%(AdditionalIncludeDirectories) + + + Console + true + true + true + ..\..\..\libusb\Win32\Release\lib;%(AdditionalLibraryDirectories) + libusb-1.0.lib;%(AdditionalDependencies) + + + + + + + + + + + + \ No newline at end of file diff --git a/project/df10ch_test/df10ch_test.vcxproj.filters b/project/df10ch_test/df10ch_test.vcxproj.filters new file mode 100644 index 0000000..94eea01 --- /dev/null +++ b/project/df10ch_test/df10ch_test.vcxproj.filters @@ -0,0 +1,27 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + + + Header Files + + + \ No newline at end of file -- cgit v1.2.3