mirror of
https://github.com/ProjectDreamland/area51.git
synced 2024-11-01 11:11:47 +01:00
882 lines
26 KiB
XML
882 lines
26 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="Loco02"
|
|
ProjectGUID="{E8B6020E-7351-47C5-BAB8-765DA5E8B9B5}"
|
|
RootNamespace="Loco02"
|
|
SccProjectName="Perforce Project"
|
|
SccAuxPath=""
|
|
SccLocalPath="."
|
|
SccProvider="MSSCCI:Perforce SCM"
|
|
Keyword="XboxProj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
<Platform
|
|
Name="Xbox"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(ProjectDir)_$(PlatformName)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(PlatformName)$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
WholeProgramOptimization="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
PreprocessorDefinitions="TARGET_PC,CONFIG_DEBUG"
|
|
MinimalRebuild="TRUE"
|
|
BasicRuntimeChecks="3"
|
|
SmallerTypeCheck="FALSE"
|
|
RuntimeLibrary="1"
|
|
BufferSecurityCheck="TRUE"
|
|
EnableFunctionLevelLinking="FALSE"
|
|
EnableEnhancedInstructionSet="0"
|
|
UsePrecompiledHeader="2"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
IgnoreDefaultLibraryNames="libci.lib"
|
|
GenerateDebugInformation="TRUE"/>
|
|
<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="Debug|Xbox"
|
|
OutputDirectory="$(ProjectDir)_$(PlatformName)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(PlatformName)$(ConfigurationName)"
|
|
ConfigurationType="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
PreprocessorDefinitions="TARGET_XBOX,CONFIG_DEBUG;"
|
|
MinimalRebuild="TRUE"
|
|
ExceptionHandling="FALSE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
BufferSecurityCheck="TRUE"
|
|
EnableFunctionLevelLinking="FALSE"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="xapilibd.lib d3d8d.lib d3dx8d.lib xgraphicsd.lib dsoundd.lib dmusicd.lib xactengd.lib xsndtrkd.lib xvoiced.lib xonline.lib xboxkrnl.lib"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Copying image to 2nd xbox..."
|
|
CommandLine="if "%UserName%"=="bwatson" (
|
|
xbcp /y /x bwatson-xbox2 $(TargetDir)$(TargetName).xbe xE:\Loco02\Loco02.xbe
|
|
xbcp /y /x bwatson-xbox $(TargetDir)$(TargetName).xbe xE:\Loco02\Loco02.xbe
|
|
)
|
|
"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="XboxDeploymentTool"
|
|
RemotePath="xe:\$(SolutionName)\$(TargetName)(Debug).xbe"/>
|
|
<Tool
|
|
Name="XboxImageTool"
|
|
StackSize="65536"
|
|
TitleID="0xffff010d"
|
|
TitleName="Area51(Debug)"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="OptDebug|Win32"
|
|
OutputDirectory="$(ProjectDir)_$(PlatformName)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(PlatformName)$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
CharacterSet="0"
|
|
WholeProgramOptimization="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="3"
|
|
GlobalOptimizations="TRUE"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="TRUE"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="TRUE"
|
|
OptimizeForProcessor="2"
|
|
OptimizeForWindowsApplication="TRUE"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
PreprocessorDefinitions="TARGET_PC,CONFIG_OPTDEBUG"
|
|
StringPooling="TRUE"
|
|
MinimalRebuild="TRUE"
|
|
ExceptionHandling="FALSE"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="TRUE"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
EnableEnhancedInstructionSet="1"
|
|
UsePrecompiledHeader="2"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
IgnoreDefaultLibraryNames="libc"
|
|
GenerateDebugInformation="TRUE"/>
|
|
<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="OptDebug|Xbox"
|
|
OutputDirectory="$(ProjectDir)_$(PlatformName)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(PlatformName)$(ConfigurationName)"
|
|
ConfigurationType="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="3"
|
|
GlobalOptimizations="TRUE"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="TRUE"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="TRUE"
|
|
EnableFiberSafeOptimizations="TRUE"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
PreprocessorDefinitions="TARGET_XBOX,CONFIG_OPTDEBUG"
|
|
StringPooling="TRUE"
|
|
ExceptionHandling="FALSE"
|
|
RuntimeLibrary="1"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
EnableEnhancedInstructionSet="1"
|
|
WarningLevel="3"
|
|
WarnAsError="FALSE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="xapilibd.lib d3d8d.lib d3dx8d.lib xgraphicsd.lib dsoundd.lib dmusicd.lib xactengd.lib xsndtrkd.lib xvoiced.lib xonline.lib xboxkrnl.lib"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="XboxDeploymentTool"
|
|
RemotePath="xe:\$(SolutionName)\$(TargetName)(OptDebug).xbe"/>
|
|
<Tool
|
|
Name="XboxImageTool"
|
|
StackSize="65536"
|
|
TitleID="0xffff010d"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="QA|Win32"
|
|
OutputDirectory="$(ProjectDir)_$(PlatformName)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(PlatformName)$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
WholeProgramOptimization="TRUE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="3"
|
|
GlobalOptimizations="TRUE"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="TRUE"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="TRUE"
|
|
EnableFiberSafeOptimizations="FALSE"
|
|
OptimizeForProcessor="2"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
PreprocessorDefinitions="TARGET_PC,CONFIG_QA"
|
|
StringPooling="TRUE"
|
|
MinimalRebuild="TRUE"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="FALSE"
|
|
EnableEnhancedInstructionSet="1"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"/>
|
|
<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="QA|Xbox"
|
|
OutputDirectory="$(ProjectDir)_$(PlatformName)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(PlatformName)$(ConfigurationName)"
|
|
ConfigurationType="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="3"
|
|
GlobalOptimizations="TRUE"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="TRUE"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="TRUE"
|
|
EnableFiberSafeOptimizations="TRUE"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
PreprocessorDefinitions="TARGET_XBOX,CONFIG_QA"
|
|
StringPooling="TRUE"
|
|
ExceptionHandling="FALSE"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
EnableEnhancedInstructionSet="1"
|
|
WarningLevel="3"
|
|
WarnAsError="FALSE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="xapilib.lib d3d8i.lib d3dx8.lib xgraphicsltcg.lib dsound.lib dmusic.lib xacteng.lib xsndtrk.lib xvoice.lib xonline.lib xboxkrnl.lib"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="XboxDeploymentTool"
|
|
RemotePath="xe:\$(SolutionName)\$(TargetName)(QA).xbe"/>
|
|
<Tool
|
|
Name="XboxImageTool"
|
|
StackSize="65536"
|
|
TitleID="0xffff010d"
|
|
TitleName="Area51"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Retail|Win32"
|
|
OutputDirectory="$(ProjectDir)_$(PlatformName)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(PlatformName)$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
WholeProgramOptimization="TRUE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="3"
|
|
GlobalOptimizations="TRUE"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="TRUE"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="TRUE"
|
|
EnableFiberSafeOptimizations="TRUE"
|
|
OptimizeForProcessor="2"
|
|
OptimizeForWindowsApplication="TRUE"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
PreprocessorDefinitions="TARGET_PC,CONFIG_RETAIL"
|
|
StringPooling="TRUE"
|
|
MinimalRebuild="FALSE"
|
|
ExceptionHandling="FALSE"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="FALSE"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
EnableEnhancedInstructionSet="1"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"
|
|
DebugInformationFormat="0"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"/>
|
|
<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="Retail|Xbox"
|
|
OutputDirectory="$(ProjectDir)_$(PlatformName)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(PlatformName)$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
WholeProgramOptimization="TRUE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="3"
|
|
GlobalOptimizations="TRUE"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="TRUE"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="TRUE"
|
|
EnableFiberSafeOptimizations="TRUE"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
PreprocessorDefinitions="TARGET_XBOX,CONFIG_RETAIL"
|
|
StringPooling="TRUE"
|
|
ExceptionHandling="FALSE"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
EnableEnhancedInstructionSet="1"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="xapilib.lib d3d8ltcg.lib d3dx8.lib xgraphicsltcg.lib dsound.lib dmusic.lib xacteng.lib xsndtrk.lib xvoice.lib xonline.lib xboxkrnl.lib"
|
|
GenerateDebugInformation="TRUE"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="XboxDeploymentTool"/>
|
|
<Tool
|
|
Name="XboxImageTool"
|
|
StackSize="65536"
|
|
LimitAvailableMemoryTo64MB="FALSE"
|
|
TitleID="0xffff010d"
|
|
TitleName="Area51"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="PS2-Debug|Win32"
|
|
OutputDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
ConfigurationType="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
PreprocessorDefinitions="TARGET_PS2,CONFIG_DEBUG"
|
|
MinimalRebuild="TRUE"
|
|
RuntimeLibrary="5"
|
|
UsePrecompiledHeader="2"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/D:TARGET_PS2_DEV /D:"
|
|
AdditionalDependencies="$(NOINHERIT) $(X)\3rdParty\PS2\SN\EE\Lib\sntty.lib $(X)\3rdParty\PS2\Sony\EE\Lib\libmc2.lib $(X)\3rdParty\PS2\Sony\EE\Lib\libdbc.lib $(X)\3rdParty\PS2\Sony\EE\Lib\netcnfif.lib $(X)\3rdparty\ps2\sony\ee\lib\netifmc2.lib $(NOINHERIT) $(X)\3rdparty\ps2\sony\ee\lib\libscf.lib $(NOINHERIT)"
|
|
OutputFile="$(OutDir)/$(ProjectName).elf"
|
|
LinkIncremental="2"
|
|
GenerateDebugInformation="TRUE"/>
|
|
<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="PS2-Debug|Xbox"
|
|
OutputDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
ConfigurationType="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="XboxDeploymentTool"/>
|
|
<Tool
|
|
Name="XboxImageTool"
|
|
StackSize="65536"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="PS2-OptDebug|Win32"
|
|
OutputDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
ConfigurationType="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
GlobalOptimizations="FALSE"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
PreprocessorDefinitions="TARGET_PS2,CONFIG_OPTDEBUG"
|
|
MinimalRebuild="TRUE"
|
|
RuntimeLibrary="5"
|
|
UsePrecompiledHeader="2"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/D:TARGET_PS2_DEV /D:"
|
|
AdditionalDependencies="$(NOINHERIT) $(X)\3rdParty\PS2\SN\EE\Lib\sntty.lib $(X)\3rdParty\PS2\Sony\EE\Lib\libmc2.lib $(X)\3rdParty\PS2\Sony\EE\Lib\libdbc.lib $(X)\3rdParty\PS2\Sony\EE\Lib\netcnfif.lib $(X)\3rdparty\ps2\sony\ee\lib\netifmc2.lib $(NOINHERIT) $(X)\3rdparty\ps2\sony\ee\lib\libscf.lib $(NOINHERIT)"
|
|
OutputFile="$(OutDir)/$(ProjectName).elf"
|
|
LinkIncremental="2"
|
|
GenerateDebugInformation="TRUE"/>
|
|
<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="PS2-OptDebug|Xbox"
|
|
OutputDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
ConfigurationType="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="XboxDeploymentTool"/>
|
|
<Tool
|
|
Name="XboxImageTool"
|
|
StackSize="65536"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="PS2-Viewer|Win32"
|
|
OutputDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
ConfigurationType="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
GlobalOptimizations="FALSE"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
PreprocessorDefinitions="TARGET_PS2,CONFIG_VIEWER"
|
|
MinimalRebuild="TRUE"
|
|
RuntimeLibrary="5"
|
|
UsePrecompiledHeader="2"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/D:TARGET_PS2_DEV /D:"
|
|
AdditionalDependencies="$(NOINHERIT) $(X)\3rdParty\PS2\SN\EE\Lib\sntty.lib $(X)\3rdParty\PS2\Sony\EE\Lib\libmc2.lib $(X)\3rdParty\PS2\Sony\EE\Lib\libdbc.lib $(X)\3rdParty\PS2\Sony\EE\Lib\netcnfif.lib $(X)\3rdparty\ps2\sony\ee\lib\netifmc2.lib $(NOINHERIT) $(X)\3rdparty\ps2\sony\ee\lib\libscf.lib $(NOINHERIT)"
|
|
OutputFile="$(OutDir)/$(ProjectName).elf"
|
|
LinkIncremental="2"
|
|
GenerateDebugInformation="TRUE"/>
|
|
<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="PS2-Viewer|Xbox"
|
|
OutputDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
ConfigurationType="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="XboxDeploymentTool"/>
|
|
<Tool
|
|
Name="XboxImageTool"
|
|
StackSize="65536"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="PS2-Retail|Win32"
|
|
OutputDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
ConfigurationType="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
GlobalOptimizations="FALSE"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
PreprocessorDefinitions="TARGET_PS2,CONFIG_RETAIL"
|
|
MinimalRebuild="TRUE"
|
|
RuntimeLibrary="5"
|
|
UsePrecompiledHeader="2"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/D:TARGET_PS2_DEV /D:"
|
|
AdditionalDependencies="$(NOINHERIT) $(X)\3rdParty\PS2\SN\EE\Lib\sntty.lib $(X)\3rdParty\PS2\Sony\EE\Lib\libmc2.lib $(X)\3rdParty\PS2\Sony\EE\Lib\libdbc.lib $(X)\3rdParty\PS2\Sony\EE\Lib\netcnfif.lib $(X)\3rdparty\ps2\sony\ee\lib\netifmc2.lib $(NOINHERIT) $(X)\3rdparty\ps2\sony\ee\lib\libscf.lib $(NOINHERIT)"
|
|
OutputFile="$(OutDir)/$(ProjectName).elf"
|
|
LinkIncremental="2"
|
|
GenerateDebugInformation="TRUE"/>
|
|
<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="PS2-Retail|Xbox"
|
|
OutputDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
ConfigurationType="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="XboxDeploymentTool"/>
|
|
<Tool
|
|
Name="XboxImageTool"
|
|
StackSize="65536"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="PS2-QA|Win32"
|
|
OutputDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
ConfigurationType="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
GlobalOptimizations="FALSE"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
PreprocessorDefinitions="TARGET_PS2,CONFIG_QA"
|
|
MinimalRebuild="TRUE"
|
|
RuntimeLibrary="5"
|
|
UsePrecompiledHeader="2"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/D:TARGET_PS2_DEV /D:"
|
|
AdditionalDependencies="$(NOINHERIT) $(X)\3rdParty\PS2\SN\EE\Lib\sntty.lib $(X)\3rdParty\PS2\Sony\EE\Lib\libmc2.lib $(X)\3rdParty\PS2\Sony\EE\Lib\libdbc.lib $(X)\3rdParty\PS2\Sony\EE\Lib\netcnfif.lib $(X)\3rdparty\ps2\sony\ee\lib\netifmc2.lib $(NOINHERIT) $(X)\3rdparty\ps2\sony\ee\lib\libscf.lib $(NOINHERIT)"
|
|
OutputFile="$(OutDir)/$(ProjectName).elf"
|
|
LinkIncremental="2"
|
|
GenerateDebugInformation="TRUE"/>
|
|
<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="PS2-QA|Xbox"
|
|
OutputDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
IntermediateDirectory="$(ProjectDir)_$(ConfigurationName)"
|
|
ConfigurationType="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="XboxDeploymentTool"/>
|
|
<Tool
|
|
Name="XboxImageTool"
|
|
StackSize="65536"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="PS2-Profile|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
GlobalOptimizations="FALSE"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
PreprocessorDefinitions="TARGET_PS2,CONFIG_PROFILE"
|
|
MinimalRebuild="TRUE"
|
|
RuntimeLibrary="5"
|
|
UsePrecompiledHeader="2"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/D:TARGET_PS2_DEV /D:"
|
|
AdditionalDependencies="$(NOINHERIT) $(X)\3rdParty\PS2\SN\EE\Lib\sntty.lib $(X)\3rdParty\PS2\Sony\EE\Lib\libmc2.lib $(X)\3rdParty\PS2\Sony\EE\Lib\libdbc.lib $(X)\3rdParty\PS2\Sony\EE\Lib\netcnfif.lib $(X)\3rdparty\ps2\sony\ee\lib\netifmc2.lib $(NOINHERIT) $(X)\3rdparty\ps2\sony\ee\lib\libscf.lib $(NOINHERIT)"
|
|
OutputFile="$(OutDir)/$(ProjectName).elf"
|
|
LinkIncremental="2"
|
|
GenerateDebugInformation="TRUE"/>
|
|
<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="PS2-Profile|Xbox"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="$(X),.\,$(X)\..\Support,$(X)\Auxiliary,$(X)\x_files,$(X)\Entropy"
|
|
WarningLevel="3"
|
|
WarnAsError="TRUE"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="XboxDeploymentTool"/>
|
|
<Tool
|
|
Name="XboxImageTool"
|
|
StackSize="65536"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<File
|
|
RelativePath="..\..\..\Apps\GameApp\Config.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Apps\GameApp\Config.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Apps\GameApp\IniFile.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Apps\GameApp\IniFile.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\Support\Loco\Loco.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\main.cpp">
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|