From 862211299a3ac69e95e9b40fc030a53705bab044 Mon Sep 17 00:00:00 2001 From: cornet Date: Thu, 26 May 2011 08:27:48 +0000 Subject: VS 2010 support and x64 on Windows --- .../test_Subtraction/testSubtraction.vcxproj | 178 +++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 src/c/operations/subtraction/test_Subtraction/testSubtraction.vcxproj (limited to 'src/c/operations/subtraction/test_Subtraction/testSubtraction.vcxproj') diff --git a/src/c/operations/subtraction/test_Subtraction/testSubtraction.vcxproj b/src/c/operations/subtraction/test_Subtraction/testSubtraction.vcxproj new file mode 100644 index 00000000..72e2dfd7 --- /dev/null +++ b/src/c/operations/subtraction/test_Subtraction/testSubtraction.vcxproj @@ -0,0 +1,178 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {F0DA7501-84CB-4641-9DDA-DA084736B7D4} + testSubtraction + Win32Proj + + + + Application + Unicode + true + + + Application + Unicode + true + + + Application + Unicode + + + Application + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)bin\ + $(SolutionDir)bin\ + $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\ + true + true + $(SolutionDir)bin\ + $(SolutionDir)bin\ + $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\ + false + false + + + + Disabled + ../../includes;../../../type;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + $(SolutionDir)bin\$(ProjectName).exe + true + Console + MachineX86 + + + + + Disabled + ../../includes;../../../type;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + + + $(SolutionDir)bin\$(ProjectName).exe + true + Console + + + + + MaxSpeed + true + ../../includes;../../../type;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + $(SolutionDir)bin\$(ProjectName).exe + true + Console + true + true + MachineX86 + + + + + MaxSpeed + true + ../../includes;../../../type;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + $(SolutionDir)bin\$(ProjectName).exe + true + Console + true + true + + + + + CompileAsCpp + CompileAsCpp + CompileAsCpp + CompileAsCpp + + + + + {9b1bd750-1fef-4d6b-9422-782d16181cee} + false + + + {9b622a66-546a-4b33-b947-0a189d259d37} + false + + + + + + \ No newline at end of file -- cgit