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/version/version-xp.vcxproj | 103 +++++++++++++++++++++++++++++++++ src/version/version-xp.vcxproj.filters | 14 +++++ 2 files changed, 117 insertions(+) create mode 100644 src/version/version-xp.vcxproj create mode 100644 src/version/version-xp.vcxproj.filters (limited to 'src/version') diff --git a/src/version/version-xp.vcxproj b/src/version/version-xp.vcxproj new file mode 100644 index 00000000..c52a3967 --- /dev/null +++ b/src/version/version-xp.vcxproj @@ -0,0 +1,103 @@ + + + + + Release + Win32 + + + Release + x64 + + + + {6CD3647E-4541-4849-9DD7-C8816665AE42} + Win32Proj + version + + + + Application + false + true + MultiByte + v110 + + + Application + false + true + MultiByte + WDK7 + + + + + + + + + + + + + + + false + $(SolutionDir)build\$(PlatformName)\bin\ + $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + + + false + $(SolutionDir)build\$(PlatformName)\bin\ + $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + + + + Level1 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + "$(OutDir)\$(TargetName)$(TargetExt)" -r > "$(SolutionDir)\..\resource.h" + + + + + Level1 + + + MaxSpeed + true + true + WIN32;_WIN64;_AMD64_;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + "$(OutDir)\$(TargetName)$(TargetExt)" -r > "$(SolutionDir)\..\resource.h" + + + + + + + + + \ No newline at end of file diff --git a/src/version/version-xp.vcxproj.filters b/src/version/version-xp.vcxproj.filters new file mode 100644 index 00000000..decec7d0 --- /dev/null +++ b/src/version/version-xp.vcxproj.filters @@ -0,0 +1,14 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Source Files + + + \ No newline at end of file -- cgit 1.4.1