2008-07-01 11:01:02 +03:00
|
|
|
<?xml version="1.0" encoding="windows-1250"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="9,00"
|
|
|
|
Name="VCMI_server"
|
|
|
|
ProjectGUID="{8AF697C3-465E-4910-B31B-576A9ECDB309}"
|
|
|
|
RootNamespace="VCMI_server"
|
|
|
|
TargetFrameworkVersion="196613"
|
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
2008-07-02 11:39:56 +03:00
|
|
|
OutputDirectory="$(SolutionDir)"
|
2008-07-01 11:01:02 +03:00
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
ConfigurationType="1"
|
2008-07-09 20:22:28 +03:00
|
|
|
CharacterSet="1"
|
2008-07-01 11:01:02 +03:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-13 03:44:31 +03:00
|
|
|
AdditionalOptions="/MP2"
|
2008-07-01 11:01:02 +03:00
|
|
|
Optimization="0"
|
2009-02-14 17:00:29 +02:00
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
2008-08-13 03:44:31 +03:00
|
|
|
MinimalRebuild="false"
|
2008-07-01 11:01:02 +03:00
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
2008-08-10 07:46:16 +03:00
|
|
|
WarningLevel="2"
|
2008-07-01 11:01:02 +03:00
|
|
|
DebugInformationFormat="4"
|
2008-07-09 20:22:28 +03:00
|
|
|
DisableSpecificWarnings="4251"
|
2008-07-01 11:01:02 +03:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2008-07-09 20:22:28 +03:00
|
|
|
AdditionalDependencies="VCMI_lib.lib zdll.lib"
|
2009-02-14 17:00:29 +02:00
|
|
|
AdditionalLibraryDirectories="../../libs;../"
|
2008-07-01 11:01:02 +03:00
|
|
|
GenerateDebugInformation="true"
|
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
ConfigurationType="1"
|
|
|
|
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"
|
2008-07-25 20:28:28 +03:00
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
OmitFramePointers="true"
|
|
|
|
EnableFiberSafeOptimizations="true"
|
2009-02-14 17:00:29 +02:00
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
2008-07-25 20:28:28 +03:00
|
|
|
StringPooling="true"
|
2008-07-01 11:01:02 +03:00
|
|
|
RuntimeLibrary="2"
|
2008-07-25 20:28:28 +03:00
|
|
|
EnableFunctionLevelLinking="false"
|
2008-07-01 11:01:02 +03:00
|
|
|
WarningLevel="3"
|
2008-07-25 20:28:28 +03:00
|
|
|
DebugInformationFormat="0"
|
|
|
|
DisableSpecificWarnings="4251"
|
2008-07-01 11:01:02 +03:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2008-07-09 20:22:28 +03:00
|
|
|
AdditionalDependencies="VCMI_lib.lib zdll.lib"
|
2009-02-14 17:00:29 +02:00
|
|
|
AdditionalLibraryDirectories="../../libs;../"
|
2008-07-25 20:28:28 +03:00
|
|
|
GenerateDebugInformation="false"
|
2008-07-01 11:01:02 +03:00
|
|
|
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="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
2008-07-31 16:21:42 +03:00
|
|
|
<Configuration
|
|
|
|
Name="RD|Win32"
|
2009-02-07 15:28:23 +02:00
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
|
2008-07-31 16:21:42 +03:00
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="2"
|
|
|
|
WholeProgramOptimization="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2009-02-07 15:28:23 +02:00
|
|
|
AdditionalOptions="/Oy-"
|
2008-07-31 16:21:42 +03:00
|
|
|
Optimization="2"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
2009-02-07 15:28:23 +02:00
|
|
|
OmitFramePointers="false"
|
2008-07-31 16:21:42 +03:00
|
|
|
EnableFiberSafeOptimizations="true"
|
2009-02-14 17:00:29 +02:00
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
2008-07-31 16:21:42 +03:00
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
EnableFunctionLevelLinking="false"
|
2009-02-07 15:28:23 +02:00
|
|
|
AssemblerOutput="2"
|
|
|
|
AssemblerListingLocation="$(SolutionDir)$(ConfigurationName)\"
|
2008-07-31 16:21:42 +03:00
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
DisableSpecificWarnings="4251"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="VCMI_lib.lib zdll.lib"
|
2009-02-14 17:00:29 +02:00
|
|
|
AdditionalLibraryDirectories="../../libs;../"
|
2008-07-31 16:21:42 +03:00
|
|
|
GenerateDebugInformation="true"
|
2009-02-07 15:28:23 +02:00
|
|
|
GenerateMapFile="true"
|
2008-07-31 16:21:42 +03:00
|
|
|
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="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
2008-07-01 11:01:02 +03:00
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\CGameHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2008-07-26 09:39:44 +03:00
|
|
|
RelativePath=".\CVCMIServer.cpp"
|
2008-07-01 11:01:02 +03:00
|
|
|
>
|
|
|
|
</File>
|
2009-03-09 12:37:49 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\NetPacksServer.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-01 11:01:02 +03:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\CGameHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-25 20:28:28 +03:00
|
|
|
<File
|
|
|
|
RelativePath=".\CVCMIServer.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-01 11:01:02 +03:00
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|