Files
gtav-src/tools_ng/etc/projbuild/templates/tester_2010.vcproj
T
2025-09-29 00:52:08 +02:00

6406 lines
180 KiB
XML
Executable File

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="tester"
ProjectGUID="{B54772AA-FCF1-44BC-BA1A-E5E14252E946}"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Name="PSP2"
/>
<Platform
Name="PS3"
/>
<Platform
Name="Win32"
/>
<Platform
Name="x64"
/>
<Platform
Name="Xbox 360"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration Name="Debug|Win32"
OutputDirectory="win32_debug"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_debug.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
EnableCOMDATFolding="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_debug.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_debug.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_debug.map&quot;"
/>
</Configuration>
<Configuration Name="Beta|Win32"
OutputDirectory="win32_beta"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_beta.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_beta.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_beta.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_beta.map&quot;"
/>
</Configuration>
<Configuration Name="BankRelease|Win32"
OutputDirectory="win32_bankrelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_bankrelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_bankrelease.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_bankrelease.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_bankrelease.map&quot;"
/>
</Configuration>
<Configuration
Name="BankRelease DX11|Win32"
OutputDirectory="win32_bankrelease_dx11"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_dx11_bankrelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_bankrelease.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_bankrelease.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_bankrelease.map&quot;"
/>
</Configuration>
<Configuration
Name="Release DX11|Win32"
OutputDirectory="win32_release_dx11"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_dx11_release.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_release.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_release.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_release.map&quot;"
/>
</Configuration>
<Configuration
Name="Final DX11|Win32"
OutputDirectory="win32_final_dx11"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="true"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_dx11_final.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_final.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_final.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_final.map&quot;"
/>
</Configuration>
<Configuration Name="Release|Win32"
OutputDirectory="win32_release"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_release.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_release.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_release.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_release.map&quot;"
/>
</Configuration>
<Configuration
Name="Beta DX11|Win32"
OutputDirectory="win32_beta_dx11"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_dx11_beta.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_beta.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_beta.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_beta.map&quot;"
/>
</Configuration>
<Configuration Name="PreRelease|Win32"
OutputDirectory="win32_prerelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_prerelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_beta.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_beta.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_beta.map&quot;"
/>
</Configuration>
<Configuration
Name="PreRelease DX11|Win32"
OutputDirectory="win32_prerelease_dx11"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_dx11_prerelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_prerelease.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_prerelease.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_prerelease.map&quot;"
/>
</Configuration>
<Configuration Name="Profile|Win32"
ConfigurationType="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_profile.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_profile.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_profile.map&quot;"
/>
</Configuration>
<Configuration Name="Final|Win32"
OutputDirectory="win32_final"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="true"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_final.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_final.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_final.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_final.map&quot;"
/>
</Configuration>
<Configuration Name="RscDebug|Win32"
OutputDirectory="win32_rscdebug"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_rscdebug.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
EnableCOMDATFolding="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_rscdebug.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_rscdebug.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_rscdebug.map&quot;"
/>
</Configuration>
<Configuration Name="RscBeta|Win32"
OutputDirectory="win32_rscbeta_2008"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_rscbeta.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_rscbeta.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_rscbeta.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_rscbeta.map&quot;"
/>
</Configuration>
<Configuration Name="RscRelease|Win32"
OutputDirectory="win32_rscrelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_rscrelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_rscrelease.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_rscrelease.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_rscrelease.map&quot;"
/>
</Configuration>
<Configuration Name="ToolDebug|Win32"
OutputDirectory="win32_tooldebug"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_tooldebug.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_tooldebug.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_tooldebug.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_tooldebug.map&quot;"
/>
</Configuration>
<Configuration Name="ToolBeta|Win32"
OutputDirectory="win32_toolbeta"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_toolbeta.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_toolbeta.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_toolbeta.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_toolbeta.map&quot;"
/>
</Configuration>
<Configuration Name="ToolRelease|Win32"
OutputDirectory="win32_toolrelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="true"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="2"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_toolrelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_toolrelease.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_toolrelease.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_toolrelease.map&quot;"
/>
</Configuration>
<Configuration
Name="Debug DX11|Win32"
OutputDirectory="win32_debug_dx11"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_dx11_debug.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
EnableCOMDATFolding="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_debug.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_debug.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_win32_dx11_debug.map&quot;"
/>
</Configuration>
<Configuration Name="Debug|x64"
OutputDirectory="win64_debug"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;_DEBUG;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_debug.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
EnableCOMDATFolding="1"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_x64_debug.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_debug.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_debug.map&quot;"
/>
</Configuration>
<Configuration Name="Beta|x64"
OutputDirectory="win64_beta"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_beta.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="1"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_x64_beta.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_beta.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_beta.map&quot;"
/>
</Configuration>
<Configuration Name="BankRelease|x64"
OutputDirectory="win64_bankrelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_bankrelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="1"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_x64_bankrelease.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_bankrelease.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_bankrelease.map&quot;"
/>
</Configuration>
<Configuration Name="Release|x64"
OutputDirectory="win64_release"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_release.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_x64_release.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_release.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_release.map&quot;"
/>
</Configuration>
<Configuration Name="PreRelease|x64"
OutputDirectory="win64_prerelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;_DEBUG;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_prerelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_x64_prerelease.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_prerelease.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_prerelease.map&quot;"
/>
</Configuration>
<Configuration Name="Profile|x64"
ConfigurationType="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_x64_profile.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_profile.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_profile.map&quot;"
/>
</Configuration>
<Configuration Name="Final|x64"
OutputDirectory="win64_final"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="true"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_final.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_x64_final.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_final.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_final.map&quot;"
/>
</Configuration>
<Configuration Name="RscDebug|x64"
OutputDirectory="win32_rscdebug"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_rscdebug.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
EnableCOMDATFolding="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_x64_rscdebug.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_rscdebug.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_rscdebug.map&quot;"
/>
</Configuration>
<Configuration Name="RscBeta|x64"
OutputDirectory="win32_rscbeta_2008"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_rscbeta.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_x64_rscbeta.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_rscbeta.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_rscbeta.map&quot;"
/>
</Configuration>
<Configuration Name="RscRelease|x64"
OutputDirectory="win32_rscrelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_rscrelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_x64_rscrelease.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_rscrelease.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_rscrelease.map&quot;"
/>
</Configuration>
<Configuration Name="ToolBeta|x64"
OutputDirectory="win64_toolbeta"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_toolbeta.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_x64_toolbeta.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_toolbeta.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_toolbeta.map&quot;"
/>
</Configuration>
<Configuration Name="ToolDebug|x64"
OutputDirectory="win64_tooldebug"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;_DEBUG;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_tooldebug.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_x64_tooldebug.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_tooldebug.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_tooldebug.map&quot;"
/>
</Configuration>
<Configuration Name="ToolRelease|x64"
OutputDirectory="win64_toolrelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="true"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="2"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_toolrelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) $(RS_BUILDBRANCH)\$(ProjectName)_x64_toolrelease.exe &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_toolrelease.map&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_x64_toolrelease.map&quot;"
/>
</Configuration>
<Configuration Name="Debug|Xbox 360"
OutputDirectory="xenon_debug"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="-1"
UseOfATL="0"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLX360CompilerTool"
AdditionalOptions=""
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="false"
ExceptionHandling="0"
RuntimeLibrary="1"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/xenon_debug.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
Description="Resetting symbol file..."
CommandLine="echo Placeholder &gt; &quot;$(TargetDir)$(TargetName).cmp&quot;"
/>
<Tool
Name="VCX360LinkerTool"
AdditionalDependencies="xboxkrnl.lib"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
IgnoreDefaultLibraryNames="xapilib.lib"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
EnableCOMDATFolding="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCX360ImageTool"
OutputFileName="$(OutDir)\$(ProjectName)_$(OutDir).xex"
AdditionalSections="XboxSpaLinkOpt"
TitleID="XboxTitleId"
ProjectDefaults="XboxImageXexConfig"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCX360DeploymentTool"
RemoteRoot="xe:\$(ProjectName)"
DeploymentFiles="$(RemoteRoot)=$(ImagePath);$(RemoteRoot)=$(TEMP)\rfs.dat;$(RemoteRoot)=$(TargetDir)$(TargetName).cmp;XBOX_DEPLOYMENT_FILES"
DeploymentType="0"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building and deploying symbol table..."
CommandLine="copy /Y &quot;$(TargetPath)&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_debug.exe&quot; &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_debug.map&quot; &#x0D;&#x0A; &quot;$(RS_TOOLSROOT)\bin\coding\compressmap&quot; &quot;$(RS_BUILDBRANCH)\game_xenon_debug.map&quot; &#x0D;&#x0A; &quot;$(XEDK)\bin\win32\xbecopy&quot; /nologo &quot;$(RS_BUILDBRANCH)\game_xenon_debug.cmp&quot; &quot;$(RemoteRoot)\game_xenon_debug.cmp&quot;"
/>
<DebuggerTool
/>
</Configuration>
<Configuration Name="Beta|Xbox 360"
OutputDirectory="xenon_beta"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="-1"
UseOfATL="0"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLX360CompilerTool"
AdditionalOptions=""
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_WINDOWS"
ExceptionHandling="0"
RuntimeLibrary="0"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/xenon_beta.hFORCE_INCLUDE"
StringPooling="true"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
Description="Resetting symbol file..."
CommandLine="echo Placeholder &gt; &quot;$(TargetDir)$(TargetName).cmp&quot;"
/>
<Tool
Name="VCX360LinkerTool"
AdditionalDependencies="xboxkrnl.lib"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
IgnoreDefaultLibraryNames="xapilib.lib"
GenerateDebugInformation="true"
GenerateMapFile="true"
OptimizeReferences="2"
EnableCOMDATFolding="2"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCX360ImageTool"
OutputFileName="$(OutDir)\$(ProjectName)_$(OutDir).xex"
AdditionalSections="XboxSpaLinkOpt"
TitleID="XboxTitleId"
ProjectDefaults="XboxImageXexConfig"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCX360DeploymentTool"
ExecutionBucket="85313600"
RemoteRoot="xe:\$(ProjectName)"
DeploymentFiles="$(RemoteRoot)=$(ImagePath);$(RemoteRoot)=$(TEMP)\rfs.dat;$(RemoteRoot)=$(TargetDir)$(TargetName).cmp;XBOX_DEPLOYMENT_FILES"
DeploymentType="0"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building and deploying symbol table..."
CommandLine="copy /Y &quot;$(TargetPath)&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_beta.exe&quot; &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_beta.map&quot; &#x0D;&#x0A; &quot;$(RS_TOOLSROOT)\bin\coding\compressmap&quot; &quot;$(RS_BUILDBRANCH)\game_xenon_beta.map&quot; &#x0D;&#x0A; &quot;$(XEDK)\bin\win32\xbecopy&quot; /nologo &quot;$(RS_BUILDBRANCH)\game_xenon_beta.cmp&quot; &quot;$(RemoteRoot)\game_xenon_beta.cmp&quot;"
/>
<DebuggerTool
/>
</Configuration>
<Configuration Name="BankRelease|Xbox 360"
OutputDirectory="xenon_bankrelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="-1"
UseOfATL="0"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLX360CompilerTool"
AdditionalOptions="/QVMX128"
Optimization="2"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;NDEBUG;_WINDOWS"
ExceptionHandling="0"
RuntimeLibrary="0"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/xenon_bankrelease.hFORCE_INCLUDE"
StringPooling="true"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
Description="Resetting symbol file..."
CommandLine="echo Placeholder &gt; &quot;$(TargetDir)$(TargetName).cmp&quot;"
/>
<Tool
Name="VCX360LinkerTool"
AdditionalDependencies="xboxkrnl.lib"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
IgnoreDefaultLibraryNames="xapilib.lib"
GenerateMapFile="true"
OptimizeReferences="2"
EnableCOMDATFolding="2"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCX360ImageTool"
OutputFileName="$(OutDir)\$(ProjectName)_$(OutDir).xex"
AdditionalSections="XboxSpaLinkOpt"
TitleID="XboxTitleId"
ProjectDefaults="XboxImageXexConfig"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCX360DeploymentTool"
ExecutionBucket="3"
RemoteRoot="xe:\$(ProjectName)"
DeploymentFiles="$(RemoteRoot)=$(ImagePath);$(RemoteRoot)=$(TEMP)\rfs.dat;$(RemoteRoot)=$(TargetDir)$(TargetName).cmp;XBOX_DEPLOYMENT_FILES"
DeploymentType="0"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building and deploying symbol table..."
CommandLine="copy /Y &quot;$(TargetPath)&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_bankrelease.exe&quot; &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_bankrelease.map&quot; &#x0D;&#x0A; &quot;$(RS_TOOLSROOT)\bin\coding\compressmap&quot; &quot;$(RS_BUILDBRANCH)\game_xenon_bankrelease.map&quot; &#x0D;&#x0A; &quot;$(XEDK)\bin\win32\xbecopy&quot; /nologo &quot;$(RS_BUILDBRANCH)\game_xenon_bankrelease.cmp&quot; &quot;$(RemoteRoot)\game_xenon_bankrelease.cmp&quot;"
/>
<DebuggerTool
/>
</Configuration>
<Configuration Name="PreRelease|Xbox 360"
OutputDirectory="xenon_prerelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="-1"
UseOfATL="0"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLX360CompilerTool"
AdditionalOptions=""
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="false"
ExceptionHandling="0"
RuntimeLibrary="1"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/xenon_prerelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
Description="Resetting symbol file..."
CommandLine="echo Placeholder &gt; &quot;$(TargetDir)$(TargetName).cmp&quot;"
/>
<Tool
Name="VCX360LinkerTool"
AdditionalDependencies="xboxkrnl.lib"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
IgnoreDefaultLibraryNames="xapilib.lib"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCX360ImageTool"
OutputFileName="$(OutDir)\$(ProjectName)_$(OutDir).xex"
AdditionalSections="XboxSpaLinkOpt"
TitleID="XboxTitleId"
ProjectDefaults="XboxImageXexConfig"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCX360DeploymentTool"
ExecutionBucket="4823"
RemoteRoot="xe:\$(ProjectName)"
DeploymentFiles="$(RemoteRoot)=$(ImagePath);$(RemoteRoot)=$(TEMP)\rfs.dat;$(RemoteRoot)=$(TargetDir)$(TargetName).cmp;XBOX_DEPLOYMENT_FILES"
DeploymentType="0"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building and deploying symbol table..."
CommandLine="copy /Y &quot;$(TargetPath)&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_prerelease.exe&quot; &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_prerelease.map&quot; &#x0D;&#x0A; &quot;$(RS_TOOLSROOT)\bin\coding\compressmap&quot; &quot;$(RS_BUILDBRANCH)\game_xenon_prerelease.map&quot; &#x0D;&#x0A; &quot;$(XEDK)\bin\win32\xbecopy&quot; /nologo &quot;$(RS_BUILDBRANCH)\game_xenon_prerelease.cmp&quot; &quot;$(RemoteRoot)\game_xenon_prerelease.cmp&quot;"
/>
<DebuggerTool
/>
</Configuration>
<Configuration Name="Release|Xbox 360"
OutputDirectory="xenon_release"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="-1"
UseOfATL="0"
CharacterSet="2"
WholeProgramOptimization="0"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLX360CompilerTool"
AdditionalOptions="/QVMX128"
Optimization="2"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;NDEBUG;_WINDOWS"
ExceptionHandling="0"
RuntimeLibrary="0"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/xenon_release.hFORCE_INCLUDE"
StringPooling="true"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
Description="Resetting symbol file..."
CommandLine="echo Placeholder &gt; &quot;$(TargetDir)$(TargetName).cmp&quot;"
/>
<Tool
Name="VCX360LinkerTool"
AdditionalDependencies="xboxkrnl.lib"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
OptimizeReferences="2"
EnableCOMDATFolding="2"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCX360ImageTool"
OutputFileName="$(OutDir)\$(ProjectName)_$(OutDir).xex"
AdditionalSections="XboxSpaLinkOpt"
TitleID="XboxTitleId"
ProjectDefaults="XboxImageXexConfig"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCX360DeploymentTool"
ExecutionBucket="3"
RemoteRoot="xe:\$(ProjectName)"
DeploymentFiles="$(RemoteRoot)=$(ImagePath);$(RemoteRoot)=$(TEMP)\rfs.dat;$(RemoteRoot)=$(TargetDir)$(TargetName).cmp;XBOX_DEPLOYMENT_FILES"
DeploymentType="0"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building and deploying symbol table..."
CommandLine="copy /Y &quot;$(TargetPath)&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_prerelease.exe&quot; &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_prerelease.map&quot; &#x0D;&#x0A; &quot;$(RS_TOOLSROOT)\bin\coding\compressmap&quot; &quot;$(RS_BUILDBRANCH)\game_xenon_prerelease.map&quot; &#x0D;&#x0A; &quot;$(XEDK)\bin\win32\xbecopy&quot; /nologo &quot;$(RS_BUILDBRANCH)\game_xenon_prerelease.cmp&quot; &quot;$(RemoteRoot)\game_xenon_prerelease.cmp&quot;"
/>
<DebuggerTool
/>
</Configuration>
<Configuration Name="Final|Xbox 360"
OutputDirectory="xenon_final"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="-1"
UseOfATL="0"
CharacterSet="2"
WholeProgramOptimization="0"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLX360CompilerTool"
AdditionalOptions="/QVMX128"
Optimization="2"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;NDEBUG;_WINDOWS"
ExceptionHandling="0"
RuntimeLibrary="0"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/xenon_final.hFORCE_INCLUDE"
StringPooling="true"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
Description="Resetting symbol file..."
CommandLine="echo Placeholder &gt; &quot;$(TargetDir)$(TargetName).cmp&quot;"
/>
<Tool
Name="VCX360LinkerTool"
AdditionalDependencies="xboxkrnl.lib"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
OptimizeReferences="2"
EnableCOMDATFolding="2"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCX360ImageTool"
OutputFileName="$(OutDir)\$(ProjectName)_$(OutDir).xex"
AdditionalSections="XboxSpaLinkOpt"
TitleID="XboxTitleId"
ProjectDefaults="XboxImageXexConfig"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCX360DeploymentTool"
ExecutionBucket="85313600"
RemoteRoot="xe:\$(ProjectName)"
DeploymentFiles="$(RemoteRoot)=$(ImagePath);$(RemoteRoot)=$(TEMP)\rfs.dat;$(RemoteRoot)=$(TargetDir)$(TargetName).cmp;XBOX_DEPLOYMENT_FILES"
DeploymentType="0"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building and deploying symbol table..."
CommandLine="copy /Y &quot;$(TargetPath)&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_final.exe&quot; &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_final.map&quot; &#x0D;&#x0A; &quot;$(RS_TOOLSROOT)\bin\coding\compressmap&quot; &quot;$(RS_BUILDBRANCH)\game_xenon_final.map&quot; &#x0D;&#x0A; &quot;$(XEDK)\bin\win32\xbecopy&quot; /nologo &quot;$(RS_BUILDBRANCH)\game_xenon_final.cmp&quot; &quot;$(RemoteRoot)\game_xenon_final.cmp&quot;"
/>
<DebuggerTool
/>
</Configuration>
<Configuration Name="Profile|Xbox 360"
OutputDirectory="xenon_profile"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="-1"
UseOfATL="0"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLX360CompilerTool"
AdditionalOptions="/callcap /QVMX128"
Optimization="2"
InlineFunctionExpansion="1"
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;NDEBUG;_WINDOWS"
ExceptionHandling="0"
RuntimeLibrary="0"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/xenon_profile.hFORCE_INCLUDE"
StringPooling="true"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
Description="Resetting symbol file..."
CommandLine="echo Placeholder &gt; &quot;$(TargetDir)$(TargetName).cmp&quot;"
/>
<Tool
Name="VCX360LinkerTool"
AdditionalDependencies="xboxkrnl.lib"
OutputFile="$(TargetPath)"
LinkIncremental="1"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
IgnoreDefaultLibraryNames="xapilib.lib"
GenerateDebugInformation="true"
OptimizeReferences="2"
EnableCOMDATFolding="2"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCX360ImageTool"
OutputFileName="$(OutDir)\$(ProjectName)_$(OutDir).xex"
AdditionalSections="XboxSpaLinkOpt"
TitleID="XboxTitleId"
ProjectDefaults="XboxImageXexConfig"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCX360DeploymentTool"
ExecutionBucket="85313600"
RemoteRoot="xe:\$(ProjectName)"
DeploymentFiles="$(RemoteRoot)=$(ImagePath);$(RemoteRoot)=$(TEMP)\rfs.dat;$(RemoteRoot)=$(TargetDir)$(TargetName).cmp;XBOX_DEPLOYMENT_FILES"
DeploymentType="0"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building and deploying symbol table..."
CommandLine="copy /Y &quot;$(TargetPath)&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_profile.exe&quot; &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_profile.map&quot; &#x0D;&#x0A; &quot;$(RS_TOOLSROOT)\bin\coding\compressmap&quot; &quot;$(RS_BUILDBRANCH)\game_xenon_profile.map&quot; &#x0D;&#x0A; &quot;$(XEDK)\bin\win32\xbecopy&quot; /nologo &quot;$(RS_BUILDBRANCH)\game_xenon_profile.cmp&quot; &quot;$(RemoteRoot)\game_xenon_profile.cmp&quot;"
/>
<DebuggerTool
/>
</Configuration>
<Configuration Name="RscDebug|Xbox 360"
OutputDirectory="xenon_rscdebug"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_rscdebug.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
EnableCOMDATFolding="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y &quot;$(TargetPath)&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_rscdebug.exe&quot; &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_rscdebug.map&quot; &#x0D;&#x0A; &quot;$(RS_TOOLSROOT)\bin\coding\compressmap&quot; &quot;$(RS_BUILDBRANCH)\game_xenon_rscdebug.map&quot; &#x0D;&#x0A; &quot;$(XEDK)\bin\win32\xbecopy&quot; /nologo &quot;$(RS_BUILDBRANCH)\game_xenon_rscdebug.cmp&quot; &quot;$(RemoteRoot)\game_xenon_rscdebug.cmp&quot;"
/>
</Configuration>
<Configuration Name="RscBeta|Xbox 360"
OutputDirectory="xenon_rscbeta_2008"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_rscbeta.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y &quot;$(TargetPath)&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_rscbeta.exe&quot; &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_rscbeta.map&quot; &#x0D;&#x0A; &quot;$(RS_TOOLSROOT)\bin\coding\compressmap&quot; &quot;$(RS_BUILDBRANCH)\game_xenon_rscbeta.map&quot; &#x0D;&#x0A; &quot;$(XEDK)\bin\win32\xbecopy&quot; /nologo &quot;$(RS_BUILDBRANCH)\game_xenon_rscbeta.cmp&quot; &quot;$(RemoteRoot)\game_xenon_rscbeta.cmp&quot;"
/>
</Configuration>
<Configuration Name="RscRelease|Xbox 360"
OutputDirectory="xenon_rscrelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_rscrelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y &quot;$(TargetPath)&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_rscrelease.exe&quot; &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_rscrelease.map&quot; &#x0D;&#x0A; &quot;$(RS_TOOLSROOT)\bin\coding\compressmap&quot; &quot;$(RS_BUILDBRANCH)\game_xenon_rscrelease.map&quot; &#x0D;&#x0A; &quot;$(XEDK)\bin\win32\xbecopy&quot; /nologo &quot;$(RS_BUILDBRANCH)\game_xenon_rscrelease.cmp&quot; &quot;$(RemoteRoot)\game_xenon_rscrelease.cmp&quot;"
/>
</Configuration>
<Configuration Name="ToolBeta|Xbox 360"
OutputDirectory="xenon_toolbeta"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_toolbeta.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y &quot;$(TargetPath)&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_toolbeta.exe&quot; &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_toolbeta.map&quot; &#x0D;&#x0A; &quot;$(RS_TOOLSROOT)\bin\coding\compressmap&quot; &quot;$(RS_BUILDBRANCH)\game_xenon_toolbeta.map&quot; &#x0D;&#x0A; &quot;$(XEDK)\bin\win32\xbecopy&quot; /nologo &quot;$(RS_BUILDBRANCH)\game_xenon_toolbeta.cmp&quot; &quot;$(RemoteRoot)\game_xenon_toolbeta.cmp&quot;"
/>
</Configuration>
<Configuration Name="ToolDebug|Xbox 360"
OutputDirectory="xenon_tooldebug"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;_DEBUG;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_tooldebug.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y &quot;$(TargetPath)&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_tooldebug.exe&quot; &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_tooldebug.map&quot; &#x0D;&#x0A; &quot;$(RS_TOOLSROOT)\bin\coding\compressmap&quot; &quot;$(RS_BUILDBRANCH)\game_xenon_tooldebug.map&quot; &#x0D;&#x0A; &quot;$(XEDK)\bin\win32\xbecopy&quot; /nologo &quot;$(RS_BUILDBRANCH)\game_xenon_tooldebug.cmp&quot; &quot;$(RemoteRoot)\game_xenon_tooldebug.cmp&quot;"
/>
</Configuration>
<Configuration Name="ToolRelease|Xbox 360"
OutputDirectory="xenon_toolrelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="true"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="2"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_toolrelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y &quot;$(TargetPath)&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_toolrelease.exe&quot; &#x0D;&#x0A;copy /Y &quot;$(TargetDir)$(TargetName).map&quot; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_xenon_toolrelease.map&quot; &#x0D;&#x0A; &quot;$(RS_TOOLSROOT)\bin\coding\compressmap&quot; &quot;$(RS_BUILDBRANCH)\game_xenon_toolrelease.map&quot; &#x0D;&#x0A; &quot;$(XEDK)\bin\win32\xbecopy&quot; /nologo &quot;$(RS_BUILDBRANCH)\game_xenon_toolrelease.cmp&quot; &quot;$(RemoteRoot)\game_xenon_toolrelease.cmp&quot;"
/>
</Configuration>
<Configuration Name="Debug|PS3"
OutputDirectory="psn_debug_snc"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-O0 -g -Xquit=1"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="SN_TARGET_PS3;XDEFINE;NDEBUG;__SNC__"
ProgramDataBaseFileName="$(IntDir)\"
DebugInformationFormat="0"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)\base\src\forceinclude\psn_debug.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="-strip-unused-data --notocrestore -Wl,--disable-warning=134 -Wl,--oformat=fself"
AdditionalDependencies="-lm;"
OutputFile="$(TargetPath)"
LinkIncremental="0"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;;&quot;$(SCE_PS3_ROOT)\target\ppu\lib&quot;"
GenerateManifest="false"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_debug_snc.self&quot; &#x0D;&#x0A; $(SCE_PS3_ROOT)\host-win32\sn\bin\ps3bin -dsy -c &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_debug_snc.self&quot; &gt; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_debug_snc.sym&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_debug_snc.sym&quot;"
/>
</Configuration>
<Configuration Name="Beta|PS3"
OutputDirectory="psn_beta_snc"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-Od -g -Xquit=1"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="SN_TARGET_PS3;XDEFINE;NDEBUG;__SNC__"
ProgramDataBaseFileName="$(IntDir)\"
DebugInformationFormat="0"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)\base\src\forceinclude\psn_beta.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="-strip-unused-data -strip-duplicates --notocrestore -Wl,--disable-warning=134 -Wl,--oformat=fself"
AdditionalDependencies="-lm;"
OutputFile="$(TargetPath)"
LinkIncremental="0"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;;&quot;$(SCE_PS3_ROOT)\target\ppu\lib&quot;"
GenerateManifest="false"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_beta_snc.self&quot; &#x0D;&#x0A; $(SCE_PS3_ROOT)\host-win32\sn\bin\ps3bin -dsy -c &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_beta_snc.self&quot; &gt; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_beta_snc.sym&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_beta_snc.sym&quot;"
/>
</Configuration>
<Configuration Name="BankRelease|PS3"
OutputDirectory="psn_bankrelease_snc"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-Os -g -Xquit=1"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="SN_TARGET_PS3;XDEFINE;NDEBUG;__SNC__"
ProgramDataBaseFileName="$(IntDir)\"
DebugInformationFormat="0"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)\base\src\forceinclude\psn_bankrelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="-strip-unused-data -strip-duplicates --notocrestore -Wl,--disable-warning=134 -Wl,--oformat=fself"
AdditionalDependencies="-lm;"
OutputFile="$(TargetPath)"
LinkIncremental="0"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;;&quot;$(SCE_PS3_ROOT)\target\ppu\lib&quot;"
GenerateManifest="false"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_bankrelease_snc.self&quot; &#x0D;&#x0A; $(SCE_PS3_ROOT)\host-win32\sn\bin\ps3bin -dsy -c &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_bankrelease_snc.self&quot; &gt; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_bankrelease_snc.sym&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_bankrelease_snc.sym&quot;"
/>
</Configuration>
<Configuration Name="PreRelease|PS3"
OutputDirectory="psn_prerelease_snc"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-O0 -g -Xquit=1"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="SN_TARGET_PS3;XDEFINE;NDEBUG;__SNC__"
ProgramDataBaseFileName="$(IntDir)\"
DebugInformationFormat="0"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)\base\src\forceinclude\psn_prerelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="-strip-unused-data -strip-duplicates --notocrestore -Wl,--disable-warning=134 -Wl,--oformat=fself"
AdditionalDependencies="-lm;"
OutputFile="$(TargetPath)"
LinkIncremental="0"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;;&quot;$(SCE_PS3_ROOT)\target\ppu\lib&quot;"
GenerateManifest="false"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_prerelease_snc.self&quot; &#x0D;&#x0A; $(SCE_PS3_ROOT)\host-win32\sn\bin\ps3bin -dsy -c &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_prerelease_snc.self&quot; &gt; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_prerelease_snc.sym&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_prerelease_snc.sym&quot;"
/>
</Configuration>
<Configuration Name="Release|PS3"
OutputDirectory="psn_release_snc"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-Os -g -Xquit=1"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="SN_TARGET_PS3;XDEFINE;NDEBUG;__SNC__"
ProgramDataBaseFileName="$(IntDir)\"
DebugInformationFormat="0"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)\base\src\forceinclude\psn_release.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="-strip-unused-data -strip-duplicates --notocrestore -Wl,--disable-warning=134 -Wl,--oformat=fself"
AdditionalDependencies="-lm;"
OutputFile="$(TargetPath)"
LinkIncremental="0"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;;&quot;$(SCE_PS3_ROOT)\target\ppu\lib&quot;"
GenerateManifest="false"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_release_snc.self&quot; &#x0D;&#x0A; $(SCE_PS3_ROOT)\host-win32\sn\bin\ps3bin -dsy -c &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_release_snc.self&quot; &gt; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_release_snc.sym&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_release_snc.sym&quot;"
/>
</Configuration>
<Configuration Name="Profile|PS3"
OutputDirectory="psn_profile_snc"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-Os -g -Xquit=1 -Xcallprof=1"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="SN_TARGET_PS3;XDEFINE;NDEBUG;__SNC__"
ProgramDataBaseFileName="$(IntDir)\"
DebugInformationFormat="0"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)\base\src\forceinclude\psn_profile.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="-strip-unused-data -strip-duplicates --notocrestore --callprof -Wl,--disable-warning=134 -Wl,--oformat=fself"
AdditionalDependencies="-lm;"
OutputFile="$(TargetPath)"
LinkIncremental="0"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;;&quot;$(SCE_PS3_ROOT)\target\ppu\lib&quot;"
GenerateManifest="false"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_profile_snc.self&quot; &#x0D;&#x0A; $(SCE_PS3_ROOT)\host-win32\sn\bin\ps3bin -dsy -c &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_profile_snc.self&quot; &gt; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_profile_snc.sym&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_profile_snc.sym&quot;"
/>
</Configuration>
<Configuration Name="Final|PS3"
OutputDirectory="psn_final_snc"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-Os -g -Xquit=1"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="SN_TARGET_PS3;XDEFINE;NDEBUG;__SNC__"
ProgramDataBaseFileName="$(IntDir)\"
DebugInformationFormat="0"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)\base\src\forceinclude\psn_final.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="-strip-unused-data -strip-duplicates -Map=&quot;$(OutDir)\$(ProjectName)_psn_final.ppu.map&quot; --notocrestore -Wl,--disable-warning=134 -Wl,--oformat=fself"
AdditionalDependencies="-lm;"
OutputFile="$(TargetPath)"
LinkIncremental="0"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;;&quot;$(SCE_PS3_ROOT)\target\ppu\lib&quot;"
GenerateManifest="false"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Copying executable and Building symbol file..."
CommandLine="copy /Y $(TargetPath) &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_final_snc.self&quot; &#x0D;&#x0A; $(SCE_PS3_ROOT)\host-win32\sn\bin\ps3bin -dsy -c &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_final_snc.self&quot; &gt; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_final_snc.sym&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_final_snc.sym&quot;"
/>
</Configuration>
<Configuration Name="RscDebug|PS3"
OutputDirectory="ps3_rscdebug"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_rscdebug.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
EnableCOMDATFolding="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Copying executable and Building symbol file..."
CommandLine="copy /Y $(TargetPath) &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_rscdebug_snc.self&quot; &#x0D;&#x0A; $(SCE_PS3_ROOT)\host-win32\sn\bin\ps3bin -dsy -c &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_rscdebug_snc.self&quot; &gt; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_rscdebug_snc.sym&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_rscdebug_snc.sym&quot;"
/>
</Configuration>
<Configuration Name="RscBeta|PS3"
OutputDirectory="ps3_rscbeta_2008"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_rscbeta.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Copying executable and Building symbol file..."
CommandLine="copy /Y $(TargetPath) &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_rscbeta_snc.self&quot; &#x0D;&#x0A; $(SCE_PS3_ROOT)\host-win32\sn\bin\ps3bin -dsy -c &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_rscbeta_snc.self&quot; &gt; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_rscbeta_snc.sym&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_rscbeta_snc.sym&quot;"
/>
</Configuration>
<Configuration Name="RscRelease|PS3"
OutputDirectory="ps3_rscrelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_rscrelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Copying executable and Building symbol file..."
CommandLine="copy /Y $(TargetPath) &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_rscrelease_snc.self&quot; &#x0D;&#x0A; $(SCE_PS3_ROOT)\host-win32\sn\bin\ps3bin -dsy -c &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_rscrelease_snc.self&quot; &gt; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_rscrelease_snc.sym&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_rscrelease_snc.sym&quot;"
/>
</Configuration>
<Configuration Name="ToolBeta|PS3"
OutputDirectory="ps3_toolbeta"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_toolbeta.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Copying executable and Building symbol file..."
CommandLine="copy /Y $(TargetPath) &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_toolbeta_snc.self&quot; &#x0D;&#x0A; $(SCE_PS3_ROOT)\host-win32\sn\bin\ps3bin -dsy -c &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_toolbeta_snc.self&quot; &gt; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_toolbeta_snc.sym&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_toolbeta_snc.sym&quot;"
/>
</Configuration>
<Configuration Name="ToolDebug|PS3"
OutputDirectory="ps3_tooldebug"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;_DEBUG;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_tooldebug.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Copying executable and Building symbol file..."
CommandLine="copy /Y $(TargetPath) &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_tooldebug_snc.self&quot; &#x0D;&#x0A; $(SCE_PS3_ROOT)\host-win32\sn\bin\ps3bin -dsy -c &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_tooldebug_snc.self&quot; &gt; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_tooldebug_snc.sym&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_tooldebug_snc.sym&quot;"
/>
</Configuration>
<Configuration Name="ToolRelease|PS3"
OutputDirectory="ps3_toolrelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="true"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="2"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_toolrelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="copy /Y $(TargetPath) &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_toolrelease_snc.self&quot; &#x0D;&#x0A; $(SCE_PS3_ROOT)\host-win32\sn\bin\ps3bin -dsy -c &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_toolrelease_snc.self&quot; &gt; &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_toolrelease_snc.sym&quot; &#x0D;&#x0A; $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(RS_BUILDBRANCH)\$(ProjectName)_psn_toolrelease_snc.sym&quot;"
/>
</Configuration>
<Configuration Name="Debug|PSP2"
OutputDirectory="psp2_debug"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-O0 -g -Xquit=1 -Xc+=rtti -Xc-=exceptions"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="SN_TARGET_PSP2;XDEFINE;NDEBUG;__SNC__"
ProgramDataBaseFileName="$(IntDir)\"
DebugInformationFormat="0"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)\base\src\forceinclude\psp2_debug.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="-strip-unused-data -Wl,--disable-warning=134"
AdditionalDependencies="-lm_stub"
OutputFile="$(TargetPath)"
LinkIncremental="0"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;;&quot;$(SCE_PSP2_SDK_DIR)\target\lib&quot;"
GenerateManifest="false"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="&quot;$(SCE_PSP2_SDK_DIR)\host_tools\build\bin\psp2bin&quot; -dsy -c &quot;$(TargetPath)&quot; &gt; &quot;$(TargetDir)$(TargetName).sym&quot;&#x0D;&#x0A;echo DISABLED CMP GENERATION AS TOOL IS BROKEN $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(TargetDir)$(TargetName).sym&quot;"
/>
</Configuration>
<Configuration Name="Beta|PSP2"
OutputDirectory="psp2_beta"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-Od -g -Xquit=1 -Xc+=rtti -Xc-=exceptions"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="SN_TARGET_PSP2;XDEFINE;NDEBUG;__SNC__"
ProgramDataBaseFileName="$(IntDir)\"
DebugInformationFormat="0"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)\base\src\forceinclude\psp2_beta.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="-strip-unused-data -Wl,--disable-warning=134"
AdditionalDependencies="-lm_stub"
OutputFile="$(TargetPath)"
LinkIncremental="0"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;;&quot;$(SCE_PSP2_SDK_DIR)\target\lib&quot;"
GenerateManifest="false"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="&quot;$(SCE_PSP2_SDK_DIR)\host_tools\build\bin\psp2bin&quot; -dsy -c &quot;$(TargetPath)&quot; &gt; &quot;$(TargetDir)$(TargetName).sym&quot;&#x0D;&#x0A;echo DISABLED CMP GENERATION AS TOOL IS BROKEN $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(TargetDir)$(TargetName).sym&quot;"
/>
</Configuration>
<Configuration Name="BankRelease|PSP2"
OutputDirectory="psp2_bankrelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-Os -g -Xquit=1 -Xc+=rtti -Xc-=exceptions"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="SN_TARGET_PSP2;XDEFINE;NDEBUG;__SNC__"
ProgramDataBaseFileName="$(IntDir)\"
DebugInformationFormat="0"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)\base\src\forceinclude\psp2_bankrelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="-strip-unused-data -Wl,--disable-warning=134"
AdditionalDependencies="-lm_stub"
OutputFile="$(TargetPath)"
LinkIncremental="0"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;;&quot;$(SCE_PSP2_SDK_DIR)\target\lib&quot;"
GenerateManifest="false"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="&quot;$(SCE_PSP2_SDK_DIR)\host_tools\build\bin\psp2bin&quot; -dsy -c &quot;$(TargetPath)&quot; &gt; &quot;$(TargetDir)$(TargetName).sym&quot;&#x0D;&#x0A;echo DISABLED CMP GENERATION AS TOOL IS BROKEN $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(TargetDir)$(TargetName).sym&quot;"
/>
</Configuration>
<Configuration Name="PreRelease|PSP2"
OutputDirectory="psp2_prerelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-O0 -g -Xquit=1 -Xc+=rtti -Xc-=exceptions"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="SN_TARGET_PSP2;XDEFINE;NDEBUG;__SNC__"
ProgramDataBaseFileName="$(IntDir)\"
DebugInformationFormat="0"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)\base\src\forceinclude\psp2_prerelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="-strip-unused-data -Wl,--disable-warning=134"
AdditionalDependencies="-lm_stub"
OutputFile="$(TargetPath)"
LinkIncremental="0"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;;&quot;$(SCE_PSP2_SDK_DIR)\target\lib&quot;"
GenerateManifest="false"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="&quot;$(SCE_PSP2_SDK_DIR)\host_tools\build\bin\psp2bin&quot; -dsy -c &quot;$(TargetPath)&quot; &gt; &quot;$(TargetDir)$(TargetName).sym&quot;&#x0D;&#x0A;echo DISABLED CMP GENERATION AS TOOL IS BROKEN $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(TargetDir)$(TargetName).sym&quot;"
/>
</Configuration>
<Configuration Name="Release|PSP2"
OutputDirectory="psp2_release"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-Os -g -Xquit=1 -Xc+=rtti -Xc-=exceptions"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="SN_TARGET_PSP2;XDEFINE;NDEBUG;__SNC__"
ProgramDataBaseFileName="$(IntDir)\"
DebugInformationFormat="0"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)\base\src\forceinclude\psp2_release.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="-strip-unused-data -Wl,--disable-warning=134"
AdditionalDependencies="-lm_stub"
OutputFile="$(TargetPath)"
LinkIncremental="0"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;;&quot;$(SCE_PSP2_SDK_DIR)\target\lib&quot;"
GenerateManifest="false"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="&quot;$(SCE_PSP2_SDK_DIR)\host_tools\build\bin\psp2bin&quot; -dsy -c &quot;$(TargetPath)&quot; &gt; &quot;$(TargetDir)$(TargetName).sym&quot;&#x0D;&#x0A;echo DISABLED CMP GENERATION AS TOOL IS BROKEN $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(TargetDir)$(TargetName).sym&quot;"
/>
</Configuration>
<Configuration Name="Profile|PSP2"
OutputDirectory="psp2_profile"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-Os -g -Xquit=1 -Xcallprof=1 -Xc+=rtti -Xc-=exceptions"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="SN_TARGET_PSP2;XDEFINE;NDEBUG;__SNC__"
ProgramDataBaseFileName="$(IntDir)\"
DebugInformationFormat="0"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)\base\src\forceinclude\psp2_profile.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="-strip-unused-data -Wl,--disable-warning=134"
AdditionalDependencies="-lm_stub"
OutputFile="$(TargetPath)"
LinkIncremental="0"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;;&quot;$(SCE_PSP2_SDK_DIR)\target\lib&quot;"
GenerateManifest="false"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="&quot;$(SCE_PSP2_SDK_DIR)\host_tools\build\bin\psp2bin&quot; -dsy -c &quot;$(TargetPath)&quot; &gt; &quot;$(TargetDir)$(TargetName).sym&quot;&#x0D;&#x0A;echo DISABLED CMP GENERATION AS TOOL IS BROKEN $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(TargetDir)$(TargetName).sym&quot;"
/>
</Configuration>
<Configuration Name="Final|PSP2"
OutputDirectory="psp2_final"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-Os -g -Xquit=1 -Xc+=rtti -Xc-=exceptions"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="SN_TARGET_PSP2;XDEFINE;NDEBUG;__SNC__"
ProgramDataBaseFileName="$(IntDir)\"
DebugInformationFormat="0"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)\base\src\forceinclude\psp2_final.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="-strip-unused-data -Wl,--disable-warning=134"
AdditionalDependencies="-lm_stub"
OutputFile="$(TargetPath)"
LinkIncremental="0"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;;&quot;$(SCE_PSP2_SDK_DIR)\target\lib&quot;"
GenerateManifest="false"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="&quot;$(SCE_PSP2_SDK_DIR)\host_tools\build\bin\psp2bin&quot; -dsy -c &quot;$(TargetPath)&quot; &gt; &quot;$(TargetDir)$(TargetName).sym&quot;&#x0D;&#x0A;echo DISABLED CMP GENERATION AS TOOL IS BROKEN $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(TargetDir)$(TargetName).sym&quot;"
/>
</Configuration>
<Configuration Name="RscDebug|PSP2"
OutputDirectory="psp2_rscdebug"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_rscdebug.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
EnableCOMDATFolding="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="echo DISABLED CMP GENERATION AS TOOL IS BROKEN $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(TargetDir)$(TargetName).map&quot;"
/>
</Configuration>
<Configuration Name="RscBeta|PSP2"
OutputDirectory="psp2_rscbeta_2008"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_rscbeta.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="echo DISABLED CMP GENERATION AS TOOL IS BROKEN $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(TargetDir)$(TargetName).map&quot;"
/>
</Configuration>
<Configuration Name="RscRelease|PSP2"
OutputDirectory="psp2_rscrelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="false"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win32_rscrelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="echo DISABLED CMP GENERATION AS TOOL IS BROKEN $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(TargetDir)$(TargetName).map&quot;"
/>
</Configuration>
<Configuration Name="ToolBeta|PSP2"
OutputDirectory="psp2_toolbeta"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_toolbeta.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="echo DISABLED CMP GENERATION AS TOOL IS BROKEN $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(TargetDir)$(TargetName).map&quot;"
/>
</Configuration>
<Configuration Name="ToolDebug|PSP2"
OutputDirectory="psp2_tooldebug"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;_DEBUG;_WINDOWS"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_tooldebug.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\tester_$(OutDir).pdb"
GenerateMapFile="true"
SubSystem="0"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="echo DISABLED CMP GENERATION AS TOOL IS BROKEN $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(TargetDir)$(TargetName).map&quot;"
/>
</Configuration>
<Configuration Name="ToolRelease|PSP2"
OutputDirectory="psp2_toolrelease"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="true"
AdditionalIncludeDirectories="&quot;$(RAGE_DIR)\stlport\STLport-5.0RC5\stlport&quot;;.."
PreprocessorDefinitions="XDEFINE;WIN64;NDEBUG;_WINDOWS"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="2"
EnableFunctionLevelLinking="false"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
ForcedIncludeFiles="$(RAGE_DIR)/base/src/forceinclude/win64_toolrelease.hFORCE_INCLUDE"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/FIXED:NO /IGNORE:4089"
AdditionalDependencies="setargv.obj"
OutputFile="$(TargetPath)"
AdditionalLibraryDirectories="&quot;$(RAGE_DIR)\lib&quot;"
LinkIncremental="1"
GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Building symbol file..."
CommandLine="echo DISABLED CMP GENERATION AS TOOL IS BROKEN $(RS_TOOLSROOT)\bin\coding\compressmap &quot;$(TargetDir)$(TargetName).map&quot;"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
</Files>
</VisualStudioProject>