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

191 lines
4.8 KiB
XML

<?xml version="1.0" encoding="ks_c_5601-1987"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="GuildServerTest"
ProjectGUID="{751006DB-867D-4361-88DB-F335FA000D78}"
RootNamespace="GuildServerTest"
Keyword="Win32Proj"
TargetFrameworkVersion="196613"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\_binv90"
IntermediateDirectory="..\..\_Intermediate\v90\$(ConfigurationName)\$(ProjectName)"
ConfigurationType="1"
InheritedPropertySheets="..\..\DefaultSharedProperty.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;$(ProjectDir)..\..\ProgramCommon&quot;;&quot;$(ProjectDir)..\..\Utility&quot;;&quot;$(ProjectDir)..\..\Server\include&quot;;&quot;$(ProjectDir)..\..\Server\Common&quot;;&quot;$(ProjectDir)..\..\include&quot;;&quot;$(ProjectDir)..\GuildServer&quot;;&quot;$(ProjectDir)..\..\SolarSlot&quot;;&quot;$(ProjectDir)..\..\SUN3DENGINE\include\ProgramCommon&quot;;&quot;$(ProjectDir)..\..\SUN3DENGINE\include&quot;;&quot;$(ProjectDir)..\SunWriteLog&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_SERVER"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="gtestd.lib gmockd.lib GuildServer_d.lib"
OutputFile="$(OutDir)\$(ProjectName)_d.exe"
LinkIncremental="2"
AdditionalLibraryDirectories="../../lib/v90;../lib/v90"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
SubSystem="1"
EntryPointSymbol="SunTestEntryPoint"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="$(TargetPath)"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\_binv90"
IntermediateDirectory="..\..\_Intermediate\v90\$(ConfigurationName)\$(ProjectName)"
ConfigurationType="1"
InheritedPropertySheets="..\..\DefaultSharedProperty.vsprops"
CharacterSet="2"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\ProgramCommon&quot;;&quot;$(ProjectDir)..\..\Utility&quot;;&quot;$(ProjectDir)..\..\Server\include&quot;;&quot;$(ProjectDir)..\..\Server\Common&quot;;&quot;$(ProjectDir)..\..\include&quot;;&quot;$(ProjectDir)..\GuildServer&quot;;&quot;$(ProjectDir)..\..\SolarSlot&quot;;&quot;$(ProjectDir)..\..\SUN3DENGINE\include\ProgramCommon&quot;;&quot;$(ProjectDir)..\..\SUN3DENGINE\include&quot;;&quot;$(ProjectDir)..\SunWriteLog&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SERVER"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="gtest.lib gmock.lib GuildServer.lib"
LinkIncremental="1"
AdditionalLibraryDirectories="../../lib/v90;../lib/v90"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
EntryPointSymbol="SunTestEntryPoint"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="$(TargetPath)"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<File
RelativePath=".\main.cpp"
>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>