补齐vs所需文件 开始着手准备重写readme
This commit is contained in:
@@ -0,0 +1,171 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<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>{AB064B81-4F00-4F4D-9FB2-BCBB6E39D740}</ProjectGuid>
|
||||
<RootNamespace>ManaPetWorld</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||
<ProjectName>mana_pet_world</ProjectName>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
<VcpkgEnabled>true</VcpkgEnabled>
|
||||
<VcpkgManifestInstall>true</VcpkgManifestInstall>
|
||||
<VcpkgTriplet>x64-windows</VcpkgTriplet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
<VcpkgEnabled>true</VcpkgEnabled>
|
||||
<VcpkgManifestInstall>true</VcpkgManifestInstall>
|
||||
<VcpkgTriplet>x64-windows</VcpkgTriplet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings" />
|
||||
<ImportGroup Label="Shared" />
|
||||
<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" />
|
||||
<PropertyGroup>
|
||||
<OutDir>$(SolutionDir)build\vs\$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir>$(SolutionDir)build\vs\obj\$(Platform)\$(Configuration)\</IntDir>
|
||||
<TargetName>mana_pet_world</TargetName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<LocalDebuggerWorkingDirectory>$(ProjectDir)</LocalDebuggerWorkingDirectory>
|
||||
<LocalDebuggerCommandArguments>$(ProjectDir)</LocalDebuggerCommandArguments>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<LocalDebuggerWorkingDirectory>$(ProjectDir)</LocalDebuggerWorkingDirectory>
|
||||
<LocalDebuggerCommandArguments>$(ProjectDir)</LocalDebuggerCommandArguments>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;NOMINMAX;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||
<AdditionalIncludeDirectories>$(ProjectDir)src\assets;$(ProjectDir)src\battle;$(ProjectDir)src\content;$(ProjectDir)src\core;$(ProjectDir)src\dialogue;$(ProjectDir)src\quest;$(ProjectDir)src\save;$(ProjectDir)src\ui;$(ProjectDir)src\world;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<AdditionalDependencies>raylib.lib;pugixml.lib;winmm.lib;gdi32.lib;opengl32.lib;user32.lib;shell32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;NOMINMAX;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||
<AdditionalIncludeDirectories>$(ProjectDir)src\assets;$(ProjectDir)src\battle;$(ProjectDir)src\content;$(ProjectDir)src\core;$(ProjectDir)src\dialogue;$(ProjectDir)src\quest;$(ProjectDir)src\save;$(ProjectDir)src\ui;$(ProjectDir)src\world;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<AdditionalDependencies>raylib.lib;pugixml.lib;winmm.lib;gdi32.lib;opengl32.lib;user32.lib;shell32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\app\main.cpp" />
|
||||
<ClCompile Include="src\assets\EntityPreset.cpp" />
|
||||
<ClCompile Include="src\assets\ItemIconCatalog.cpp" />
|
||||
<ClCompile Include="src\assets\MinimapAsset.cpp" />
|
||||
<ClCompile Include="src\assets\MusicAssets.cpp" />
|
||||
<ClCompile Include="src\assets\SoundAssets.cpp" />
|
||||
<ClCompile Include="src\assets\SpriteAnimation.cpp" />
|
||||
<ClCompile Include="src\battle\BattleAssets.cpp" />
|
||||
<ClCompile Include="src\battle\BattleLayout.cpp" />
|
||||
<ClCompile Include="src\battle\BattleScene.cpp" />
|
||||
<ClCompile Include="src\content\TonoriItems.cpp" />
|
||||
<ClCompile Include="src\core\ElementSystem.cpp" />
|
||||
<ClCompile Include="src\core\GameCore.cpp" />
|
||||
<ClCompile Include="src\core\PetGrowth.cpp" />
|
||||
<ClCompile Include="src\core\PetSpeciesCatalog.cpp" />
|
||||
<ClCompile Include="src\dialogue\DialogueEffects.cpp" />
|
||||
<ClCompile Include="src\dialogue\DialogueScript.cpp" />
|
||||
<ClCompile Include="src\dialogue\ScriptedInteractable.cpp" />
|
||||
<ClCompile Include="src\quest\QuestSystem.cpp" />
|
||||
<ClCompile Include="src\save\SaveGame.cpp" />
|
||||
<ClCompile Include="src\ui\InteractableVisual.cpp" />
|
||||
<ClCompile Include="src\ui\InventoryUiModel.cpp" />
|
||||
<ClCompile Include="src\world\MapAtmosphere.cpp" />
|
||||
<ClCompile Include="src\world\TmxMap.cpp" />
|
||||
<ClCompile Include="src\world\TmxMapPool.cpp" />
|
||||
<ClCompile Include="src\world\TmxWorld.cpp" />
|
||||
<ClCompile Include="src\world\TmxWorldLayout.cpp" />
|
||||
<ClCompile Include="src\world\WarpAuditReport.cpp" />
|
||||
<ClCompile Include="src\world\WarpInteraction.cpp" />
|
||||
<ClCompile Include="src\world\WildLevelZone.cpp" />
|
||||
<ClCompile Include="src\world\WildSpawn.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="src\assets\Assets.h" />
|
||||
<ClInclude Include="src\assets\EntityPreset.h" />
|
||||
<ClInclude Include="src\assets\ItemIconCatalog.h" />
|
||||
<ClInclude Include="src\assets\MinimapAsset.h" />
|
||||
<ClInclude Include="src\assets\MusicAssets.h" />
|
||||
<ClInclude Include="src\assets\SoundAssets.h" />
|
||||
<ClInclude Include="src\assets\SpriteAnimation.h" />
|
||||
<ClInclude Include="src\assets\UiAssets.h" />
|
||||
<ClInclude Include="src\battle\BattleAssets.h" />
|
||||
<ClInclude Include="src\battle\BattleLayout.h" />
|
||||
<ClInclude Include="src\battle\BattleScene.h" />
|
||||
<ClInclude Include="src\content\TonoriItems.h" />
|
||||
<ClInclude Include="src\core\ElementSystem.h" />
|
||||
<ClInclude Include="src\core\GameCore.h" />
|
||||
<ClInclude Include="src\core\PetGrowth.h" />
|
||||
<ClInclude Include="src\core\PetSpeciesCatalog.h" />
|
||||
<ClInclude Include="src\dialogue\DialogueEffects.h" />
|
||||
<ClInclude Include="src\dialogue\DialogueScript.h" />
|
||||
<ClInclude Include="src\dialogue\ScriptedInteractable.h" />
|
||||
<ClInclude Include="src\quest\QuestSystem.h" />
|
||||
<ClInclude Include="src\save\SaveGame.h" />
|
||||
<ClInclude Include="src\ui\InteractableVisual.h" />
|
||||
<ClInclude Include="src\ui\InventoryUiModel.h" />
|
||||
<ClInclude Include="src\world\MapAtmosphere.h" />
|
||||
<ClInclude Include="src\world\TmxMap.h" />
|
||||
<ClInclude Include="src\world\TmxMapPool.h" />
|
||||
<ClInclude Include="src\world\TmxWorld.h" />
|
||||
<ClInclude Include="src\world\TmxWorldLayout.h" />
|
||||
<ClInclude Include="src\world\WarpAuditReport.h" />
|
||||
<ClInclude Include="src\world\WarpInteraction.h" />
|
||||
<ClInclude Include="src\world\WildLevelZone.h" />
|
||||
<ClInclude Include="src\world\WildSpawn.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user