summaryrefslogtreecommitdiff
path: root/scripts/pugixml_vs2003.vcproj
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-07-11 13:07:53 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-07-11 13:07:53 +0000
commite31431b58c6c8d23e849f822b1cd9229fa8b2005 (patch)
tree72333dea5471894cd703e28a308437f0a4a1855e /scripts/pugixml_vs2003.vcproj
parentd130e82aaa62564c603ce527baf79508def11deb (diff)
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
Diffstat (limited to 'scripts/pugixml_vs2003.vcproj')
-rw-r--r--scripts/pugixml_vs2003.vcproj283
1 files changed, 0 insertions, 283 deletions
diff --git a/scripts/pugixml_vs2003.vcproj b/scripts/pugixml_vs2003.vcproj
deleted file mode 100644
index 20f2cfd..0000000
--- a/scripts/pugixml_vs2003.vcproj
+++ /dev/null
@@ -1,283 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="pugixml"
- ProjectGUID="{89A1E353-E2DC-495C-B403-742BE206ACED}"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="vs2003"
- IntermediateDirectory="vs2003\Debug"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="_DEBUG"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- ProgramDataBaseFileName="$(OutDir)\pugixml_d.pdb"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\pugixml_d.lib"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCManagedWrapperGeneratorTool"
- />
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="vs2003"
- IntermediateDirectory="vs2003\Release"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- PreprocessorDefinitions="NDEBUG"
- StringPooling="TRUE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- ProgramDataBaseFileName="$(OutDir)\pugixml.pdb"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\pugixml.lib"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCManagedWrapperGeneratorTool"
- />
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"
- />
- </Configuration>
- <Configuration
- Name="DebugStatic|Win32"
- OutputDirectory="vs2003"
- IntermediateDirectory="vs2003\DebugStatic"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="_DEBUG"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- EnableFunctionLevelLinking="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- ProgramDataBaseFileName="$(OutDir)\pugixml_sd.pdb"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\pugixml_sd.lib"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCManagedWrapperGeneratorTool"
- />
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"
- />
- </Configuration>
- <Configuration
- Name="ReleaseStatic|Win32"
- OutputDirectory="vs2003"
- IntermediateDirectory="vs2003\ReleaseStatic"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- PreprocessorDefinitions="NDEBUG"
- StringPooling="TRUE"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- ProgramDataBaseFileName="$(OutDir)\pugixml_s.pdb"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)\pugixml_s.lib"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCManagedWrapperGeneratorTool"
- />
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="src"
- Filter=""
- >
- <File
- RelativePath="..\src\pugixml.hpp"
- >
- </File>
- <File
- RelativePath="..\src\pugiconfig.hpp"
- >
- </File>
- <File
- RelativePath="..\src\pugixml.cpp"
- >
- </File>
- <File
- RelativePath="..\src\pugixpath.cpp"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>