2008-06-14 13:20:18 +03:00
|
|
|
<?xml version="1.0" encoding="windows-1250"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="9,00"
|
|
|
|
Name="VCMI_lib"
|
|
|
|
ProjectGUID="{B952FFC5-3039-4DE1-9F08-90ACDA483D8F}"
|
|
|
|
RootNamespace="VCMI_lib"
|
|
|
|
TargetFrameworkVersion="196613"
|
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
2008-07-03 18:03:32 +03:00
|
|
|
OutputDirectory="$(SolutionDir)"
|
2008-06-14 13:20:18 +03:00
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
ConfigurationType="2"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<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-06-14 13:20:18 +03:00
|
|
|
Optimization="0"
|
2009-02-14 17:00:29 +02:00
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
2008-12-22 19:48:41 +02:00
|
|
|
MinimalRebuild="false"
|
2008-06-14 13:20:18 +03:00
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
WarningLevel="2"
|
|
|
|
DebugInformationFormat="4"
|
|
|
|
DisableSpecificWarnings="4251"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib"
|
2009-02-14 17:00:29 +02:00
|
|
|
AdditionalLibraryDirectories="../../libs;"
|
2008-06-14 13:20:18 +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="2"
|
|
|
|
CharacterSet="1"
|
|
|
|
WholeProgramOptimization="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="3"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
OmitFramePointers="true"
|
|
|
|
EnableFiberSafeOptimizations="true"
|
|
|
|
WholeProgramOptimization="true"
|
2009-02-14 17:00:29 +02:00
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
2008-06-14 13:20:18 +03:00
|
|
|
StringPooling="true"
|
|
|
|
MinimalRebuild="false"
|
|
|
|
BasicRuntimeChecks="0"
|
2008-06-16 13:51:14 +03:00
|
|
|
RuntimeLibrary="2"
|
2008-06-14 13:20:18 +03:00
|
|
|
EnableFunctionLevelLinking="false"
|
|
|
|
WarningLevel="3"
|
2008-07-25 20:28:28 +03:00
|
|
|
DebugInformationFormat="0"
|
2008-06-14 13:20:18 +03:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="zdll.lib"
|
|
|
|
Version=""
|
2009-03-12 01:25:59 +02:00
|
|
|
AdditionalLibraryDirectories="../../libs;"
|
2008-07-25 20:28:28 +03:00
|
|
|
GenerateDebugInformation="false"
|
2008-06-14 13:20:18 +03:00
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
2009-02-14 16:37:13 +02:00
|
|
|
LinkTimeCodeGeneration="0"
|
2008-06-14 13:20:18 +03:00
|
|
|
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
|
2008-07-31 16:21:42 +03:00
|
|
|
Name="RD|Win32"
|
2009-02-07 15:28:23 +02:00
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
|
2008-06-14 13:20:18 +03:00
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
ConfigurationType="2"
|
2008-07-31 16:21:42 +03:00
|
|
|
CharacterSet="1"
|
2008-06-14 13:20:18 +03:00
|
|
|
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="3"
|
2008-06-14 13:20:18 +03:00
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
2009-02-07 15:28:23 +02:00
|
|
|
OmitFramePointers="false"
|
2008-06-14 13:20:18 +03:00
|
|
|
EnableFiberSafeOptimizations="true"
|
2008-07-31 16:21:42 +03:00
|
|
|
WholeProgramOptimization="true"
|
2009-02-14 17:00:29 +02:00
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
2008-06-14 13:20:18 +03:00
|
|
|
StringPooling="true"
|
|
|
|
MinimalRebuild="false"
|
2008-07-31 16:21:42 +03:00
|
|
|
BasicRuntimeChecks="0"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
EnableFunctionLevelLinking="false"
|
2009-02-07 15:28:23 +02:00
|
|
|
AssemblerOutput="2"
|
|
|
|
AssemblerListingLocation="$(SolutionDir)$(ConfigurationName)\"
|
2008-06-14 13:20:18 +03:00
|
|
|
WarningLevel="3"
|
2008-07-31 16:21:42 +03:00
|
|
|
DebugInformationFormat="3"
|
2008-06-14 13:20:18 +03:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2008-07-31 16:21:42 +03:00
|
|
|
AdditionalDependencies="zdll.lib"
|
|
|
|
Version=""
|
2009-03-12 01:25:59 +02:00
|
|
|
AdditionalLibraryDirectories="../../libs;"
|
2008-06-14 13:20:18 +03:00
|
|
|
GenerateDebugInformation="true"
|
2009-02-07 15:28:23 +02:00
|
|
|
GenerateMapFile="true"
|
2008-06-14 13:20:18 +03:00
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
2008-07-31 16:21:42 +03:00
|
|
|
LinkTimeCodeGeneration="0"
|
2008-06-14 13:20:18 +03:00
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CArtHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-19 09:08:05 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CBuildingHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-09-17 13:18:22 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\CConsoleHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 13:20:18 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CCreatureHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CDefObjInfoHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-30 03:06:41 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\CGameState.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-11-28 03:36:34 +02:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CGeneralTextHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 13:20:18 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CHeroHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CLodHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-17 20:48:32 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CObjectHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-03 18:03:32 +03:00
|
|
|
<File
|
|
|
|
RelativePath=".\Connection.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-20 09:57:53 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CSpellHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 13:20:18 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CTownHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-27 03:01:59 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\IGameCallback.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-19 09:08:05 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\map.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2009-03-07 00:25:19 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\NetPacksLib.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2009-03-07 00:11:17 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\RegisterTypes.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 13:20:18 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\stdafx.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\VCMI_Lib.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
|
|
>
|
2008-08-04 18:56:36 +03:00
|
|
|
<File
|
|
|
|
RelativePath=".\BattleAction.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-19 09:08:05 +03:00
|
|
|
<File
|
2008-06-16 13:51:14 +03:00
|
|
|
RelativePath="..\hch\CArtHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-19 09:08:05 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CBuildingHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-09-17 13:18:22 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\CConsoleHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 13:20:18 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CCreatureHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CDefObjInfoHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-30 03:06:41 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\CGameState.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-11-28 03:36:34 +02:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CGeneralTextHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 13:20:18 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CHeroHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CLodHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-17 20:48:32 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CObjectHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-04 18:56:36 +03:00
|
|
|
<File
|
|
|
|
RelativePath=".\CondSh.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-03 18:03:32 +03:00
|
|
|
<File
|
|
|
|
RelativePath=".\Connection.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-20 09:57:53 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CSpellHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 13:20:18 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CTownHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-02-04 15:40:54 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\HeroBonus.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-22 19:48:41 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\IGameCallback.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-09-12 11:51:46 +03:00
|
|
|
<File
|
|
|
|
RelativePath=".\Interprocess.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-19 09:08:05 +03:00
|
|
|
<File
|
|
|
|
RelativePath="..\map.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-25 20:28:28 +03:00
|
|
|
<File
|
|
|
|
RelativePath=".\NetPacks.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-03-07 00:25:19 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\RegisterTypes.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 13:20:18 +03:00
|
|
|
<File
|
|
|
|
RelativePath=".\VCMI_Lib.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|