From e31431b58c6c8d23e849f822b1cd9229fa8b2005 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 11 Jul 2010 13:07:53 +0000 Subject: scripts: Removed VS2002/2003 projects (default runtime library is single-threaded there, so I'll need three versions of the projects, one of which can't be generated with premake), added separate static CRT projects instead of multiple configurations git-svn-id: http://pugixml.googlecode.com/svn/trunk@589 99668b35-9821-0410-8761-19e4c4f06640 --- scripts/pugixml_vs2010.vcxproj | 136 +---------------------------------------- 1 file changed, 1 insertion(+), 135 deletions(-) (limited to 'scripts/pugixml_vs2010.vcxproj') diff --git a/scripts/pugixml_vs2010.vcxproj b/scripts/pugixml_vs2010.vcxproj index f3d6dcb..faa0066 100644 --- a/scripts/pugixml_vs2010.vcxproj +++ b/scripts/pugixml_vs2010.vcxproj @@ -1,14 +1,6 @@  - - DebugStatic - Win32 - - - DebugStatic - x64 - Debug Win32 @@ -17,14 +9,6 @@ Debug x64 - - ReleaseStatic - Win32 - - - ReleaseStatic - x64 - Release Win32 @@ -41,14 +25,6 @@ Win32Proj - - StaticLibrary - MultiByte - - - StaticLibrary - MultiByte - StaticLibrary MultiByte @@ -57,14 +33,6 @@ StaticLibrary MultiByte - - StaticLibrary - MultiByte - - - StaticLibrary - MultiByte - StaticLibrary MultiByte @@ -76,24 +44,12 @@ - - - - - - - - - - - - @@ -111,20 +67,8 @@ vs2010\x32\Release\ vs2010\x64\ vs2010\x64\Release\ - vs2010\x32\ - vs2010\x32\DebugStatic\ - vs2010\x64\ - vs2010\x64\DebugStatic\ - vs2010\x32\ - vs2010\x32\ReleaseStatic\ - vs2010\x64\ - vs2010\x64\ReleaseStatic\ $(ProjectName)_d $(ProjectName)_d - $(ProjectName)_sd - $(ProjectName)_sd - $(ProjectName)_s - $(ProjectName)_s @@ -204,84 +148,6 @@ - - - Disabled - _DEBUG;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - true - - - Level3 - $(OutDir)pugixml_sd.pdb - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - - - - - - X64 - - - Disabled - _DEBUG;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - true - - - Level3 - $(OutDir)pugixml_sd.pdb - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - - - - - - Full - NDEBUG;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - Level3 - $(OutDir)pugixml_s.pdb - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - - - - - - X64 - - - Full - NDEBUG;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - Level3 - $(OutDir)pugixml_s.pdb - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - - - @@ -293,4 +159,4 @@ - + \ No newline at end of file -- cgit v1.2.3