|
@@ -1,263 +1,265 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project DefaultTargets="Build" ToolsVersion="4.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>
|
|
|
- </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>v110_xp</PlatformToolset>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'" Label="Configuration">
|
|
|
- <ConfigurationType>Application</ConfigurationType>
|
|
|
- <CharacterSet>Unicode</CharacterSet>
|
|
|
- <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
- <PlatformToolset>v110_xp</PlatformToolset>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
- <ConfigurationType>Application</ConfigurationType>
|
|
|
- <CharacterSet>Unicode</CharacterSet>
|
|
|
- <PlatformToolset>v110</PlatformToolset>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
- <ConfigurationType>Application</ConfigurationType>
|
|
|
- <CharacterSet>Unicode</CharacterSet>
|
|
|
- <PlatformToolset>v110</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'">$(VCMI_Out)</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>
|
|
|
- <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>
|
|
|
- </ClCompile>
|
|
|
- <Link>
|
|
|
- <AdditionalDependencies>SDL.lib;zlib.lib;SDL_image.lib;SDL_ttf.lib;SDL_mixer.lib;VCMI_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
- <ShowProgress>NotSet</ShowProgress>
|
|
|
- <OptimizeReferences>false</OptimizeReferences>
|
|
|
- <Profile>true</Profile>
|
|
|
- </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>/MP4 /Zm150</AdditionalOptions>
|
|
|
- </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>
|
|
|
- </Link>
|
|
|
- </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>
|
|
|
- </Link>
|
|
|
- </ItemDefinitionGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ClCompile Include="AdventureMapClasses.cpp" />
|
|
|
- <ClCompile Include="battle\CBattleAnimations.cpp" />
|
|
|
- <ClCompile Include="battle\CBattleInterface.cpp" />
|
|
|
- <ClCompile Include="battle\CBattleInterfaceClasses.cpp" />
|
|
|
- <ClCompile Include="battle\CCreatureAnimation.cpp" />
|
|
|
- <ClCompile Include="CAdvmapInterface.cpp" />
|
|
|
- <ClCompile Include="CAnimation.cpp" />
|
|
|
- <ClCompile Include="..\CCallback.cpp" />
|
|
|
- <ClCompile Include="CBitmapHandler.cpp" />
|
|
|
- <ClCompile Include="CCastleInterface.cpp" />
|
|
|
- <ClCompile Include="CCreatureWindow.cpp" />
|
|
|
- <ClCompile Include="CDefHandler.cpp" />
|
|
|
- <ClCompile Include="CGameInfo.cpp" />
|
|
|
- <ClCompile Include="CHeroWindow.cpp" />
|
|
|
- <ClCompile Include="CKingdomInterface.cpp" />
|
|
|
- <ClCompile Include="Client.cpp" />
|
|
|
- <ClCompile Include="CMessage.cpp" />
|
|
|
- <ClCompile Include="CMT.cpp" />
|
|
|
- <ClCompile Include="CMusicHandler.cpp" />
|
|
|
- <ClCompile Include="CPlayerInterface.cpp" />
|
|
|
- <ClCompile Include="CPreGame.cpp" />
|
|
|
- <ClCompile Include="CQuestLog.cpp" />
|
|
|
- <ClCompile Include="CSpellWindow.cpp" />
|
|
|
- <ClCompile Include="CVideoHandler.cpp" />
|
|
|
- <ClCompile Include="Graphics.cpp" />
|
|
|
- <ClCompile Include="GUIClasses.cpp" />
|
|
|
- <ClCompile Include="mapHandler.cpp" />
|
|
|
- <ClCompile Include="NetPacksClient.cpp" />
|
|
|
- <ClCompile Include="StdInc.cpp">
|
|
|
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
- <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StdInc.h</PrecompiledHeaderFile>
|
|
|
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">Create</PrecompiledHeader>
|
|
|
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
|
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='RD|x64'">Create</PrecompiledHeader>
|
|
|
- </ClCompile>
|
|
|
- <ClCompile Include="gui\CCursorHandler.cpp" />
|
|
|
- <ClCompile Include="gui\CGuiHandler.cpp" />
|
|
|
- <ClCompile Include="gui\CIntObject.cpp" />
|
|
|
- <ClCompile Include="gui\CIntObjectClasses.cpp" />
|
|
|
- <ClCompile Include="gui\Fonts.cpp" />
|
|
|
- <ClCompile Include="gui\Geometries.cpp" />
|
|
|
- <ClCompile Include="gui\SDL_Extensions.cpp" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ClInclude Include="..\Global.h" />
|
|
|
- <ClInclude Include="AdventureMapClasses.h" />
|
|
|
- <ClInclude Include="battle\CBattleAnimations.h" />
|
|
|
- <ClInclude Include="battle\CBattleInterface.h" />
|
|
|
- <ClInclude Include="battle\CBattleInterfaceClasses.h" />
|
|
|
- <ClInclude Include="battle\CCreatureAnimation.h" />
|
|
|
- <ClInclude Include="CAdvmapInterface.h" />
|
|
|
- <ClInclude Include="CAnimation.h" />
|
|
|
- <ClInclude Include="CBitmapHandler.h" />
|
|
|
- <ClInclude Include="..\CCallback.h" />
|
|
|
- <ClInclude Include="CCastleInterface.h" />
|
|
|
- <ClInclude Include="CCreatureWindow.h" />
|
|
|
- <ClInclude Include="CDefHandler.h" />
|
|
|
- <ClInclude Include="CGameInfo.h" />
|
|
|
- <ClInclude Include="CHeroWindow.h" />
|
|
|
- <ClInclude Include="CKingdomInterface.h" />
|
|
|
- <ClInclude Include="Client.h" />
|
|
|
- <ClInclude Include="CMessage.h" />
|
|
|
- <ClInclude Include="CMusicHandler.h" />
|
|
|
- <ClInclude Include="CPlayerInterface.h" />
|
|
|
- <ClInclude Include="CPreGame.h" />
|
|
|
- <ClInclude Include="CQuestLog.h" />
|
|
|
- <ClInclude Include="CSoundBase.h" />
|
|
|
- <ClInclude Include="CSpellWindow.h" />
|
|
|
- <ClInclude Include="CVideoHandler.h" />
|
|
|
- <ClInclude Include="FontBase.h" />
|
|
|
- <ClInclude Include="Graphics.h" />
|
|
|
- <ClInclude Include="GUIClasses.h" />
|
|
|
- <ClInclude Include="mapHandler.h" />
|
|
|
- <ClInclude Include="resource.h" />
|
|
|
- <ClInclude Include="StdInc.h" />
|
|
|
- <ClInclude Include="gui\CCursorHandler.h" />
|
|
|
- <ClInclude Include="gui\CGuiHandler.h" />
|
|
|
- <ClInclude Include="gui\CIntObject.h" />
|
|
|
- <ClInclude Include="gui\CIntObjectClasses.h" />
|
|
|
- <ClInclude Include="gui\Fonts.h" />
|
|
|
- <ClInclude Include="gui\Geometries.h" />
|
|
|
- <ClInclude Include="gui\SDL_Extensions.h" />
|
|
|
- <ClInclude Include="gui\SDL_Pixels.h" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="..\ChangeLog" />
|
|
|
- <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" />
|
|
|
- <ImportGroup Label="ExtensionTargets">
|
|
|
- </ImportGroup>
|
|
|
-</Project>
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="4.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>
|
|
|
+ </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>v110_xp</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <PlatformToolset>v110_xp</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <PlatformToolset>v110</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <PlatformToolset>v110</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>
|
|
|
+ <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>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>SDL.lib;zlib.lib;SDL_image.lib;SDL_ttf.lib;SDL_mixer.lib;VCMI_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <ShowProgress>NotSet</ShowProgress>
|
|
|
+ <OptimizeReferences>false</OptimizeReferences>
|
|
|
+ <Profile>true</Profile>
|
|
|
+ <AdditionalLibraryDirectories>..\..\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>/MP4 /Zm150</AdditionalOptions>
|
|
|
+ </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>
|
|
|
+ <AdditionalLibraryDirectories>..\..\libs</AdditionalLibraryDirectories>
|
|
|
+ </Link>
|
|
|
+ </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>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClCompile Include="AdventureMapClasses.cpp" />
|
|
|
+ <ClCompile Include="battle\CBattleAnimations.cpp" />
|
|
|
+ <ClCompile Include="battle\CBattleInterface.cpp" />
|
|
|
+ <ClCompile Include="battle\CBattleInterfaceClasses.cpp" />
|
|
|
+ <ClCompile Include="battle\CCreatureAnimation.cpp" />
|
|
|
+ <ClCompile Include="CAdvmapInterface.cpp" />
|
|
|
+ <ClCompile Include="CAnimation.cpp" />
|
|
|
+ <ClCompile Include="..\CCallback.cpp" />
|
|
|
+ <ClCompile Include="CBitmapHandler.cpp" />
|
|
|
+ <ClCompile Include="CCastleInterface.cpp" />
|
|
|
+ <ClCompile Include="CCreatureWindow.cpp" />
|
|
|
+ <ClCompile Include="CDefHandler.cpp" />
|
|
|
+ <ClCompile Include="CGameInfo.cpp" />
|
|
|
+ <ClCompile Include="CHeroWindow.cpp" />
|
|
|
+ <ClCompile Include="CKingdomInterface.cpp" />
|
|
|
+ <ClCompile Include="Client.cpp" />
|
|
|
+ <ClCompile Include="CMessage.cpp" />
|
|
|
+ <ClCompile Include="CMT.cpp" />
|
|
|
+ <ClCompile Include="CMusicHandler.cpp" />
|
|
|
+ <ClCompile Include="CPlayerInterface.cpp" />
|
|
|
+ <ClCompile Include="CPreGame.cpp" />
|
|
|
+ <ClCompile Include="CQuestLog.cpp" />
|
|
|
+ <ClCompile Include="CSpellWindow.cpp" />
|
|
|
+ <ClCompile Include="CVideoHandler.cpp" />
|
|
|
+ <ClCompile Include="Graphics.cpp" />
|
|
|
+ <ClCompile Include="GUIClasses.cpp" />
|
|
|
+ <ClCompile Include="mapHandler.cpp" />
|
|
|
+ <ClCompile Include="NetPacksClient.cpp" />
|
|
|
+ <ClCompile Include="StdInc.cpp">
|
|
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
+ <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StdInc.h</PrecompiledHeaderFile>
|
|
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">Create</PrecompiledHeader>
|
|
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='RD|x64'">Create</PrecompiledHeader>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="gui\CCursorHandler.cpp" />
|
|
|
+ <ClCompile Include="gui\CGuiHandler.cpp" />
|
|
|
+ <ClCompile Include="gui\CIntObject.cpp" />
|
|
|
+ <ClCompile Include="gui\CIntObjectClasses.cpp" />
|
|
|
+ <ClCompile Include="gui\Fonts.cpp" />
|
|
|
+ <ClCompile Include="gui\Geometries.cpp" />
|
|
|
+ <ClCompile Include="gui\SDL_Extensions.cpp" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClInclude Include="..\Global.h" />
|
|
|
+ <ClInclude Include="AdventureMapClasses.h" />
|
|
|
+ <ClInclude Include="battle\CBattleAnimations.h" />
|
|
|
+ <ClInclude Include="battle\CBattleInterface.h" />
|
|
|
+ <ClInclude Include="battle\CBattleInterfaceClasses.h" />
|
|
|
+ <ClInclude Include="battle\CCreatureAnimation.h" />
|
|
|
+ <ClInclude Include="CAdvmapInterface.h" />
|
|
|
+ <ClInclude Include="CAnimation.h" />
|
|
|
+ <ClInclude Include="CBitmapHandler.h" />
|
|
|
+ <ClInclude Include="..\CCallback.h" />
|
|
|
+ <ClInclude Include="CCastleInterface.h" />
|
|
|
+ <ClInclude Include="CCreatureWindow.h" />
|
|
|
+ <ClInclude Include="CDefHandler.h" />
|
|
|
+ <ClInclude Include="CGameInfo.h" />
|
|
|
+ <ClInclude Include="CHeroWindow.h" />
|
|
|
+ <ClInclude Include="CKingdomInterface.h" />
|
|
|
+ <ClInclude Include="Client.h" />
|
|
|
+ <ClInclude Include="CMessage.h" />
|
|
|
+ <ClInclude Include="CMusicHandler.h" />
|
|
|
+ <ClInclude Include="CPlayerInterface.h" />
|
|
|
+ <ClInclude Include="CPreGame.h" />
|
|
|
+ <ClInclude Include="CQuestLog.h" />
|
|
|
+ <ClInclude Include="CSoundBase.h" />
|
|
|
+ <ClInclude Include="CSpellWindow.h" />
|
|
|
+ <ClInclude Include="CVideoHandler.h" />
|
|
|
+ <ClInclude Include="FontBase.h" />
|
|
|
+ <ClInclude Include="Graphics.h" />
|
|
|
+ <ClInclude Include="GUIClasses.h" />
|
|
|
+ <ClInclude Include="mapHandler.h" />
|
|
|
+ <ClInclude Include="resource.h" />
|
|
|
+ <ClInclude Include="StdInc.h" />
|
|
|
+ <ClInclude Include="gui\CCursorHandler.h" />
|
|
|
+ <ClInclude Include="gui\CGuiHandler.h" />
|
|
|
+ <ClInclude Include="gui\CIntObject.h" />
|
|
|
+ <ClInclude Include="gui\CIntObjectClasses.h" />
|
|
|
+ <ClInclude Include="gui\Fonts.h" />
|
|
|
+ <ClInclude Include="gui\Geometries.h" />
|
|
|
+ <ClInclude Include="gui\SDL_Extensions.h" />
|
|
|
+ <ClInclude Include="gui\SDL_Pixels.h" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="..\ChangeLog" />
|
|
|
+ <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" />
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
+ </ImportGroup>
|
|
|
+</Project>
|