|
@@ -0,0 +1,263 @@
|
|
|
+<?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="RD|Win32">
|
|
|
+ <Configuration>RD</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Release|Win32">
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
+ <Platform>Win32</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>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ </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" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </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" />
|
|
|
+ </ImportGroup>
|
|
|
+ <PropertyGroup Label="UserMacros" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion>
|
|
|
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)</OutDir>
|
|
|
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
|
|
|
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
|
|
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">$(SolutionDir)$(Configuration)\bin\</OutDir>
|
|
|
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">$(Configuration)\</IntDir>
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='RD|Win32'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='RD|Win32'" />
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
+ <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IncludePath)</IncludePath>
|
|
|
+ <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(LibraryPath)</LibraryPath>
|
|
|
+ <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IncludePath)</IncludePath>
|
|
|
+ <IncludePath Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">$(IncludePath)</IncludePath>
|
|
|
+ <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LibraryPath)</LibraryPath>
|
|
|
+ <LibraryPath Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">$(LibraryPath)</LibraryPath>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <AdditionalOptions>/MP4 %(AdditionalOptions)</AdditionalOptions>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessToFile>false</PreprocessToFile>
|
|
|
+ <PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
|
|
|
+ <MinimalRebuild>false</MinimalRebuild>
|
|
|
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
+ <WarningLevel>Level1</WarningLevel>
|
|
|
+ <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
+ <DisableSpecificWarnings>4251;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
|
+ <AssemblerOutput>NoListing</AssemblerOutput>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>SDL.lib;zdll.lib;SDL_image.lib;SDL_ttf.lib;SDL_mixer.lib;VCMI_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <ShowProgress>NotSet</ShowProgress>
|
|
|
+ <AdditionalLibraryDirectories>../../libs;../;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <OptimizeReferences>false</OptimizeReferences>
|
|
|
+ <TargetMachine>MachineX86</TargetMachine>
|
|
|
+ <Profile>true</Profile>
|
|
|
+ </Link>
|
|
|
+ <Manifest>
|
|
|
+ <AdditionalManifestFiles>$(ProjectDir)DPIaware.manifest;%(AdditionalManifestFiles)</AdditionalManifestFiles>
|
|
|
+ </Manifest>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <AdditionalOptions>/MP4 %(AdditionalOptions)</AdditionalOptions>
|
|
|
+ <Optimization>Full</Optimization>
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
+ <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
+ <OmitFramePointers>true</OmitFramePointers>
|
|
|
+ <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <StringPooling>true</StringPooling>
|
|
|
+ <BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
+ <FunctionLevelLinking>false</FunctionLevelLinking>
|
|
|
+ <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>SDL.lib;zdll.lib;SDL_image.lib;SDL_ttf.lib;SDL_mixer.lib;VCMI_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <AdditionalLibraryDirectories>../../libs;../;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <Driver>NotSet</Driver>
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
+ <LinkTimeCodeGeneration>
|
|
|
+ </LinkTimeCodeGeneration>
|
|
|
+ <TargetMachine>MachineX86</TargetMachine>
|
|
|
+ <Profile>true</Profile>
|
|
|
+ </Link>
|
|
|
+ <Manifest>
|
|
|
+ <AdditionalManifestFiles>$(ProjectDir)DPIaware.manifest;%(AdditionalManifestFiles)</AdditionalManifestFiles>
|
|
|
+ </Manifest>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <AdditionalOptions>/Oy- %(AdditionalOptions)</AdditionalOptions>
|
|
|
+ <Optimization>Full</Optimization>
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
+ <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
+ <OmitFramePointers>false</OmitFramePointers>
|
|
|
+ <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <StringPooling>true</StringPooling>
|
|
|
+ <BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
+ <FunctionLevelLinking>false</FunctionLevelLinking>
|
|
|
+ <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
|
+ <AssemblerOutput>All</AssemblerOutput>
|
|
|
+ <AssemblerListingLocation>$(SolutionDir)$(Configuration)\</AssemblerListingLocation>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>SDL.lib;zdll.lib;SDL_image.lib;SDL_ttf.lib;SDL_mixer.lib;VCMI_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <AdditionalLibraryDirectories>../../libs;../;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <GenerateMapFile>true</GenerateMapFile>
|
|
|
+ <Driver>NotSet</Driver>
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
+ <LinkTimeCodeGeneration>
|
|
|
+ </LinkTimeCodeGeneration>
|
|
|
+ <TargetMachine>MachineX86</TargetMachine>
|
|
|
+ <Profile>true</Profile>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClCompile Include="AdventureMapButton.cpp">
|
|
|
+ <PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</PreprocessToFile>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="CAdvmapInterface.cpp" />
|
|
|
+ <ClCompile Include="CAnimation.cpp" />
|
|
|
+ <ClCompile Include="CBattleInterface.cpp" />
|
|
|
+ <ClCompile Include="CBitmapHandler.cpp" />
|
|
|
+ <ClCompile Include="..\CCallback.cpp" />
|
|
|
+ <ClCompile Include="CCastleInterface.cpp" />
|
|
|
+ <ClCompile Include="CConfigHandler.cpp" />
|
|
|
+ <ClCompile Include="CCreatureAnimation.cpp" />
|
|
|
+ <ClCompile Include="CCreatureWindow.cpp" />
|
|
|
+ <ClCompile Include="CCursorHandler.cpp" />
|
|
|
+ <ClCompile Include="CDefHandler.cpp" />
|
|
|
+ <ClCompile Include="CGameInfo.cpp" />
|
|
|
+ <ClCompile Include="..\CGameInterface.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="CSndHandler.cpp" />
|
|
|
+ <ClCompile Include="CSpellWindow.cpp" />
|
|
|
+ <ClCompile Include="CVideoHandler.cpp" />
|
|
|
+ <ClCompile Include="Graphics.cpp" />
|
|
|
+ <ClCompile Include="GUIBase.cpp" />
|
|
|
+ <ClCompile Include="GUIClasses.cpp" />
|
|
|
+ <ClCompile Include="mapHandler.cpp" />
|
|
|
+ <ClCompile Include="NetPacksClient.cpp" />
|
|
|
+ <ClCompile Include="SDL_Extensions.cpp" />
|
|
|
+ <ClCompile Include="SDL_framerate.cpp" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClInclude Include="AdventureMapButton.h" />
|
|
|
+ <ClInclude Include="..\AI_Base.h" />
|
|
|
+ <ClInclude Include="CAdvmapInterface.h" />
|
|
|
+ <ClInclude Include="CAnimation.h" />
|
|
|
+ <ClInclude Include="CBattleInterface.h" />
|
|
|
+ <ClInclude Include="CBitmapHandler.h" />
|
|
|
+ <ClInclude Include="..\CCallback.h" />
|
|
|
+ <ClInclude Include="CCastleInterface.h" />
|
|
|
+ <ClInclude Include="CConfigHandler.h" />
|
|
|
+ <ClInclude Include="CCreatureAnimation.h" />
|
|
|
+ <ClInclude Include="CCreatureWindow.h" />
|
|
|
+ <ClInclude Include="CCursorHandler.h" />
|
|
|
+ <ClInclude Include="CDefHandler.h" />
|
|
|
+ <ClInclude Include="CGameInfo.h" />
|
|
|
+ <ClInclude Include="..\CGameInterface.h" />
|
|
|
+ <ClInclude Include="CHeroWindow.h" />
|
|
|
+ <ClInclude Include="CKingdomInterface.h" />
|
|
|
+ <ClInclude Include="Client.h" />
|
|
|
+ <ClInclude Include="CMessage.h" />
|
|
|
+ <ClInclude Include="CMusicBase.h" />
|
|
|
+ <ClInclude Include="CMusicHandler.h" />
|
|
|
+ <ClInclude Include="CPlayerInterface.h" />
|
|
|
+ <ClInclude Include="CPreGame.h" />
|
|
|
+ <ClInclude Include="CSndHandler.h" />
|
|
|
+ <ClInclude Include="CSoundBase.h" />
|
|
|
+ <ClInclude Include="CSpellWindow.h" />
|
|
|
+ <ClInclude Include="CVideoHandler.h" />
|
|
|
+ <ClInclude Include="FontBase.h" />
|
|
|
+ <ClInclude Include="FunctionList.h" />
|
|
|
+ <ClInclude Include="..\global.h" />
|
|
|
+ <ClInclude Include="Graphics.h" />
|
|
|
+ <ClInclude Include="GUIBase.h" />
|
|
|
+ <ClInclude Include="GUIClasses.h" />
|
|
|
+ <ClInclude Include="..\int3.h" />
|
|
|
+ <ClInclude Include="..\nodrze.h" />
|
|
|
+ <ClInclude Include="mapHandler.h" />
|
|
|
+ <ClInclude Include="resource.h" />
|
|
|
+ <ClInclude Include="SDL_Extensions.h" />
|
|
|
+ <ClInclude Include="SDL_framerate.h" />
|
|
|
+ <ClInclude Include="..\stdafx.h" />
|
|
|
+ <ClInclude Include="..\timeHandler.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>
|