diff --git a/vs2010/plugins/mod_auth_sqlite/mod_auth_sqlite.vcxproj b/vs2010/plugins/mod_auth_sqlite/mod_auth_sqlite.vcxproj new file mode 100644 index 0000000..00fefa6 --- /dev/null +++ b/vs2010/plugins/mod_auth_sqlite/mod_auth_sqlite.vcxproj @@ -0,0 +1,75 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {0EF03E84-2720-4616-A5BE-4D5737F68445} + mod_auth_sqlite + + + + DynamicLibrary + true + MultiByte + + + Application + false + true + MultiByte + + + + + + + + + + + + + $(SolutionDir)..\src;$(IncludePath);$(SolutionDir)..\thirdparty\sqlite + $(SolutionDir)vs2010\$(Configuration);$(LibraryPath) + + + + Level3 + Disabled + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + true + $(SolutionDir)\$(Configuration)\uhub_utils.lib;$(SolutionDir)\$(Configuration)\sqlite.lib;%(AdditionalDependencies) + + + + + + + Level3 + MaxSpeed + true + true + + + true + true + true + + + + + + + + + \ No newline at end of file