mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			327 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			327 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <ItemGroup Label="ProjectConfigurations">
 | |
|     <ProjectConfiguration Include="Debug|Win32">
 | |
|       <Configuration>Debug</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Debug|x64">
 | |
|       <Configuration>Debug</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="RD|Win32">
 | |
|       <Configuration>RD</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="RD|x64">
 | |
|       <Configuration>RD</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|   </ItemGroup>
 | |
|   <PropertyGroup Label="Globals">
 | |
|     <ProjectGuid>{8355EBA8-65C2-44A4-BC2D-78053E1BF2D6}</ProjectGuid>
 | |
|     <RootNamespace>VCMI_client</RootNamespace>
 | |
|     <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'" Label="Configuration">
 | |
|     <ConfigurationType>Application</ConfigurationType>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|     <WholeProgramOptimization>true</WholeProgramOptimization>
 | |
|     <PlatformToolset>v142</PlatformToolset>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'" Label="Configuration">
 | |
|     <ConfigurationType>Application</ConfigurationType>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|     <WholeProgramOptimization>true</WholeProgramOptimization>
 | |
|     <PlatformToolset>v140_xp</PlatformToolset>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | |
|     <ConfigurationType>Application</ConfigurationType>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|     <PlatformToolset>v140_xp</PlatformToolset>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | |
|     <ConfigurationType>Application</ConfigurationType>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|     <PlatformToolset>v140_xp</PlatformToolset>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | |
|   <ImportGroup Label="ExtensionSettings">
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|     <Import Project="..\VCMI_global_release.props" />
 | |
|     <Import Project="..\VCMI_global.props" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|     <Import Project="..\VCMI_global_release.props" />
 | |
|     <Import Project="..\VCMI_global.props" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|     <Import Project="..\VCMI_global_debug.props" />
 | |
|     <Import Project="..\VCMI_global.props" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|     <Import Project="..\VCMI_global_debug.props" />
 | |
|     <Import Project="..\VCMI_global.props" />
 | |
|   </ImportGroup>
 | |
|   <PropertyGroup Label="UserMacros" />
 | |
|   <PropertyGroup>
 | |
|     <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion>
 | |
|     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..</OutDir>
 | |
|     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(VCMI_Out)</OutDir>
 | |
|     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
 | |
|     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Configuration)\</IntDir>
 | |
|     <OutDir Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">$(VCMI_Out)</OutDir>
 | |
|     <OutDir Condition="'$(Configuration)|$(Platform)'=='RD|x64'">$(VCMI_Out)</OutDir>
 | |
|     <IntDir Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">$(Configuration)\</IntDir>
 | |
|     <IntDir Condition="'$(Configuration)|$(Platform)'=='RD|x64'">$(Configuration)\</IntDir>
 | |
|     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
 | |
|     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
 | |
|     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
 | |
|     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
 | |
|     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
 | |
|     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
 | |
|     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
 | |
|     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='RD|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
 | |
|     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='RD|Win32'" />
 | |
|     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='RD|x64'" />
 | |
|     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='RD|Win32'" />
 | |
|     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='RD|x64'" />
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | |
|     <LibraryWPath />
 | |
|   </PropertyGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | |
|     <ClCompile>
 | |
|       <Optimization>
 | |
|       </Optimization>
 | |
|       <DisableSpecificWarnings>4251;%(DisableSpecificWarnings)</DisableSpecificWarnings>
 | |
|       <AssemblerOutput>NoListing</AssemblerOutput>
 | |
|       <PrecompiledHeader>Use</PrecompiledHeader>
 | |
|       <PrecompiledHeaderFile>StdInc.h</PrecompiledHeaderFile>
 | |
|       <AdditionalOptions>/MP4 /Zm150</AdditionalOptions>
 | |
