ProjectTextRPG/TextRPG/TextRPG.vcxproj

202 lines
11 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>17.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{9beb22c7-cb82-42bd-b210-c21100fc86bf}</ProjectGuid>
<RootNamespace>TextRPG</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<ForcedIncludeFiles>pch.h</ForcedIncludeFiles>
<AdditionalIncludeDirectories>$(SolutionDir)TextRPG/Source</AdditionalIncludeDirectories>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="Source\Core\Subsystems\GameDataManager.cpp" />
<ClCompile Include="Source\Core\Subsystems\GameInputSystem.cpp" />
<ClCompile Include="Source\Data\Literals\Literals.cpp" />
<ClCompile Include="Source\Game\Characters\Monster\Goblin\Goblin.cpp" />
<ClCompile Include="Source\Game\Characters\Monster\Monster.cpp" />
<ClCompile Include="Source\Game\Characters\Monster\Orc\Orc.cpp" />
<ClCompile Include="Source\Game\Characters\Monster\Slime\Slime.cpp" />
<ClCompile Include="Source\Game\Characters\Player\Archer\Archer.cpp" />
<ClCompile Include="Source\Game\Characters\Player\Mage\Mage.cpp" />
<ClCompile Include="Source\Game\Characters\Player\Player.cpp" />
<ClCompile Include="Source\Game\Characters\Player\Rogue\Rogue.cpp" />
<ClCompile Include="Source\Game\Characters\Player\Warrior\Warrior.cpp" />
<ClCompile Include="Source\Game\Scene\CreateCharacterScene.cpp" />
<ClCompile Include="Source\Game\Scene\CharacterJobScene.cpp" />
<ClCompile Include="Source\Game\Scene\CharacterStatScene.cpp" />
<ClCompile Include="Source\Game\Scene\DungeonScene.cpp" />
<ClCompile Include="Source\Game\Scene\MainMenuScene.cpp" />
<ClCompile Include="Source\Game\Scene\PotionShopScene.cpp" />
<ClCompile Include="Source\Game\Scene\InventoryScene.cpp" />
<ClCompile Include="Source\Core\Object\GameObject.cpp" />
<ClCompile Include="Source\Core\Item\Item.cpp" />
<ClCompile Include="Source\Core\Scene\CoreScene.cpp" />
<ClCompile Include="Source\Core\Subsystems\SceneManager.cpp" />
<ClCompile Include="Source\Game\Inventory\InventorySystem.cpp" />
<ClCompile Include="Source\GameInstance.cpp" />
<ClCompile Include="Source\main.cpp" />
<ClCompile Include="Source\pch.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">pch.h</PrecompiledHeaderFile>
</ClCompile>
<ClCompile Include="Source\Game\Scene\BossDungeonScene.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Source\Common\CommonMemory.h" />
<ClInclude Include="Source\Core\Interface\Damageable.h" />
<ClInclude Include="Source\Core\Subsystems\GameDataManager.h" />
<ClInclude Include="Source\Core\Subsystems\GameInputSystem.h" />
<ClInclude Include="Source\Data\Literals\Literals.h" />
<ClInclude Include="Source\Game\Characters\Monster\Goblin\Goblin.h" />
<ClInclude Include="Source\Game\Characters\Monster\Monster.h" />
<ClInclude Include="Source\Game\Characters\Monster\Orc\Orc.h" />
<ClInclude Include="Source\Game\Characters\Monster\Slime\Slime.h" />
<ClInclude Include="Source\Game\Characters\Player\Archer\Archer.h" />
<ClInclude Include="Source\Game\Characters\Player\Mage\Mage.h" />
<ClInclude Include="Source\Game\Characters\Player\Player.h" />
<ClInclude Include="Source\Game\Characters\Player\Rogue\Rogue.h" />
<ClInclude Include="Source\Game\Characters\Player\Warrior\Warrior.h" />
<ClInclude Include="Source\Game\Scene\CharacterJobScene.h" />
<ClInclude Include="Source\Game\Scene\CharacterStatScene.h" />
<ClInclude Include="Source\Game\Scene\DungeonScene.h" />
<ClInclude Include="Source\Game\Scene\MainMenuScene.h" />
<ClInclude Include="Source\Game\Scene\PotionShopScene.h" />
<ClInclude Include="Source\Game\Scene\InventoryScene.h" />
<ClInclude Include="Source\Game\Scene\CreateCharacterScene.h" />
<ClInclude Include="Source\Core\Object\GameObject.h" />
<ClInclude Include="Source\Core\Interface\Scene.h" />
<ClInclude Include="Source\Core\Item\Item.h" />
<ClInclude Include="Source\Core\Scene\CoreScene.h" />
<ClInclude Include="Source\Core\Subsystems\SceneManager.h" />
<ClInclude Include="Source\Game\Inventory\InventorySystem.h" />
<ClInclude Include="Source\GameInstance.h" />
<ClInclude Include="Source\pch.h" />
<ClInclude Include="Source\Game\Scene\BossDungeonScene.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>