From c2e25453f65cd7a92f29b35d6d7d1db40322c2f2 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Thu, 22 Dec 2011 01:51:10 +0100 Subject: [PATCH] Added VS2010 project for the uhub-passwd tool. --- vs2010/uhub-passwd/uhub-passwd.vcxproj | 85 ++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 vs2010/uhub-passwd/uhub-passwd.vcxproj diff --git a/vs2010/uhub-passwd/uhub-passwd.vcxproj b/vs2010/uhub-passwd/uhub-passwd.vcxproj new file mode 100644 index 0000000..4fa6401 --- /dev/null +++ b/vs2010/uhub-passwd/uhub-passwd.vcxproj @@ -0,0 +1,85 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {E92EB860-AE9E-4532-A75F-0929A7BCF6D0} + Win32Proj + uhubpasswd + + + + Application + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + true + $(SolutionDir)vs2010\$(Configuration);$(LibraryPath) + $(SolutionDir)..\src;$(IncludePath);$(SolutionDir)..\thirdparty\sqlite + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + Console + true + $(SolutionDir)\$(Configuration)\uhub_utils.lib;$(SolutionDir)\$(Configuration)\sqlite.lib;%(AdditionalDependencies) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + + + + \ No newline at end of file