From 4b6c069da2094857bd0d49ea7d3597efa86d5bf5 Mon Sep 17 00:00:00 2001 From: "Pavel A." Date: Thu, 15 Jan 2015 03:07:48 +0200 Subject: [PATCH] usb-relay-dll, added vs2013 project Target: XP compatible; x86/x64 --- .../usb-relay-dll(vc2013).vcxproj | 198 ++++++++++++++++++ .../usb-relay-dll(vc2013).vcxproj.filters | 44 ++++ 2 files changed, 242 insertions(+) create mode 100644 lib/usb-relay-dll/usb-relay-dll(vc2013).vcxproj create mode 100644 lib/usb-relay-dll/usb-relay-dll(vc2013).vcxproj.filters diff --git a/lib/usb-relay-dll/usb-relay-dll(vc2013).vcxproj b/lib/usb-relay-dll/usb-relay-dll(vc2013).vcxproj new file mode 100644 index 0000000..bb7f4f0 --- /dev/null +++ b/lib/usb-relay-dll/usb-relay-dll(vc2013).vcxproj @@ -0,0 +1,198 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + usb-relay-dll + {0E07152A-666D-4EB4-9049-BDE08C35A86D} + usbrelaydll + Win32Proj + + + + DynamicLibrary + v120 + Unicode + true + + + DynamicLibrary + v120 + Unicode + true + + + DynamicLibrary + v120 + Unicode + + + DynamicLibrary + v120 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + usb_relay_device + + + true + usb_relay_device + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + usb_relay_device + + + false + usb_relay_device + + + + Disabled + ../../commandline;..;\winddk\7.1.0\inc\crt;\winddk\7.1.0\inc\api;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;USBRELAYDLL_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + Default + + + $(OutDir)USB_RELAY_DEVICE.dll + D:\winddk\7.1.0\lib\wxp\i386;%(AdditionalLibraryDirectories) + usb_relay_dll.def + true + Windows + MachineX86 + + + + + Disabled + ../../commandline;..;\winddk\7.1.0\inc\crt;\winddk\7.1.0\inc\api;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;USBRELAYDLL_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + Default + + + $(OutDir)USB_RELAY_DEVICE.dll + D:\winddk\7.1.0\lib\wxp\i386;%(AdditionalLibraryDirectories) + + + true + Windows + + + + + MaxSpeed + true + ../../commandline;..;\winddk\7.1.0\inc\crt;\winddk\7.1.0\inc\api;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;USBRELAYDLL_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded + true + + Level3 + ProgramDatabase + Default + + + $(OutDir)USB_RELAY_DEVICE.dll + D:\winddk\7.1.0\lib\wxp\i386;%(AdditionalLibraryDirectories) + usb_relay_dll.def + true + Windows + true + true + MachineX86 + + + + + MaxSpeed + true + ../../commandline;..;\winddk\7.1.0\inc\crt;\winddk\7.1.0\inc\api;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;USBRELAYDLL_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + Default + + + $(OutDir)USB_RELAY_DEVICE.dll + D:\winddk\7.1.0\lib\wxp\i386;%(AdditionalLibraryDirectories) + + + true + Windows + true + true + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/lib/usb-relay-dll/usb-relay-dll(vc2013).vcxproj.filters b/lib/usb-relay-dll/usb-relay-dll(vc2013).vcxproj.filters new file mode 100644 index 0000000..305cbb9 --- /dev/null +++ b/lib/usb-relay-dll/usb-relay-dll(vc2013).vcxproj.filters @@ -0,0 +1,44 @@ + + + + + {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 + + + + + Source Files + + + Source Files + + + Source Files + + + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file -- 2.25.1