2023-06-11 17:44:58 -05:00
|
|
|
<?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>
|
2023-06-18 07:54:42 -05:00
|
|
|
<ProjectConfiguration Include="Emscripten|Win32">
|
|
|
|
<Configuration>Emscripten</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Emscripten|x64">
|
|
|
|
<Configuration>Emscripten</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2023-07-28 18:02:30 -05:00
|
|
|
<ProjectConfiguration Include="Release Desktop|Win32">
|
|
|
|
<Configuration>Release Desktop</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release Desktop|x64">
|
|
|
|
<Configuration>Release Desktop</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2023-06-11 17:44:58 -05:00
|
|
|
<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>16.0</VCProjectVersion>
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
<ProjectGuid>{8e3067af-cfe7-4b11-bc6b-b867c32753d7}</ProjectGuid>
|
|
|
|
<RootNamespace>Crawler</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>
|
2023-07-28 18:02:30 -05:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Desktop|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
</PropertyGroup>
|
2023-06-11 17:44:58 -05:00
|
|
|
<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>
|
2023-07-28 18:02:30 -05:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Desktop|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
</PropertyGroup>
|
2023-06-18 07:54:42 -05:00
|
|
|
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Emscripten|Win32'">
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Emscripten|x64'">
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
2023-06-11 17:44:58 -05:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
</ImportGroup>
|
2023-06-11 18:26:17 -05:00
|
|
|
<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>
|
2023-07-28 18:02:30 -05:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Desktop|Win32'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2023-06-11 18:26:17 -05:00
|
|
|
<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" />
|
2023-06-11 17:44:58 -05:00
|
|
|
</ImportGroup>
|
2023-07-28 18:02:30 -05:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Desktop|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2023-06-11 17:44:58 -05:00
|
|
|
<PropertyGroup Label="UserMacros" />
|
2023-08-06 15:07:53 -05:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Desktop|Win32'">
|
|
|
|
<OutDir>$(SolutionDir)$(PlatformTarget)\Release</OutDir>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Desktop|x64'">
|
|
|
|
<OutDir>$(SolutionDir)$(PlatformTarget)\Release</OutDir>
|
|
|
|
</PropertyGroup>
|
2023-06-11 17:44:58 -05:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
2023-07-29 10:21:53 -05:00
|
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
2023-06-11 17:44:58 -05:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
</Link>
|
2023-06-18 02:05:50 -07:00
|
|
|
<PreBuildEvent>
|
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command>
|
|
|
|
</PreBuildEvent>
|
2023-06-11 17:44:58 -05:00
|
|
|
</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>
|
2023-07-29 10:21:53 -05:00
|
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
2023-06-11 17:44:58 -05:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
</Link>
|
2023-06-18 02:05:50 -07:00
|
|
|
<PreBuildEvent>
|
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command>
|
|
|
|
</PreBuildEvent>
|
2023-06-11 17:44:58 -05:00
|
|
|
</ItemDefinitionGroup>
|
2023-07-28 18:02:30 -05:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Desktop|Win32'">
|
|
|
|
<ClCompile>
|
2023-10-24 03:03:34 -05:00
|
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
2023-07-28 18:02:30 -05:00
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
2023-07-29 10:21:53 -05:00
|
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
2023-07-28 18:02:30 -05:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
</Link>
|
|
|
|
<PreBuildEvent>
|
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command>
|
|
|
|
</PreBuildEvent>
|
|
|
|
</ItemDefinitionGroup>
|
2023-06-11 17:44:58 -05:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
2023-07-29 10:21:53 -05:00
|
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
2023-06-11 17:44:58 -05:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
</Link>
|
2023-06-18 02:05:50 -07:00
|
|
|
<PreBuildEvent>
|
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command>
|
|
|
|
</PreBuildEvent>
|
2023-06-18 07:54:42 -05:00
|
|
|
<PostBuildEvent>
|
|
|
|
<Command>
|
|
|
|
</Command>
|
|
|
|
</PostBuildEvent>
|
2023-06-11 17:44:58 -05:00
|
|
|
</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>
|
2023-07-29 10:21:53 -05:00
|
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
2023-06-11 17:44:58 -05:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
</Link>
|
2023-06-18 02:05:50 -07:00
|
|
|
<PreBuildEvent>
|
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command>
|
|
|
|
</PreBuildEvent>
|
2023-06-18 07:54:42 -05:00
|
|
|
<PostBuildEvent>
|
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File emscripten_build.ps1</Command>
|
|
|
|
</PostBuildEvent>
|
2023-06-11 17:44:58 -05:00
|
|
|
</ItemDefinitionGroup>
|
2023-07-28 18:02:30 -05:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Desktop|x64'">
|
|
|
|
<ClCompile>
|
2023-10-24 03:03:34 -05:00
|
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
2023-07-28 18:02:30 -05:00
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
2023-07-29 10:21:53 -05:00
|
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
2023-07-28 18:02:30 -05:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
</Link>
|
|
|
|
<PreBuildEvent>
|
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command>
|
|
|
|
</PreBuildEvent>
|
|
|
|
<PostBuildEvent>
|
|
|
|
<Command>
|
|
|
|
</Command>
|
|
|
|
</PostBuildEvent>
|
|
|
|
</ItemDefinitionGroup>
|
2023-06-30 15:44:41 -07:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Emscripten|Win32'">
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
</Link>
|
2023-07-29 10:21:53 -05:00
|
|
|
<ClCompile>
|
|
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
|
|
|
</ClCompile>
|
2023-06-30 15:44:41 -07:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Emscripten|x64'">
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
</Link>
|
2023-07-29 10:21:53 -05:00
|
|
|
<ClCompile>
|
|
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
|
|
|
</ClCompile>
|
2023-06-30 15:44:41 -07:00
|
|
|
</ItemDefinitionGroup>
|
2023-06-11 18:26:17 -05:00
|
|
|
<ItemGroup>
|
2023-06-17 21:19:08 -05:00
|
|
|
<ClInclude Include="Ability.h" />
|
2023-06-11 20:44:51 -05:00
|
|
|
<ClInclude Include="Animation.h" />
|
2023-10-03 02:34:26 -05:00
|
|
|
<ClInclude Include="Attributable.h" />
|
2023-06-19 03:25:01 -05:00
|
|
|
<ClInclude Include="Buff.h" />
|
2023-06-16 01:41:38 -05:00
|
|
|
<ClInclude Include="Bullet.h" />
|
2023-06-30 15:44:41 -07:00
|
|
|
<ClInclude Include="BulletTypes.h" />
|
2023-10-22 21:56:09 -05:00
|
|
|
<ClInclude Include="CharacterAbilityPreviewComponent.h" />
|
2023-10-20 23:48:55 -05:00
|
|
|
<ClInclude Include="CharacterRotatingDisplay.h" />
|
2023-06-17 22:03:20 -05:00
|
|
|
<ClInclude Include="Class.h" />
|
2023-10-22 02:07:03 -05:00
|
|
|
<ClInclude Include="ClassInfo.h" />
|
2023-07-28 04:41:18 -05:00
|
|
|
<ClInclude Include="config.h" />
|
2023-10-29 14:50:22 -05:00
|
|
|
<ClInclude Include="ConnectionPoint.h" />
|
2023-06-11 22:57:43 -05:00
|
|
|
<ClInclude Include="Crawler.h" />
|
2023-06-12 00:37:55 -05:00
|
|
|
<ClInclude Include="DamageNumber.h" />
|
2023-06-15 00:11:39 -05:00
|
|
|
<ClInclude Include="DEFINES.h" />
|
|
|
|
<ClInclude Include="Effect.h" />
|
2023-07-12 00:23:36 -05:00
|
|
|
<ClInclude Include="Emitter.h" />
|
2023-11-12 22:23:54 -06:00
|
|
|
<ClInclude Include="EncountersSpawnListScrollableWindowComponent.h" />
|
2023-11-11 00:54:50 -06:00
|
|
|
<ClInclude Include="Error.h" />
|
2023-10-05 01:35:31 -05:00
|
|
|
<ClInclude Include="GameState.h" />
|
2023-10-06 17:19:02 -05:00
|
|
|
<ClInclude Include="Item.h" />
|
2023-10-24 04:52:24 -05:00
|
|
|
<ClInclude Include="MenuAnimatedIconToggleButton.h" />
|
2023-10-07 15:47:26 -05:00
|
|
|
<ClInclude Include="MenuComponent.h" />
|
2023-10-03 02:34:26 -05:00
|
|
|
<ClInclude Include="MenuIconButton.h" />
|
2023-10-07 13:33:27 -05:00
|
|
|
<ClInclude Include="MenuItemButton.h" />
|
2023-10-03 02:34:26 -05:00
|
|
|
<ClInclude Include="MenuLabel.h" />
|
2023-09-26 02:40:38 -05:00
|
|
|
<ClInclude Include="Key.h" />
|
2023-06-21 14:30:14 -07:00
|
|
|
<ClInclude Include="Map.h" />
|
2023-09-29 00:03:20 -05:00
|
|
|
<ClInclude Include="Menu.h" />
|
2023-06-11 20:03:30 -05:00
|
|
|
<ClInclude Include="Monster.h" />
|
2023-09-08 19:45:00 -05:00
|
|
|
<ClInclude Include="MonsterAttribute.h" />
|
2023-08-13 20:53:39 -05:00
|
|
|
<ClInclude Include="MonsterStrategyHelpers.h" />
|
2023-10-11 19:50:12 -05:00
|
|
|
<ClInclude Include="olcPGEX_Graphics2D.h" />
|
2023-06-11 18:26:17 -05:00
|
|
|
<ClInclude Include="olcPGEX_TransformedView.h" />
|
|
|
|
<ClInclude Include="olcPixelGameEngine.h" />
|
|
|
|
<ClInclude Include="olcUTIL_Animate2D.h" />
|
|
|
|
<ClInclude Include="olcUTIL_Camera2D.h" />
|
2023-07-26 01:58:00 -05:00
|
|
|
<ClInclude Include="olcUTIL_DataFile.h" />
|
2023-06-11 19:38:58 -05:00
|
|
|
<ClInclude Include="olcUTIL_Geometry2D.h" />
|
2023-07-06 02:38:43 -05:00
|
|
|
<ClInclude Include="Pathfinding.h" />
|
2023-06-11 22:57:43 -05:00
|
|
|
<ClInclude Include="Player.h" />
|
2023-06-18 01:24:28 -07:00
|
|
|
<ClInclude Include="resource.h" />
|
|
|
|
<ClInclude Include="resource1.h" />
|
2023-08-06 19:00:09 -05:00
|
|
|
<ClInclude Include="safemap.h" />
|
2023-10-12 18:35:45 -05:00
|
|
|
<ClInclude Include="ScrollableWindowComponent.h" />
|
2023-10-18 18:07:10 +00:00
|
|
|
<ClInclude Include="InventoryScrollableWindowComponent.h" />
|
2023-11-12 23:22:42 -06:00
|
|
|
<ClInclude Include="SpawnEncounterLabel.h" />
|
2023-06-12 18:14:22 -05:00
|
|
|
<ClInclude Include="State.h" />
|
2023-10-29 17:00:54 -05:00
|
|
|
<ClInclude Include="State_GameRun.h" />
|
|
|
|
<ClInclude Include="State_MainMenu.h" />
|
|
|
|
<ClInclude Include="State_OverworldMap.h" />
|
2023-10-03 02:34:26 -05:00
|
|
|
<ClInclude Include="Theme.h" />
|
2023-06-21 00:34:09 -07:00
|
|
|
<ClInclude Include="TMXParser.h" />
|
2023-10-24 04:52:24 -05:00
|
|
|
<ClInclude Include="Toggleable.h" />
|
2023-06-22 01:30:26 -07:00
|
|
|
<ClInclude Include="TSXParser.h" />
|
2023-11-04 22:19:25 -05:00
|
|
|
<ClInclude Include="Unlock.h" />
|
2023-07-06 04:35:40 -05:00
|
|
|
<ClInclude Include="utils.h" />
|
2023-06-18 02:05:50 -07:00
|
|
|
<ClInclude Include="Version.h" />
|
2023-06-11 18:26:17 -05:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2023-06-17 21:19:08 -05:00
|
|
|
<ClCompile Include="Ability.cpp" />
|
2023-07-12 00:23:36 -05:00
|
|
|
<ClCompile Include="Animation.cpp" />
|
2023-07-23 08:13:40 -05:00
|
|
|
<ClCompile Include="Arrow.cpp" />
|
2023-06-16 01:41:38 -05:00
|
|
|
<ClCompile Include="Bullet.cpp" />
|
2023-10-17 05:35:19 -05:00
|
|
|
<ClCompile Include="CharacterInfoWindow.cpp" />
|
2023-07-25 18:37:12 -05:00
|
|
|
<ClCompile Include="ChargedArrow.cpp" />
|
2023-10-20 22:49:12 -05:00
|
|
|
<ClCompile Include="ClassSelectionWindow.cpp" />
|
2023-11-12 21:02:23 -06:00
|
|
|
<ClCompile Include="ConnectionPoint.cpp" />
|
2023-06-11 22:57:43 -05:00
|
|
|
<ClCompile Include="Crawler.cpp" />
|
2023-06-12 00:37:55 -05:00
|
|
|
<ClCompile Include="DamageNumber.cpp" />
|
2023-06-15 00:11:39 -05:00
|
|
|
<ClCompile Include="Effect.cpp" />
|
2023-07-12 00:23:36 -05:00
|
|
|
<ClCompile Include="Emitter.cpp" />
|
2023-06-30 15:44:41 -07:00
|
|
|
<ClCompile Include="EnergyBolt.cpp" />
|
2023-09-16 07:42:15 -05:00
|
|
|
<ClCompile Include="FallingDebris.h" />
|
2023-07-06 04:35:40 -05:00
|
|
|
<ClCompile Include="FireBolt.cpp" />
|
2023-10-05 02:03:59 -05:00
|
|
|
<ClCompile Include="GameState.cpp" />
|
2023-10-07 13:33:27 -05:00
|
|
|
<ClCompile Include="InventoryWindow.cpp" />
|
2023-10-06 17:19:02 -05:00
|
|
|
<ClCompile Include="Item.cpp" />
|
2023-09-26 02:40:38 -05:00
|
|
|
<ClCompile Include="Key.cpp" />
|
2023-07-12 00:23:36 -05:00
|
|
|
<ClCompile Include="LightningBolt.cpp" />
|
|
|
|
<ClCompile Include="LightningBoltEmitter.cpp" />
|
2023-10-20 22:49:12 -05:00
|
|
|
<ClCompile Include="MainMenuWindow.cpp" />
|
2023-06-22 23:28:16 -07:00
|
|
|
<ClCompile Include="Map.cpp" />
|
2023-09-29 00:03:20 -05:00
|
|
|
<ClCompile Include="Menu.cpp" />
|
2023-10-24 03:03:34 -05:00
|
|
|
<ClCompile Include="MenuAnimatedIconButton.h" />
|
2023-10-01 01:48:27 -05:00
|
|
|
<ClCompile Include="MenuComponent.cpp" />
|
2023-07-13 01:35:51 -05:00
|
|
|
<ClCompile Include="Meteor.cpp" />
|
2023-11-11 17:31:53 -06:00
|
|
|
<ClCompile Include="OverworldMapLevelWindow.cpp" />
|
2023-09-23 15:10:59 -05:00
|
|
|
<ClCompile Include="RunAway.cpp" />
|
2023-08-13 02:12:19 -05:00
|
|
|
<ClCompile Include="RunTowards.cpp" />
|
2023-07-06 02:38:43 -05:00
|
|
|
<ClCompile Include="Pathfinding.cpp" />
|
2023-06-12 18:14:22 -05:00
|
|
|
<ClCompile Include="pixelGameEngine.cpp" />
|
2023-06-11 22:57:43 -05:00
|
|
|
<ClCompile Include="Player.cpp" />
|
2023-06-11 20:26:41 -05:00
|
|
|
<ClCompile Include="Monster.cpp" />
|
2023-06-11 20:03:30 -05:00
|
|
|
<ClCompile Include="MonsterData.cpp" />
|
2023-07-21 17:29:20 -05:00
|
|
|
<ClCompile Include="PulsatingFire.cpp" />
|
2023-07-21 15:20:56 -05:00
|
|
|
<ClCompile Include="Ranger.cpp" />
|
2023-08-13 02:12:19 -05:00
|
|
|
<ClCompile Include="RUN_STRATEGY.cpp" />
|
|
|
|
<ClCompile Include="ShootAfar.cpp" />
|
2023-09-06 23:57:14 -05:00
|
|
|
<ClCompile Include="SlimeKing.cpp" />
|
2023-10-05 02:03:59 -05:00
|
|
|
<ClCompile Include="State_GameRun.cpp" />
|
|
|
|
<ClCompile Include="State_MainMenu.cpp" />
|
2023-10-29 14:50:22 -05:00
|
|
|
<ClCompile Include="State_OverworldMap.cpp" />
|
2023-09-29 00:03:20 -05:00
|
|
|
<ClCompile Include="TestMenu.cpp" />
|
|
|
|
<ClCompile Include="TestSubMenu.cpp" />
|
2023-07-21 15:20:56 -05:00
|
|
|
<ClCompile Include="Thief.cpp" />
|
|
|
|
<ClCompile Include="Trapper.cpp" />
|
2023-08-13 02:12:19 -05:00
|
|
|
<ClCompile Include="Turret.cpp" />
|
2023-11-04 22:19:25 -05:00
|
|
|
<ClCompile Include="Unlock.cpp" />
|
2023-07-13 20:24:47 +00:00
|
|
|
<ClCompile Include="Warrior.cpp" />
|
2023-07-06 04:35:40 -05:00
|
|
|
<ClCompile Include="utils.cpp" />
|
2023-07-21 15:20:56 -05:00
|
|
|
<ClCompile Include="Witch.cpp" />
|
|
|
|
<ClCompile Include="Wizard.cpp" />
|
2023-06-11 18:26:17 -05:00
|
|
|
</ItemGroup>
|
2023-06-15 00:11:39 -05:00
|
|
|
<ItemGroup>
|
2023-09-13 18:57:46 -05:00
|
|
|
<None Include="ClassDiagram2.cd" />
|
2023-06-15 00:11:39 -05:00
|
|
|
<None Include="cpp.hint" />
|
|
|
|
</ItemGroup>
|
2023-06-17 21:19:08 -05:00
|
|
|
<ItemGroup>
|
2023-07-26 20:22:33 -05:00
|
|
|
<Text Include="assets\config\classes\Ranger.txt" />
|
|
|
|
<Text Include="assets\config\classes\Thief.txt" />
|
|
|
|
<Text Include="assets\config\classes\Trapper.txt" />
|
|
|
|
<Text Include="assets\config\classes\Warrior.txt" />
|
|
|
|
<Text Include="assets\config\classes\Witch.txt" />
|
|
|
|
<Text Include="assets\config\classes\Wizard.txt" />
|
2023-07-26 01:58:00 -05:00
|
|
|
<Text Include="assets\config\configuration.txt" />
|
|
|
|
<Text Include="assets\config\gfx\gfx.txt" />
|
2023-10-03 02:34:26 -05:00
|
|
|
<Text Include="assets\config\gfx\themes.txt" />
|
2023-10-06 17:19:02 -05:00
|
|
|
<Text Include="assets\config\items\ItemCategory.txt" />
|
|
|
|
<Text Include="assets\config\items\ItemDatabase.txt" />
|
|
|
|
<Text Include="assets\config\items\items.txt" />
|
|
|
|
<Text Include="assets\config\items\ItemScript.txt" />
|
2023-07-26 20:22:33 -05:00
|
|
|
<Text Include="assets\config\levels.txt" />
|
2023-08-06 19:00:09 -05:00
|
|
|
<Text Include="assets\config\Monsters.txt" />
|
|
|
|
<Text Include="assets\config\MonsterStrategies.txt" />
|
2023-08-06 15:20:54 -05:00
|
|
|
<Text Include="assets\config\Player.txt" />
|
2023-06-17 21:19:08 -05:00
|
|
|
<Text Include="NewClasses.txt" />
|
|
|
|
<Text Include="InitialConcept.txt" />
|
2023-07-26 01:58:00 -05:00
|
|
|
<Text Include="Slime_King_Encounter.txt" />
|
2023-06-17 21:19:08 -05:00
|
|
|
</ItemGroup>
|
2023-06-18 01:24:28 -07:00
|
|
|
<ItemGroup>
|
|
|
|
<Image Include="assets\heart.ico" />
|
2023-10-17 05:35:19 -05:00
|
|
|
<Image Include="assets\menus\Character_Info.png" />
|
2023-06-18 01:24:28 -07:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ResourceCompile Include="Crawler.rc" />
|
|
|
|
</ItemGroup>
|
2023-06-11 17:44:58 -05:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
2023-06-11 18:26:17 -05:00
|
|
|
</Project>
|