2008-06-14 10:20:18 +00:00
|
|
|
<?xml version="1.0" encoding="windows-1250"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
2010-08-17 15:16:08 +00:00
|
|
|
Version="9.00"
|
2008-06-14 10:20:18 +00:00
|
|
|
Name="VCMI_client"
|
|
|
|
ProjectGUID="{8355EBA8-65C2-44A4-BC2D-78053E1BF2D6}"
|
|
|
|
RootNamespace="VCMI_client"
|
|
|
|
TargetFrameworkVersion="196613"
|
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
2008-07-03 15:03:32 +00:00
|
|
|
OutputDirectory="$(SolutionDir)"
|
2010-02-24 13:03:36 +00:00
|
|
|
IntermediateDirectory="$(ConfigurationName)_VC9"
|
2008-06-14 10:20:18 +00:00
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2009-11-13 16:02:25 +00:00
|
|
|
AdditionalOptions="/MP4"
|
2008-06-14 10:20:18 +00:00
|
|
|
Optimization="0"
|
2009-02-14 15:00:29 +00:00
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
2008-06-30 00:06:41 +00:00
|
|
|
GeneratePreprocessedFile="0"
|
2008-12-07 22:38:04 +00:00
|
|
|
MinimalRebuild="false"
|
2008-06-14 10:20:18 +00:00
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
WarningLevel="1"
|
|
|
|
DebugInformationFormat="4"
|
|
|
|
DisableSpecificWarnings="4251"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2009-02-14 15:00:29 +00:00
|
|
|
AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib SDL_mixer.lib VCMI_lib.lib"
|
2008-06-14 10:20:18 +00:00
|
|
|
ShowProgress="0"
|
2009-02-14 15:00:29 +00:00
|
|
|
AdditionalLibraryDirectories="../../libs;../"
|
2008-06-14 10:20:18 +00:00
|
|
|
GenerateDebugInformation="true"
|
2008-10-18 11:41:24 +00:00
|
|
|
OptimizeReferences="1"
|
2008-06-14 10:20:18 +00:00
|
|
|
TargetMachine="1"
|
2008-08-25 21:14:00 +00:00
|
|
|
Profile="true"
|
2008-06-14 10:20:18 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
2009-12-12 03:32:18 +00:00
|
|
|
AdditionalManifestFiles="$(ProjectDir)DPIaware.manifest"
|
2008-06-14 10:20:18 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
2010-02-24 13:03:36 +00:00
|
|
|
IntermediateDirectory="$(ConfigurationName)_VC9"
|
2008-06-14 10:20:18 +00:00
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="1"
|
|
|
|
WholeProgramOptimization="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2009-12-22 21:53:50 +00:00
|
|
|
AdditionalOptions="/MP4"
|
2008-06-14 10:20:18 +00:00
|
|
|
Optimization="3"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
OmitFramePointers="true"
|
|
|
|
EnableFiberSafeOptimizations="true"
|
|
|
|
WholeProgramOptimization="true"
|
2009-02-14 15:00:29 +00:00
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
2008-06-14 10:20:18 +00:00
|
|
|
StringPooling="true"
|
|
|
|
BasicRuntimeChecks="0"
|
2008-06-16 10:51:14 +00:00
|
|
|
RuntimeLibrary="2"
|
2008-06-14 10:20:18 +00:00
|
|
|
EnableFunctionLevelLinking="false"
|
2008-07-25 17:28:28 +00:00
|
|
|
EnableEnhancedInstructionSet="0"
|
2008-06-14 10:20:18 +00:00
|
|
|
WarningLevel="3"
|
2009-07-17 21:53:28 +00:00
|
|
|
DebugInformationFormat="3"
|
2008-06-14 10:20:18 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2009-02-14 15:00:29 +00:00
|
|
|
AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib SDL_mixer.lib VCMI_lib.lib"
|
|
|
|
AdditionalLibraryDirectories="../../libs;../"
|
2008-08-25 21:14:00 +00:00
|
|
|
GenerateDebugInformation="true"
|
2008-07-25 17:28:28 +00:00
|
|
|
Driver="0"
|
2008-06-14 10:20:18 +00:00
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
2009-02-14 14:37:13 +00:00
|
|
|
LinkTimeCodeGeneration="0"
|
2008-06-14 10:20:18 +00:00
|
|
|
TargetMachine="1"
|
2008-08-25 21:14:00 +00:00
|
|
|
Profile="true"
|
2008-06-14 10:20:18 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
2009-12-12 03:32:18 +00:00
|
|
|
AdditionalManifestFiles="$(ProjectDir)DPIaware.manifest"
|
2008-06-14 10:20:18 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2008-07-31 13:21:42 +00:00
|
|
|
Name="RD|Win32"
|
2009-02-07 13:28:23 +00:00
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
|
2010-02-24 13:03:36 +00:00
|
|
|
IntermediateDirectory="$(ConfigurationName)_VC9"
|
2008-06-14 10:20:18 +00:00
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="1"
|
|
|
|
WholeProgramOptimization="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2009-02-07 13:28:23 +00:00
|
|
|
AdditionalOptions="/Oy-"
|
2008-06-14 10:20:18 +00:00
|
|
|
Optimization="3"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
2009-02-07 13:28:23 +00:00
|
|
|
OmitFramePointers="false"
|
2008-07-31 13:21:42 +00:00
|
|
|
EnableFiberSafeOptimizations="true"
|
|
|
|
WholeProgramOptimization="true"
|
2009-02-14 15:00:29 +00:00
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
2008-06-14 10:20:18 +00:00
|
|
|
StringPooling="true"
|
2008-07-31 13:21:42 +00:00
|
|
|
BasicRuntimeChecks="0"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
EnableFunctionLevelLinking="false"
|
|
|
|
EnableEnhancedInstructionSet="0"
|
2009-02-07 13:28:23 +00:00
|
|
|
AssemblerOutput="2"
|
|
|
|
AssemblerListingLocation="$(SolutionDir)$(ConfigurationName)\"
|
2008-06-14 10:20:18 +00:00
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2009-02-14 15:00:29 +00:00
|
|
|
AdditionalDependencies="SDL.lib zdll.lib SDL_image.lib SDL_ttf.lib SDL_mixer.lib VCMI_lib.lib"
|
|
|
|
AdditionalLibraryDirectories="../../libs;../"
|
2008-06-14 10:20:18 +00:00
|
|
|
GenerateDebugInformation="true"
|
2009-02-07 13:28:23 +00:00
|
|
|
GenerateMapFile="true"
|
2008-07-31 13:21:42 +00:00
|
|
|
Driver="0"
|
2008-06-14 10:20:18 +00:00
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
2008-07-31 13:21:42 +00:00
|
|
|
LinkTimeCodeGeneration="0"
|
2008-06-14 10:20:18 +00:00
|
|
|
TargetMachine="1"
|
2008-08-25 21:14:00 +00:00
|
|
|
Profile="true"
|
2008-06-14 10:20:18 +00:00
|
|
|
/>
|
|
|
|
<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"
|
|
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
|
|
>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\AdventureMapButton.cpp"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CAdvmapInterface.cpp"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CBattleInterface.cpp"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\CBitmapHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\CCallback.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CCastleInterface.cpp"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
2008-11-08 22:29:19 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\CConfigHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 10:20:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\CCreatureAnimation.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CCursorHandler.cpp"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CDefHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CGameInfo.cpp"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\CGameInterface.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CHeroWindow.cpp"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
2010-01-29 20:52:45 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\CKingdomInterface.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-25 17:28:28 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Client.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 10:20:18 +00:00
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CMessage.cpp"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CMT.cpp"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CMusicHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CPlayerInterface.cpp"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CPreGame.cpp"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CSndHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-09-12 08:51:46 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\CSpellWindow.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-16 14:56:48 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\CThreadHelper.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2009-06-23 08:14:49 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CVideoHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 10:20:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Graphics.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2009-05-21 23:50:45 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\GUIBase.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\GUIClasses.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2009-03-06 22:11:17 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\NetPacksClient.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 10:20:18 +00:00
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\SDL_Extensions.cpp"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\SDL_framerate.cpp"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
|
|
>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\AdventureMapButton.h"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\AI_Base.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CAdvmapInterface.h"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CAmbarCendamo.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-16 14:56:48 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CArtHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 10:20:18 +00:00
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CBattleInterface.h"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\CBitmapHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CBuildingHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\CCallback.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CCastleInterface.h"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
2008-11-08 22:29:19 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\CConfigHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 10:20:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\CCreatureAnimation.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CCursorHandler.h"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CDefHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CGameInfo.h"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\CGameInterface.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-16 14:56:48 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CHeroHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 10:20:18 +00:00
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CHeroWindow.h"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
2010-01-29 20:52:45 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\CKingdomInterface.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-07-25 17:28:28 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\Client.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 10:20:18 +00:00
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CMessage.h"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
2009-04-30 23:25:17 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CMusicBase.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 10:20:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CMusicHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-16 14:56:48 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CObjectHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 10:20:18 +00:00
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CPlayerInterface.h"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\CPreGame.h"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CSndHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-09-12 08:51:46 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\CSpellWindow.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-16 14:56:48 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\CThreadHelper.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-06-23 08:14:49 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\hch\CVideoHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-08-22 13:59:15 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\FontBase.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-08-15 12:11:42 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\FunctionList.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 10:20:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\global.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Graphics.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\GUIBase.h"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\GUIClasses.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\int3.h"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\mapHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\nodrze.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-10-01 20:00:21 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\resource.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 10:20:18 +00:00
|
|
|
<File
|
2009-05-21 23:50:45 +00:00
|
|
|
RelativePath=".\SDL_Extensions.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\SDL_framerate.h"
|
2008-06-14 10:20:18 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\StartInfo.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\stdafx.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\timeHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2008-08-25 21:14:00 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\ChangeLog"
|
|
|
|
>
|
|
|
|
</File>
|
2009-10-01 20:00:21 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\vcmi.ico"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\VCMI_client.rc"
|
|
|
|
>
|
|
|
|
</File>
|
2008-06-14 10:20:18 +00:00
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|