|       <AdditionalIncludeDirectories>$(FFMPEGDIR);$(SDLDIR);$(BOOSTDIR);$(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>avcodec.lib;avdevice.lib;avfilter.lib;avformat.lib;avutil.lib;postproc.lib;swresample.lib;swscale.lib;SDL.lib;zlib.lib;SDL_image.lib;SDL_ttf.lib;SDL_mixer.lib;VCMI_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <ShowProgress>NotSet</ShowProgress>
 | |
|       <OptimizeReferences>true</OptimizeReferences>
 | |
|       <Profile>true</Profile>
 | |
|       <AdditionalLibraryDirectories>$(FFMPEGDIR)\lib;.;..\..\libs;..</AdditionalLibraryDirectories>
 | |
|     </Link>
 | |
|     <Manifest>
 | |
|       <AdditionalManifestFiles>$(ProjectDir)DPIaware.manifest;%(AdditionalManifestFiles)</AdditionalManifestFiles>
 | |
|     </Manifest>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <ClCompile>
 | |
|       <PreprocessToFile>false</PreprocessToFile>
 | |
|       <PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
 | |
|       <DisableSpecificWarnings>4251;%(DisableSpecificWarnings)</DisableSpecificWarnings>
 | |
|       <AssemblerOutput>NoListing</AssemblerOutput>
 | |
|       <PrecompiledHeader>Use</PrecompiledHeader>
 | |
|       <PrecompiledHeaderFile>StdInc.h</PrecompiledHeaderFile>
 | |
|       <AdditionalOptions>/MP4 /Zm150</AdditionalOptions>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>SDL.lib;zlib.lib;SDL_image.lib;SDL_ttf.lib;SDL_mixer.lib;VCMI_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <ShowProgress>LinkVerbose</ShowProgress>
 | |
|       <OptimizeReferences>false</OptimizeReferences>
 | |
|       <Profile>true</Profile>
 | |
|     </Link>
 | |
|     <Manifest>
 | |
|       <AdditionalManifestFiles>$(ProjectDir)DPIaware.manifest;%(AdditionalManifestFiles)</AdditionalManifestFiles>
 | |
|     </Manifest>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeader>Use</PrecompiledHeader>
 | |
|       <PrecompiledHeaderFile>StdInc.h</PrecompiledHeaderFile>
 | |
|       <AdditionalOptions>
 | |
|       </AdditionalOptions>
 | |
|       <AdditionalIncludeDirectories>$(FFMPEGDIR);$(SDLDIR);$(BOOSTDIR);$(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>avcodec.lib;avdevice.lib;avfilter.lib;avformat.lib;avutil.lib;postproc.lib;swresample.lib;swscale.lib;zlib.lib;SDL2.lib;SDL2main.lib;VCMI_lib.lib;SDL2_mixer.lib;SDL2_image.lib;SDL2_ttf.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <Driver>NotSet</Driver>
 | |
|       <LinkTimeCodeGeneration>
 | |
|       </LinkTimeCodeGeneration>
 | |
|       <ShowProgress>NotSet</ShowProgress>
 | |
|       <AdditionalLibraryDirectories>$(VCMI_Out)</AdditionalLibraryDirectories>
 | |
|       <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
 | |
|       <OptimizeReferences>true</OptimizeReferences>
 | |
|       <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
 | |
|       <AdditionalOptions>/LTCG /d2:-notypeopt %(AdditionalOptions)</AdditionalOptions>
 | |
|       <Profile>true</Profile>
 | |
|     </Link>
 | |
|     <CustomBuildStep>
 | |
|       <Command>
 | |
|       </Command>
 | |
|     </CustomBuildStep>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'">
 | |
|     <ClCompile>
 | |
|       <AdditionalOptions>/MP4 /Zm150</AdditionalOptions>
 | |
|       <PrecompiledHeader>Use</PrecompiledHeader>
 | |
|       <PrecompiledHeaderFile>StdInc.h</PrecompiledHeaderFile>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>SDL.lib;zlib.lib;SDL_image.lib;SDL_ttf.lib;SDL_mixer.lib;VCMI_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <Driver>NotSet</Driver>
 | |
|       <LinkTimeCodeGeneration>
 | |
|       </LinkTimeCodeGeneration>
 | |
|       <ShowProgress>NotSet</ShowProgress>
 | |
|       <Profile>true</Profile>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="..\CCallback.cpp" />
 | |
|     <ClCompile Include="battle\CBattleAnimations.cpp" />
 | |
|     <ClCompile Include="battle\CBattleInterface.cpp" />
 | |
|     <ClCompile Include="battle\CBattleInterfaceClasses.cpp" />
 | |
|     <ClCompile Include="battle\CCreatureAnimation.cpp" />
 | |
|     <ClCompile Include="CBitmapHandler.cpp" />
 | |
|     <ClCompile Include="CGameInfo.cpp" />
 | |
|     <ClCompile Include="Client.cpp" />
 | |
|     <ClCompile Include="CMessage.cpp" />
 | |
|     <ClCompile Include="CMT.cpp" />
 | |
|     <ClCompile Include="CMusicHandler.cpp" />
 | |
|     <ClCompile Include="CPlayerInterface.cpp" />
 | |
|     <ClCompile Include="CreatureCostBox.cpp" />
 | |
|     <ClCompile Include="CServerHandler.cpp" />
 | |
|     <ClCompile Include="CVideoHandler.cpp" />
 | |
|     <ClCompile Include="Graphics.cpp" />
 | |
|     <ClCompile Include="gui\CAnimation.cpp" />
 | |
|     <ClCompile Include="gui\CCursorHandler.cpp" />
 | |
|     <ClCompile Include="gui\CGuiHandler.cpp" />
 | |
|     <ClCompile Include="gui\CIntObject.cpp" />
 | |
|     <ClCompile Include="gui\Fonts.cpp" />
 | |
|     <ClCompile Include="gui\Geometries.cpp" />
 | |
|     <ClCompile Include="gui\SDL_Extensions.cpp" />
 | |
|     <ClCompile Include="lobby\CBonusSelection.cpp" />
 | |
|     <ClCompile Include="lobby\CLobbyScreen.cpp" />
 | |
|     <ClCompile Include="lobby\CSavingScreen.cpp" />
 | |
|     <ClCompile Include="lobby\CScenarioInfoScreen.cpp" />
 | |
|     <ClCompile Include="lobby\CSelectionBase.cpp" />
 | |
|     <ClCompile Include="lobby\OptionsTab.cpp" />
 | |
|     <ClCompile Include="lobby\RandomMapTab.cpp" />
 | |
|     <ClCompile Include="lobby\SelectionTab.cpp" />
 | |
|     <ClCompile Include="mainmenu\CCampaignScreen.cpp" />
 | |
|     <ClCompile Include="mainmenu\CMainMenu.cpp" />
 | |
|     <ClCompile Include="mainmenu\CPrologEpilogVideo.cpp" />
 | |
|     <ClCompile Include="mainmenu\CreditsScreen.cpp" />
 | |
|     <ClCompile Include="mapHandler.cpp" />
 | |
|     <ClCompile Include="NetPacksClient.cpp" />
 | |
|     <ClCompile Include="NetPacksLobbyClient.cpp" />
 | |
|     <ClCompile Include="SDLRWwrapper.cpp" />
 | |
|     <ClCompile Include="StdInc.cpp">
 | |
|       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">Create</PrecompiledHeader>
 | |
|     </ClCompile>
 | |
|     <ClCompile Include="widgets\AdventureMapClasses.cpp" />
 | |
|     <ClCompile Include="widgets\Buttons.cpp" />
 | |
|     <ClCompile Include="widgets\CArtifactHolder.cpp" />
 | |
|     <ClCompile Include="widgets\CComponent.cpp" />
 | |
|     <ClCompile Include="widgets\CGarrisonInt.cpp" />
 | |
|     <ClCompile Include="widgets\Images.cpp" />
 | |
|     <ClCompile Include="widgets\MiscWidgets.cpp" />
 | |
|     <ClCompile Include="widgets\ObjectLists.cpp" />
 | |
|     <ClCompile Include="widgets\TextControls.cpp" />
 | |
|     <ClCompile Include="windows\CAdvmapInterface.cpp" />
 | |
|     <ClCompile Include="windows\CCastleInterface.cpp" />
 | |
|     <ClCompile Include="windows\CCreatureWindow.cpp" />
 | |
|     <ClCompile Include="windows\CHeroWindow.cpp" />
 | |
|     <ClCompile Include="windows\CKingdomInterface.cpp" />
 | |
|     <ClCompile Include="windows\CQuestLog.cpp" />
 | |
|     <ClCompile Include="windows\CreaturePurchaseCard.cpp" />
 | |
|     <ClCompile Include="windows\CSpellWindow.cpp" />
 | |
|     <ClCompile Include="windows\CTradeWindow.cpp" />
 | |
|     <ClCompile Include="windows\CWindowObject.cpp" />
 | |
|     <ClCompile Include="windows\GUIClasses.cpp" />
 | |
|     <ClCompile Include="windows\InfoWindows.cpp" />
 | |
|     <ClCompile Include="windows\QuickRecruitmentWindow.cpp" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClInclude Include="..\CCallback.h" />
 | |
|     <ClInclude Include="battle\CBattleAnimations.h" />
 | |
|     <ClInclude Include="battle\CBattleInterface.h" />
 | |
|     <ClInclude Include="battle\CBattleInterfaceClasses.h" />
 | |
|     <ClInclude Include="battle\CCreatureAnimation.h" />
 | |
|     <ClInclude Include="CBitmapHandler.h" />
 | |
|     <ClInclude Include="CGameInfo.h" />
 | |
|     <ClInclude Include="Client.h" />
 | |
|     <ClInclude Include="CMessage.h" />
 | |
|     <ClInclude Include="CMT.h" />
 | |
|     <ClInclude Include="CMusicHandler.h" />
 | |
|     <ClInclude Include="CPlayerInterface.h" />
 | |
|     <ClInclude Include="CreatureCostBox.h" />
 | |
|     <ClInclude Include="CServerHandler.h" />
 | |
|     <ClInclude Include="CVideoHandler.h" />
 | |
|     <ClInclude Include="Graphics.h" />
 | |
|     <ClInclude Include="gui\CAnimation.h" />
 | |
|     <ClInclude Include="gui\CCursorHandler.h" />
 | |
|     <ClInclude Include="gui\CGuiHandler.h" />
 | |
|     <ClInclude Include="gui\CIntObject.h" />
 | |
|     <ClInclude Include="gui\Fonts.h" />
 | |
|     <ClInclude Include="gui\Geometries.h" />
 | |
|     <ClInclude Include="gui\SDL_Compat.h" />
 | |
|     <ClInclude Include="gui\SDL_Extensions.h" />
 | |
|     <ClInclude Include="gui\SDL_Pixels.h" />
 | |
|     <ClInclude Include="lobby\CBonusSelection.h" />
 | |
|     <ClInclude Include="lobby\CLobbyScreen.h" />
 | |
|     <ClInclude Include="lobby\CSavingScreen.h" />
 | |
|     <ClInclude Include="lobby\CScenarioInfoScreen.h" />
 | |
|     <ClInclude Include="lobby\CSelectionBase.h" />
 | |
|     <ClInclude Include="lobby\OptionsTab.h" />
 | |
|     <ClInclude Include="lobby\RandomMapTab.h" />
 | |
|     <ClInclude Include="lobby\SelectionTab.h" />
 | |
|     <ClInclude Include="mainmenu\CCampaignScreen.h" />
 | |
|     <ClInclude Include="mainmenu\CMainMenu.h" />
 | |
|     <ClInclude Include="mainmenu\CPrologEpilogVideo.h" />
 | |
|     <ClInclude Include="mainmenu\CreditsScreen.h" />
 | |
|     <ClInclude Include="mapHandler.h" />
 | |
|     <ClInclude Include="resource.h" />
 | |
|     <ClInclude Include="SDLRWwrapper.h" />
 | |
|     <ClInclude Include="StdInc.h" />
 | |
|     <ClInclude Include="widgets\AdventureMapClasses.h" />
 | |
|     <ClInclude Include="widgets\Buttons.h" />
 | |
|     <ClInclude Include="widgets\CArtifactHolder.h" />
 | |
|     <ClInclude Include="widgets\CComponent.h" />
 | |
|     <ClInclude Include="widgets\CGarrisonInt.h" />
 | |
|     <ClInclude Include="widgets\Images.h" />
 | |
|     <ClInclude Include="widgets\MiscWidgets.h" />
 | |
|     <ClInclude Include="widgets\ObjectLists.h" />
 | |
|     <ClInclude Include="widgets\TextControls.h" />
 | |
|     <ClInclude Include="windows\CAdvmapInterface.h" />
 | |
|     <ClInclude Include="windows\CCastleInterface.h" />
 | |
|     <ClInclude Include="windows\CCreatureWindow.h" />
 | |
|     <ClInclude Include="windows\CHeroWindow.h" />
 | |
|     <ClInclude Include="windows\CKingdomInterface.h" />
 | |
|     <ClInclude Include="windows\CQuestLog.h" />
 | |
|     <ClInclude Include="windows\CreaturePurchaseCard.h" />
 | |
|     <ClInclude Include="windows\CSpellWindow.h" />
 | |
|     <ClInclude Include="windows\CTradeWindow.h" />
 | |
|     <ClInclude Include="windows\CWindowObject.h" />
 | |
|     <ClInclude Include="windows\GUIClasses.h" />
 | |
|     <ClInclude Include="windows\InfoWindows.h" />
 | |
|     <ClInclude Include="windows\QuickRecruitmentWindow.h" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="vcmi.ico" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ResourceCompile Include="VCMI_client.rc" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\lib\VCMI_lib.vcxproj">
 | |
|       <Project>{b952ffc5-3039-4de1-9f08-90acda483d8f}</Project>
 | |
|     </ProjectReference>
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | |
| </Project> |