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

208 lines
5.8 KiB
XML

<?xml version="1.0" encoding="ks_c_5601-1987"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="ServerStarter"
ProjectGUID="{76D74D31-1002-4C66-94BF-682A7FD08452}"
RootNamespace="ServerStarter"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
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"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<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="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGAgentServer.exe&#x0D;&#x0A;if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGFieldServer.exe&#x0D;&#x0A;if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGBattleServer.exe&#x0D;&#x0A;if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGDBPServer.exe&#x0D;&#x0A;if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGWorldServer.exe&#x0D;&#x0A;if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGPortalServer.exe&#x0D;&#x0A;if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGGuildServer.exe&#x0D;&#x0A;if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGMasterServer.exe&#x0D;&#x0A;if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_DEBUGADBPServer.exe&#x0D;&#x0A;"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
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"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="psapi.lib"
OutputFile="$(OutDir)/$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
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"
CommandLine="if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEAgentServer.exe&#x0D;&#x0A;if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEFieldServer.exe&#x0D;&#x0A;if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEBattleServer.exe&#x0D;&#x0A;if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEDBPServer.exe&#x0D;&#x0A;if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEWorldServer.exe&#x0D;&#x0A;if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEPortalServer.exe&#x0D;&#x0A;if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEGuildServer.exe&#x0D;&#x0A;if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEMasterServer.exe&#x0D;&#x0A;if exist $(TargetPath) copy $(TargetPath) $(ProjectDir)..\_bin\$(ProjectName)\_RELEASEADBPServer.exe&#x0D;&#x0A;"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="main"
>
<File
RelativePath=".\main.cpp"
>
</File>
</Filter>
<Filter
Name="parser"
>
<File
RelativePath=".\ScriptParser.cpp"
>
</File>
<File
RelativePath=".\ScriptParser.h"
>
</File>
</Filter>
<File
RelativePath=".\ServerStarter_History.txt"
>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>