diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-11-17 19:25:20 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-11-17 19:25:20 +0000 |
commit | 5720761685a1abc8ae0b5840a62359d35838ac3b (patch) | |
tree | 48012c6c40e2e7c611eb689b8d04bee306068a9b /scripts/pugixml_vs2008_static.vcproj | |
parent | 8f1a304dbfa472e03d06a8cdb3d9cd6f8ce06cc5 (diff) |
scripts: Ported premake script to premake4.3, regenerated all projects
git-svn-id: http://pugixml.googlecode.com/svn/trunk@799 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'scripts/pugixml_vs2008_static.vcproj')
-rw-r--r-- | scripts/pugixml_vs2008_static.vcproj | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/scripts/pugixml_vs2008_static.vcproj b/scripts/pugixml_vs2008_static.vcproj index 3ae1798..a00e9d1 100644 --- a/scripts/pugixml_vs2008_static.vcproj +++ b/scripts/pugixml_vs2008_static.vcproj @@ -21,7 +21,7 @@ <Configuration Name="Debug|Win32" OutputDirectory="vs2008\x32" - IntermediateDirectory="vs2008\x32\Debug" + IntermediateDirectory="vs2008\x32\DebugStatic" ConfigurationType="4" CharacterSet="2" > @@ -49,7 +49,7 @@ EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" - ProgramDataBaseFileName="$(OutDir)\pugixml_sd.pdb" + ProgramDataBaseFileName="$(OutDir)\pugixmlsd.pdb" DebugInformationFormat="3" /> <Tool @@ -64,7 +64,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile="$(OutDir)\pugixml_sd.lib" + OutputFile="$(OutDir)\pugixmlsd.lib" /> <Tool Name="VCALinkTool" @@ -94,7 +94,7 @@ <Configuration Name="Debug|x64" OutputDirectory="vs2008\x64" - IntermediateDirectory="vs2008\x64\Debug" + IntermediateDirectory="vs2008\x64\DebugStatic" ConfigurationType="4" CharacterSet="2" > @@ -123,7 +123,7 @@ EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" - ProgramDataBaseFileName="$(OutDir)\pugixml_sd.pdb" + ProgramDataBaseFileName="$(OutDir)\pugixmlsd.pdb" DebugInformationFormat="3" /> <Tool @@ -138,7 +138,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile="$(OutDir)\pugixml_sd.lib" + OutputFile="$(OutDir)\pugixmlsd.lib" /> <Tool Name="VCALinkTool" @@ -168,7 +168,7 @@ <Configuration Name="Release|Win32" OutputDirectory="vs2008\x32" - IntermediateDirectory="vs2008\x32\Release" + IntermediateDirectory="vs2008\x32\ReleaseStatic" ConfigurationType="4" CharacterSet="2" > @@ -196,7 +196,7 @@ EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" - ProgramDataBaseFileName="$(OutDir)\pugixml_s.pdb" + ProgramDataBaseFileName="$(OutDir)\pugixmls.pdb" DebugInformationFormat="3" /> <Tool @@ -211,7 +211,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile="$(OutDir)\pugixml_s.lib" + OutputFile="$(OutDir)\pugixmls.lib" /> <Tool Name="VCALinkTool" @@ -241,7 +241,7 @@ <Configuration Name="Release|x64" OutputDirectory="vs2008\x64" - IntermediateDirectory="vs2008\x64\Release" + IntermediateDirectory="vs2008\x64\ReleaseStatic" ConfigurationType="4" CharacterSet="2" > @@ -270,7 +270,7 @@ EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" - ProgramDataBaseFileName="$(OutDir)\pugixml_s.pdb" + ProgramDataBaseFileName="$(OutDir)\pugixmls.pdb" DebugInformationFormat="3" /> <Tool @@ -285,7 +285,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile="$(OutDir)\pugixml_s.lib" + OutputFile="$(OutDir)\pugixmls.lib" /> <Tool Name="VCALinkTool" |