From a57a7d3f88f602d3c7ef16a4ae49fd7d2c197e0b Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 2 Oct 2012 16:00:13 +0200 Subject: Add XP (WDK) solution as a fallback option --- src/common/common-xp.vcxproj | 161 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 src/common/common-xp.vcxproj (limited to 'src/common/common-xp.vcxproj') diff --git a/src/common/common-xp.vcxproj b/src/common/common-xp.vcxproj new file mode 100644 index 00000000..2546b11e --- /dev/null +++ b/src/common/common-xp.vcxproj @@ -0,0 +1,161 @@ + + + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {87554B59-006C-4D94-9714-897B27067BA3} + Win32Proj + common + + + + StaticLibrary + false + true + MultiByte + v110 + + + StaticLibrary + false + true + MultiByte + WDK7 + + + + + + + + + + + + + + + $(SolutionDir)build\$(PlatformName)\bin\ + $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + + + $(SolutionDir)build\$(PlatformName)\bin\ + $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + + + + Level1 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;$(OwnFlags);%(PreprocessorDefinitions) + $(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories) + true + false + + + Windows + true + true + true + + + + + Level1 + + + MaxSpeed + true + true + WIN32;_WIN64;_AMD64_;NDEBUG;_LIB;$(OwnFlags);%(PreprocessorDefinitions) + $(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories) + true + false + + + Windows + true + true + true + + + + + + \ No newline at end of file -- cgit 1.4.1