Files
Sun1602/Tools/ServerStarter/ServerStarter.vcproj.7.10.old
2022-10-26 12:25:11 +08:00

158 lines
4.9 KiB
XML

<?xml version="1.0" encoding="ks_c_5601-1987"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="ServerStarter"
ProjectGUID="{76D74D31-1002-4C66-94BF-682A7FD08452}"
RootNamespace="ServerStarter"
Keyword="Win32Proj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="psapi.lib"
OutputFile="$(OutDir)/$(ProjectName)_d.exe"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/ServerStarter.pdb"
SubSystem="1"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGAgentServer.exe
if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGFieldServer.exe
if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGBattleServer.exe
if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGDBPServer.exe
if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGWorldServer.exe
if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGPortalServer.exe
if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGGuildServer.exe
if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGMasterServer.exe
if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGADBPServer.exe
"/>
<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|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="1"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="4"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="psapi.lib"
OutputFile="$(OutDir)/$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="TRUE"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEAgentServer.exe
if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEFieldServer.exe
if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEBattleServer.exe
if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEDBPServer.exe
if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEWorldServer.exe
if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEPortalServer.exe
if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEGuildServer.exe
if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEMasterServer.exe
if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEADBPServer.exe
"/>
<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>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="main"
Filter="">
<File
RelativePath=".\main.cpp">
</File>
</Filter>
<Filter
Name="parser"
Filter="">
<File
RelativePath=".\ScriptParser.cpp">
</File>
<File
RelativePath=".\ScriptParser.h">
</File>
</Filter>
<File
RelativePath=".\ServerStarter_History.txt">
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>