From 58aae150466f9dcab5e6618819ab91566338f9fa Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Wed, 16 Mar 2011 02:01:04 +0000 Subject: [internal] switched to Visual Studio 2010 --- examples/_lsusb_2010.vcxproj | 165 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 examples/_lsusb_2010.vcxproj (limited to 'examples/_lsusb_2010.vcxproj') diff --git a/examples/_lsusb_2010.vcxproj b/examples/_lsusb_2010.vcxproj new file mode 100644 index 0000000..308ad1f --- /dev/null +++ b/examples/_lsusb_2010.vcxproj @@ -0,0 +1,165 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + lsusb + {F4938DB0-3DE7-4737-9C5A-EAD1BE819F87} + examples + Win32Proj + + + + Application + Unicode + true + + + Application + Unicode + + + Application + Unicode + true + + + Application + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Platform)\$(Configuration)\examples\ + $(SolutionDir)$(Platform)\$(Configuration)\examples\$(ProjectName)\ + $(SolutionDir)$(Platform)\$(Configuration)\examples\ + $(SolutionDir)$(Platform)\$(Configuration)\examples\$(ProjectName)\ + $(SolutionDir)$(Platform)\$(Configuration)\examples\ + $(SolutionDir)$(Platform)\$(Configuration)\examples\$(ProjectName)\ + $(SolutionDir)$(Platform)\$(Configuration)\examples\ + $(SolutionDir)$(Platform)\$(Configuration)\examples\$(ProjectName)\ + + + + $(IntDir)$(ProjectName).htm + + + Disabled + ..\libusb;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + Level3 + ProgramDatabase + + + %(AdditionalLibraryDirectories) + true + $(TargetDir)$(ProjectName).pdb + Console + MachineX86 + + + + + $(IntDir)$(ProjectName).htm + + + X64 + + + Disabled + ..\libusb;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebug + Level3 + ProgramDatabase + + + %(AdditionalLibraryDirectories) + true + $(TargetDir)$(ProjectName).pdb + Console + MachineX64 + + + + + $(IntDir)$(ProjectName).htm + + + ..\libusb;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + Level3 + + + %(AdditionalLibraryDirectories) + $(TargetDir)$(ProjectName).pdb + Console + MachineX86 + + + + + $(IntDir)$(ProjectName).htm + + + X64 + + + ..\libusb;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + Level3 + + + %(AdditionalLibraryDirectories) + $(TargetDir)$(ProjectName).pdb + Console + MachineX64 + + + + + + + + {349ee8f9-7d25-4909-aaf5-ff3fade72187} + false + + + + + + \ No newline at end of file -- cgit v1.2.1