From b279f30cff0d72ea9c485d5fdf2728f2df1440bd Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 9 Apr 2012 21:07:22 -0400 Subject: Removed old VC90 project files, renamed the VC 2010 project files to not have VC90 in them --- win/configure.vcxproj | 209 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 win/configure.vcxproj (limited to 'win/configure.vcxproj') diff --git a/win/configure.vcxproj b/win/configure.vcxproj new file mode 100644 index 000000000..fcf5d2bd7 --- /dev/null +++ b/win/configure.vcxproj @@ -0,0 +1,209 @@ + + + + Debug + Win32 + + + Debug + Win32 + + + Debug + x64 + + + Debug + x64 + + + Release + Win32 + + + Release + Win32 + + + Release + x64 + + + Release + x64 + + + + configure + {B922B569-727E-4EB0-827A-04E133A91DE7} + configure + Win32Proj + + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.20506.1 + .\ + Debug_configureVc90\ + configure + .exe + true + .\ + x64Debug_Configure\ + configure + .exe + true + .\ + Release\ + configure + .exe + false + .\ + x64Release_Configure\ + configure + .exe + false + + + + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies) + true + $(OutDir)configure.pdb + Windows + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_WINDOWS;WIN64;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + + Level3 + ProgramDatabase + + + true + $(OutDir)configure.pdb + Windows + false + + + MachineX64 + + + + + /I:"include" %(AdditionalOptions) + Disabled + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies) + true + Windows + true + true + UseLinkTimeCodeGeneration + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreaded + + + Level3 + ProgramDatabase + + + true + Windows + true + true + false + + + MachineX64 + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3