mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-03 16:13:22 +08:00
806 lines
25 KiB
Plaintext
806 lines
25 KiB
Plaintext
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
<VisualStudioProject
|
||
|
ProjectType="Visual C++"
|
||
|
Version="7.10"
|
||
|
Name="vgui_controls"
|
||
|
ProjectGUID="{CA5D3BC1-934A-4702-AE64-4620B7C75F0D}"
|
||
|
SccProjectName=""
|
||
|
SccAuxPath=""
|
||
|
SccLocalPath=""
|
||
|
SccProvider=""
|
||
|
Keyword="XboxProj">
|
||
|
<Platforms>
|
||
|
<Platform
|
||
|
Name="Xbox"/>
|
||
|
<Platform
|
||
|
Name="Win32"/>
|
||
|
</Platforms>
|
||
|
<Configurations>
|
||
|
<Configuration
|
||
|
Name="Debug|Xbox"
|
||
|
OutputDirectory="Debug_XBox"
|
||
|
IntermediateDirectory="Debug_XBox"
|
||
|
ConfigurationType="4"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="0"
|
||
|
OptimizeForProcessor="2"
|
||
|
AdditionalIncludeDirectories="..\..\public,..\..\public\tier1,..\..\common"
|
||
|
PreprocessorDefinitions="_WIN32;_DEBUG;_MBCS;_LIB;_XBOX;_STATIC_LINKED;_SUBSYSTEM=VguiControls"
|
||
|
StringPooling="TRUE"
|
||
|
MinimalRebuild="TRUE"
|
||
|
ExceptionHandling="FALSE"
|
||
|
BasicRuntimeChecks="3"
|
||
|
RuntimeLibrary="1"
|
||
|
EnableEnhancedInstructionSet="1"
|
||
|
RuntimeTypeInfo="TRUE"
|
||
|
UsePrecompiledHeader="0"
|
||
|
PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="FALSE"
|
||
|
DebugInformationFormat="3"
|
||
|
ForcedIncludeFiles="staticlink/system.h;xbox/xbox_isswappable.h"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"
|
||
|
CommandLine="if exist ..\..\lib_xbox\public\vgui_controls_xbox.lib attrib -r ..\..\lib_xbox\public\vgui_controls_xbox.lib
|
||
|
if exist $(TargetPath) copy $(TargetPath) ..\..\lib_xbox\public\vgui_controls_xbox.lib"
|
||
|
Outputs="..\..\lib_xbox\public\vgui_controls_xbox.lib"/>
|
||
|
<Tool
|
||
|
Name="VCLibrarianTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"
|
||
|
CommandLine="if exist ..\..\lib_xbox\public\vgui_controls_xbox.lib del ..\..\lib_xbox\public\vgui_controls_xbox.lib"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="Debug|Win32"
|
||
|
OutputDirectory="$(ConfigurationName)"
|
||
|
IntermediateDirectory="$(ConfigurationName)"
|
||
|
ConfigurationType="4"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="0"
|
||
|
OptimizeForProcessor="2"
|
||
|
AdditionalIncludeDirectories="..\..\public,..\..\public\tier1,..\..\common"
|
||
|
PreprocessorDefinitions="_WIN32;_DEBUG;_MBCS;_LIB;_STATIC_LINKED;_SUBSYSTEM=VguiControls"
|
||
|
StringPooling="TRUE"
|
||
|
MinimalRebuild="TRUE"
|
||
|
ExceptionHandling="FALSE"
|
||
|
BasicRuntimeChecks="3"
|
||
|
RuntimeLibrary="1"
|
||
|
EnableEnhancedInstructionSet="1"
|
||
|
RuntimeTypeInfo="TRUE"
|
||
|
UsePrecompiledHeader="0"
|
||
|
PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="FALSE"
|
||
|
DebugInformationFormat="3"
|
||
|
ForcedIncludeFiles="staticlink/system.h"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"
|
||
|
CommandLine="if exist ..\..\lib_xbox\public\vgui_controls_xbox.lib attrib -r ..\..\lib_xbox\public\vgui_controls_xbox.lib
|
||
|
if exist $(TargetPath) copy $(TargetPath) ..\..\lib_xbox\public\vgui_controls_xbox.lib"
|
||
|
Outputs="..\..\lib_xbox\public\vgui_controls_xbox.lib"/>
|
||
|
<Tool
|
||
|
Name="VCLibrarianTool"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"
|
||
|
CommandLine="if exist ..\..\lib_xbox\public\vgui_controls_xbox.lib del ..\..\lib_xbox\public\vgui_controls_xbox.lib"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCXMLDataGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="Profile|Xbox"
|
||
|
OutputDirectory="Profile"
|
||
|
IntermediateDirectory="Profile"
|
||
|
ConfigurationType="1"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="3"
|
||
|
OmitFramePointers="TRUE"
|
||
|
OptimizeForProcessor="2"
|
||
|
PreprocessorDefinitions="NDEBUG;_XBOX;PROFILE"
|
||
|
StringPooling="TRUE"
|
||
|
RuntimeLibrary="0"
|
||
|
EnableFunctionLevelLinking="TRUE"
|
||
|
EnableEnhancedInstructionSet="1"
|
||
|
UsePrecompiledHeader="3"
|
||
|
PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="FALSE"
|
||
|
DebugInformationFormat="3"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalDependencies="xapilib.lib d3d8i.lib d3dx8.lib xgraphics.lib dsound.lib dmusici.lib xactengi.lib xsndtrk.lib xvoice.lib xonlines.lib xboxkrnl.lib xbdm.lib xperf.lib"
|
||
|
OutputFile="$(OutDir)/$(ProjectName).exe"
|
||
|
LinkIncremental="1"
|
||
|
GenerateDebugInformation="TRUE"
|
||
|
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
|
||
|
SubSystem="2"
|
||
|
OptimizeReferences="2"
|
||
|
EnableCOMDATFolding="2"
|
||
|
OptimizeForWindows98="1"
|
||
|
SetChecksum="TRUE"
|
||
|
TargetMachine="1"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="XboxDeploymentTool"/>
|
||
|
<Tool
|
||
|
Name="XboxImageTool"
|
||
|
StackSize="65536"
|
||
|
IncludeDebugInfo="TRUE"
|
||
|
NoLibWarn="TRUE"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="Profile|Win32"
|
||
|
OutputDirectory="$(ConfigurationName)"
|
||
|
IntermediateDirectory="$(ConfigurationName)"
|
||
|
ConfigurationType="1"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="3"
|
||
|
OmitFramePointers="TRUE"
|
||
|
OptimizeForProcessor="2"
|
||
|
PreprocessorDefinitions="NDEBUG;_XBOX;PROFILE"
|
||
|
StringPooling="TRUE"
|
||
|
RuntimeLibrary="0"
|
||
|
EnableFunctionLevelLinking="TRUE"
|
||
|
EnableEnhancedInstructionSet="1"
|
||
|
UsePrecompiledHeader="3"
|
||
|
PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="FALSE"
|
||
|
DebugInformationFormat="3"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalDependencies="xapilib.lib d3d8i.lib d3dx8.lib xgraphics.lib dsound.lib dmusici.lib xactengi.lib xsndtrk.lib xvoice.lib xonlines.lib xboxkrnl.lib xbdm.lib xperf.lib"
|
||
|
OutputFile="$(OutDir)/$(ProjectName).exe"
|
||
|
LinkIncremental="1"
|
||
|
GenerateDebugInformation="TRUE"
|
||
|
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
|
||
|
SubSystem="2"
|
||
|
OptimizeReferences="2"
|
||
|
EnableCOMDATFolding="2"
|
||
|
OptimizeForWindows98="1"
|
||
|
SetChecksum="TRUE"
|
||
|
TargetMachine="1"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCXMLDataGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebDeploymentTool"/>
|
||
|
<Tool
|
||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="Profile_FastCap|Xbox"
|
||
|
OutputDirectory="Profile_FastCap"
|
||
|
IntermediateDirectory="Profile_FastCap"
|
||
|
ConfigurationType="1"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="3"
|
||
|
OmitFramePointers="TRUE"
|
||
|
OptimizeForProcessor="2"
|
||
|
PreprocessorDefinitions="NDEBUG;_XBOX;PROFILE;FASTCAP"
|
||
|
StringPooling="TRUE"
|
||
|
RuntimeLibrary="0"
|
||
|
EnableFunctionLevelLinking="TRUE"
|
||
|
EnableEnhancedInstructionSet="1"
|
||
|
UsePrecompiledHeader="3"
|
||
|
PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="FALSE"
|
||
|
DebugInformationFormat="3"
|
||
|
FastCAP="TRUE"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalDependencies="xapilib.lib d3d8i.lib d3dx8.lib xgraphics.lib dsound.lib dmusici.lib xactengi.lib xsndtrk.lib xvoice.lib xonlines.lib xboxkrnl.lib xbdm.lib xperf.lib"
|
||
|
OutputFile="$(OutDir)/$(ProjectName).exe"
|
||
|
LinkIncremental="1"
|
||
|
GenerateDebugInformation="TRUE"
|
||
|
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
|
||
|
SubSystem="2"
|
||
|
OptimizeReferences="2"
|
||
|
EnableCOMDATFolding="2"
|
||
|
OptimizeForWindows98="1"
|
||
|
SetChecksum="TRUE"
|
||
|
TargetMachine="1"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="XboxDeploymentTool"/>
|
||
|
<Tool
|
||
|
Name="XboxImageTool"
|
||
|
StackSize="65536"
|
||
|
IncludeDebugInfo="TRUE"
|
||
|
NoLibWarn="TRUE"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="Profile_FastCap|Win32"
|
||
|
OutputDirectory="$(ConfigurationName)"
|
||
|
IntermediateDirectory="$(ConfigurationName)"
|
||
|
ConfigurationType="1"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="3"
|
||
|
OmitFramePointers="TRUE"
|
||
|
OptimizeForProcessor="2"
|
||
|
PreprocessorDefinitions="NDEBUG;_XBOX;PROFILE;FASTCAP"
|
||
|
StringPooling="TRUE"
|
||
|
RuntimeLibrary="0"
|
||
|
EnableFunctionLevelLinking="TRUE"
|
||
|
EnableEnhancedInstructionSet="1"
|
||
|
UsePrecompiledHeader="3"
|
||
|
PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="FALSE"
|
||
|
DebugInformationFormat="3"
|
||
|
FastCAP="TRUE"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalDependencies="xapilib.lib d3d8i.lib d3dx8.lib xgraphics.lib dsound.lib dmusici.lib xactengi.lib xsndtrk.lib xvoice.lib xonlines.lib xboxkrnl.lib xbdm.lib xperf.lib"
|
||
|
OutputFile="$(OutDir)/$(ProjectName).exe"
|
||
|
LinkIncremental="1"
|
||
|
GenerateDebugInformation="TRUE"
|
||
|
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
|
||
|
SubSystem="2"
|
||
|
OptimizeReferences="2"
|
||
|
EnableCOMDATFolding="2"
|
||
|
OptimizeForWindows98="1"
|
||
|
SetChecksum="TRUE"
|
||
|
TargetMachine="1"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCXMLDataGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebDeploymentTool"/>
|
||
|
<Tool
|
||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="Release|Xbox"
|
||
|
OutputDirectory="Release"
|
||
|
IntermediateDirectory="Release"
|
||
|
ConfigurationType="1"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="3"
|
||
|
OmitFramePointers="TRUE"
|
||
|
OptimizeForProcessor="2"
|
||
|
PreprocessorDefinitions="NDEBUG;_XBOX"
|
||
|
StringPooling="TRUE"
|
||
|
RuntimeLibrary="0"
|
||
|
EnableFunctionLevelLinking="TRUE"
|
||
|
EnableEnhancedInstructionSet="1"
|
||
|
RuntimeTypeInfo="TRUE"
|
||
|
UsePrecompiledHeader="3"
|
||
|
PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="FALSE"
|
||
|
DebugInformationFormat="3"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalDependencies="xapilib.lib d3d8.lib d3dx8.lib xgraphics.lib dsound.lib dmusic.lib xacteng.lib xsndtrk.lib xvoice.lib xonlines.lib xboxkrnl.lib"
|
||
|
OutputFile="$(OutDir)/$(ProjectName).exe"
|
||
|
LinkIncremental="1"
|
||
|
GenerateDebugInformation="TRUE"
|
||
|
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
|
||
|
SubSystem="2"
|
||
|
OptimizeReferences="2"
|
||
|
EnableCOMDATFolding="2"
|
||
|
OptimizeForWindows98="1"
|
||
|
SetChecksum="TRUE"
|
||
|
TargetMachine="1"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="XboxDeploymentTool"/>
|
||
|
<Tool
|
||
|
Name="XboxImageTool"
|
||
|
StackSize="65536"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="Release|Win32"
|
||
|
OutputDirectory="$(ConfigurationName)"
|
||
|
IntermediateDirectory="$(ConfigurationName)"
|
||
|
ConfigurationType="1"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="3"
|
||
|
OmitFramePointers="TRUE"
|
||
|
OptimizeForProcessor="2"
|
||
|
PreprocessorDefinitions="NDEBUG;_XBOX"
|
||
|
StringPooling="TRUE"
|
||
|
RuntimeLibrary="0"
|
||
|
EnableFunctionLevelLinking="TRUE"
|
||
|
EnableEnhancedInstructionSet="1"
|
||
|
UsePrecompiledHeader="3"
|
||
|
PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="FALSE"
|
||
|
DebugInformationFormat="3"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalDependencies="xapilib.lib d3d8.lib d3dx8.lib xgraphics.lib dsound.lib dmusic.lib xacteng.lib xsndtrk.lib xvoice.lib xonlines.lib xboxkrnl.lib"
|
||
|
OutputFile="$(OutDir)/$(ProjectName).exe"
|
||
|
LinkIncremental="1"
|
||
|
GenerateDebugInformation="TRUE"
|
||
|
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
|
||
|
SubSystem="2"
|
||
|
OptimizeReferences="2"
|
||
|
EnableCOMDATFolding="2"
|
||
|
OptimizeForWindows98="1"
|
||
|
SetChecksum="TRUE"
|
||
|
TargetMachine="1"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCXMLDataGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebDeploymentTool"/>
|
||
|
<Tool
|
||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="Release_LTCG|Xbox"
|
||
|
OutputDirectory="Release_LTCG"
|
||
|
IntermediateDirectory="Release_LTCG"
|
||
|
ConfigurationType="1"
|
||
|
CharacterSet="2"
|
||
|
WholeProgramOptimization="TRUE">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="3"
|
||
|
OmitFramePointers="TRUE"
|
||
|
OptimizeForProcessor="2"
|
||
|
PreprocessorDefinitions="NDEBUG;_XBOX;LTCG"
|
||
|
StringPooling="TRUE"
|
||
|
RuntimeLibrary="0"
|
||
|
EnableFunctionLevelLinking="TRUE"
|
||
|
EnableEnhancedInstructionSet="1"
|
||
|
UsePrecompiledHeader="3"
|
||
|
PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="FALSE"
|
||
|
DebugInformationFormat="3"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalDependencies="xapilib.lib d3d8ltcg.lib d3dx8.lib xgraphicsltcg.lib dsound.lib dmusicltcg.lib xactengltcg.lib xsndtrk.lib xvoice.lib xonlines.lib xboxkrnl.lib"
|
||
|
OutputFile="$(OutDir)/$(ProjectName).exe"
|
||
|
LinkIncremental="1"
|
||
|
GenerateDebugInformation="TRUE"
|
||
|
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
|
||
|
SubSystem="2"
|
||
|
OptimizeReferences="2"
|
||
|
EnableCOMDATFolding="2"
|
||
|
OptimizeForWindows98="1"
|
||
|
SetChecksum="TRUE"
|
||
|
TargetMachine="1"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="XboxDeploymentTool"/>
|
||
|
<Tool
|
||
|
Name="XboxImageTool"
|
||
|
StackSize="65536"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="Release_LTCG|Win32"
|
||
|
OutputDirectory="$(ConfigurationName)"
|
||
|
IntermediateDirectory="$(ConfigurationName)"
|
||
|
ConfigurationType="1"
|
||
|
CharacterSet="2"
|
||
|
WholeProgramOptimization="TRUE">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="3"
|
||
|
OmitFramePointers="TRUE"
|
||
|
OptimizeForProcessor="2"
|
||
|
PreprocessorDefinitions="NDEBUG;_XBOX;LTCG"
|
||
|
StringPooling="TRUE"
|
||
|
RuntimeLibrary="0"
|
||
|
EnableFunctionLevelLinking="TRUE"
|
||
|
EnableEnhancedInstructionSet="1"
|
||
|
UsePrecompiledHeader="3"
|
||
|
PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="FALSE"
|
||
|
DebugInformationFormat="3"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalDependencies="xapilib.lib d3d8ltcg.lib d3dx8.lib xgraphicsltcg.lib dsound.lib dmusicltcg.lib xactengltcg.lib xsndtrk.lib xvoice.lib xonlines.lib xboxkrnl.lib"
|
||
|
OutputFile="$(OutDir)/$(ProjectName).exe"
|
||
|
LinkIncremental="1"
|
||
|
GenerateDebugInformation="TRUE"
|
||
|
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
|
||
|
SubSystem="2"
|
||
|
OptimizeReferences="2"
|
||
|
EnableCOMDATFolding="2"
|
||
|
OptimizeForWindows98="1"
|
||
|
SetChecksum="TRUE"
|
||
|
TargetMachine="1"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCXMLDataGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebDeploymentTool"/>
|
||
|
<Tool
|
||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="Release_XBox|Xbox"
|
||
|
OutputDirectory="Release_XBox"
|
||
|
IntermediateDirectory="Release_XBox"
|
||
|
ConfigurationType="4"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="1"
|
||
|
FavorSizeOrSpeed="2"
|
||
|
OptimizeForProcessor="2"
|
||
|
AdditionalIncludeDirectories="..\..\public,..\..\public\tier1,..\..\common"
|
||
|
PreprocessorDefinitions="NDEBUG;_RELEASE;_WIN32;_MBCS;_LIB;_XBOX;_STATIC_LINKED;_SUBSYSTEM=VguiControls"
|
||
|
StringPooling="TRUE"
|
||
|
MinimalRebuild="FALSE"
|
||
|
ExceptionHandling="FALSE"
|
||
|
BasicRuntimeChecks="0"
|
||
|
RuntimeLibrary="0"
|
||
|
EnableEnhancedInstructionSet="1"
|
||
|
RuntimeTypeInfo="TRUE"
|
||
|
UsePrecompiledHeader="0"
|
||
|
PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="FALSE"
|
||
|
DebugInformationFormat="2"
|
||
|
ForcedIncludeFiles="staticlink/system.h;xbox/xbox_isswappable.h"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"
|
||
|
CommandLine="if exist ..\..\lib_xbox\public\vgui_controls_xbox.lib attrib -r ..\..\lib_xbox\public\vgui_controls_xbox.lib
|
||
|
if exist $(TargetPath) copy $(TargetPath) ..\..\lib_xbox\public\vgui_controls_xbox.lib"
|
||
|
Outputs="..\..\lib_xbox\public\vgui_controls_xbox.lib"/>
|
||
|
<Tool
|
||
|
Name="VCLibrarianTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"
|
||
|
CommandLine="if exist ..\..\lib_xbox\public\vgui_controls_xbox.lib del ..\..\lib_xbox\public\vgui_controls_xbox.lib"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="Release_XBox|Win32"
|
||
|
OutputDirectory="$(ConfigurationName)"
|
||
|
IntermediateDirectory="$(ConfigurationName)"
|
||
|
ConfigurationType="4"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="3"
|
||
|
OptimizeForProcessor="2"
|
||
|
AdditionalIncludeDirectories="..\..\public,..\..\public\tier1,..\..\common"
|
||
|
PreprocessorDefinitions="NDEBUG;_WIN32;_MBCS;_LIB;_STATIC_LINKED;_SUBSYSTEM=VguiControls"
|
||
|
StringPooling="TRUE"
|
||
|
MinimalRebuild="FALSE"
|
||
|
ExceptionHandling="FALSE"
|
||
|
BasicRuntimeChecks="0"
|
||
|
RuntimeLibrary="0"
|
||
|
EnableEnhancedInstructionSet="1"
|
||
|
RuntimeTypeInfo="TRUE"
|
||
|
UsePrecompiledHeader="0"
|
||
|
PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="FALSE"
|
||
|
DebugInformationFormat="2"
|
||
|
ForcedIncludeFiles="staticlink/system.h"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"
|
||
|
CommandLine="if exist ..\..\lib_xbox\public\vgui_controls_xbox.lib attrib -r ..\..\lib_xbox\public\vgui_controls_xbox.lib
|
||
|
if exist $(TargetPath) copy $(TargetPath) ..\..\lib_xbox\public\vgui_controls_xbox.lib"
|
||
|
Outputs="..\..\lib_xbox\public\vgui_controls_xbox.lib"/>
|
||
|
<Tool
|
||
|
Name="VCLibrarianTool"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"
|
||
|
CommandLine="if exist ..\..\lib_xbox\public\vgui_controls_xbox.lib del ..\..\lib_xbox\public\vgui_controls_xbox.lib"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCXMLDataGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="Retail_XBox|Xbox"
|
||
|
OutputDirectory="$(ConfigurationName)"
|
||
|
IntermediateDirectory="$(ConfigurationName)"
|
||
|
ConfigurationType="4"
|
||
|
CharacterSet="2"
|
||
|
WholeProgramOptimization="FALSE">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
AdditionalOptions="/D "_RETAIL""
|
||
|
Optimization="1"
|
||
|
GlobalOptimizations="TRUE"
|
||
|
FavorSizeOrSpeed="2"
|
||
|
OmitFramePointers="TRUE"
|
||
|
OptimizeForProcessor="2"
|
||
|
AdditionalIncludeDirectories="..\..\public,..\..\public\tier1,..\..\common"
|
||
|
PreprocessorDefinitions="NDEBUG;_WIN32;_MBCS;_LIB;_XBOX;_STATIC_LINKED;_SUBSYSTEM=VguiControls"
|
||
|
StringPooling="TRUE"
|
||
|
MinimalRebuild="FALSE"
|
||
|
ExceptionHandling="FALSE"
|
||
|
BasicRuntimeChecks="0"
|
||
|
RuntimeLibrary="0"
|
||
|
EnableEnhancedInstructionSet="1"
|
||
|
RuntimeTypeInfo="TRUE"
|
||
|
UsePrecompiledHeader="0"
|
||
|
PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="FALSE"
|
||
|
DebugInformationFormat="2"
|
||
|
CallingConvention="1"
|
||
|
ForcedIncludeFiles="staticlink/system.h;xbox/xbox_isswappable.h"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"
|
||
|
CommandLine="if exist ..\..\lib_xbox\public\vgui_controls_xbox.lib attrib -r ..\..\lib_xbox\public\vgui_controls_xbox.lib
|
||
|
if exist $(TargetPath) copy $(TargetPath) ..\..\lib_xbox\public\vgui_controls_xbox.lib"
|
||
|
Outputs="..\..\lib_xbox\public\vgui_controls_xbox.lib"/>
|
||
|
<Tool
|
||
|
Name="VCLibrarianTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"
|
||
|
CommandLine="if exist ..\..\lib_xbox\public\vgui_controls_xbox.lib del ..\..\lib_xbox\public\vgui_controls_xbox.lib"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="Retail_XBox|Win32"
|
||
|
OutputDirectory="$(ConfigurationName)"
|
||
|
IntermediateDirectory="$(ConfigurationName)"
|
||
|
ConfigurationType="4"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="3"
|
||
|
OptimizeForProcessor="2"
|
||
|
AdditionalIncludeDirectories="..\..\public,..\..\public\tier1,..\..\common"
|
||
|
PreprocessorDefinitions="NDEBUG;_WIN32;_MBCS;_LIB;_STATIC_LINKED;_SUBSYSTEM=VguiControls"
|
||
|
StringPooling="TRUE"
|
||
|
MinimalRebuild="FALSE"
|
||
|
ExceptionHandling="FALSE"
|
||
|
BasicRuntimeChecks="0"
|
||
|
RuntimeLibrary="0"
|
||
|
EnableEnhancedInstructionSet="1"
|
||
|
RuntimeTypeInfo="TRUE"
|
||
|
UsePrecompiledHeader="0"
|
||
|
PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="FALSE"
|
||
|
DebugInformationFormat="2"
|
||
|
ForcedIncludeFiles="staticlink/system.h"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"
|
||
|
CommandLine="if exist ..\..\lib_xbox\public\vgui_controls_xbox.lib attrib -r ..\..\lib_xbox\public\vgui_controls_xbox.lib
|
||
|
if exist $(TargetPath) copy $(TargetPath) ..\..\lib_xbox\public\vgui_controls_xbox.lib"
|
||
|
Outputs="..\..\lib_xbox\public\vgui_controls_xbox.lib"/>
|
||
|
<Tool
|
||
|
Name="VCLibrarianTool"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"
|
||
|
CommandLine="if exist ..\..\lib_xbox\public\vgui_controls_xbox.lib del ..\..\lib_xbox\public\vgui_controls_xbox.lib"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCXMLDataGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||
|
</Configuration>
|
||
|
</Configurations>
|
||
|
<References>
|
||
|
</References>
|
||
|
<Files>
|
||
|
<Filter
|
||
|
Name="Source Files"
|
||
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||
|
<File
|
||
|
RelativePath=".\AnimationController.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\BuildFactoryHelper.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\BuildGroup.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\Button.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\controls.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\EditablePanel.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\FocusNavGroup.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\Image.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\ImagePanel.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\Label.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\Panel.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\TextImage.cpp">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath=".\ToggleButton.cpp">
|
||
|
</File>
|
||
|
</Filter>
|
||
|
<Filter
|
||
|
Name="Header Files"
|
||
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||
|
<File
|
||
|
RelativePath="..\..\public\characterset.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\public\filesystem_helpers.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\public\KeyValues.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\public\mempool.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\public\utlbuffer.h">
|
||
|
</File>
|
||
|
<File
|
||
|
RelativePath="..\..\public\utlsymbol.h">
|
||
|
</File>
|
||
|
</Filter>
|
||
|
</Files>
|
||
|
<Globals>
|
||
|
</Globals>
|
||
|
</VisualStudioProject>
|