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>
2024-01-26 16:15:49 -06:00
<ProjectConfiguration Include= "Emscripten Debug|Win32" >
<Configuration > Emscripten Debug</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Emscripten Debug|x64" >
<Configuration > Emscripten Debug</Configuration>
<Platform > x64</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>
2024-06-24 10:08:54 -05:00
<ProjectConfiguration Include= "Unit Testing|Win32" >
<Configuration > Unit Testing</Configuration>
2024-06-22 09:45:53 -05:00
<Platform > Win32</Platform>
</ProjectConfiguration>
2024-06-24 10:08:54 -05:00
<ProjectConfiguration Include= "Unit Testing|x64" >
<Configuration > Unit Testing</Configuration>
2024-06-22 09:45:53 -05:00
<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= "Debug|x64" >
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 16.0</VCProjectVersion>
<Keyword > Win32Proj</Keyword>
<ProjectGuid > {8e3067af-cfe7-4b11-bc6b-b867c32753d7}</ProjectGuid>
2024-01-04 05:21:56 -06:00
<RootNamespace > Adventures in Lestoria</RootNamespace>
2023-06-11 17:44:58 -05:00
<WindowsTargetPlatformVersion > 10.0</WindowsTargetPlatformVersion>
2024-01-04 05:21:56 -06:00
<ProjectName > Adventures in Lestoria</ProjectName>
2023-06-11 17:44:58 -05:00
</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>
2024-06-24 10:08:54 -05:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Unit Testing|Win32'" Label= "Configuration" >
2024-06-22 09:45:53 -05:00
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<PlatformToolset > v143</PlatformToolset>
<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>
2024-06-24 10:08:54 -05:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Unit Testing|x64'" Label= "Configuration" >
2024-06-22 09:45:53 -05:00
<ConfigurationType > StaticLibrary</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<PlatformToolset > v143</PlatformToolset>
<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>
2024-01-26 16:15:49 -06:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Emscripten Debug|Win32'" Label= "Configuration" >
<PlatformToolset > v143</PlatformToolset>
</PropertyGroup>
2023-06-18 07:54:42 -05:00
<PropertyGroup Label= "Configuration" Condition= "'$(Configuration)|$(Platform)'=='Emscripten|x64'" >
<PlatformToolset > v143</PlatformToolset>
</PropertyGroup>
2024-01-26 16:15:49 -06:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Emscripten Debug|x64'" Label= "Configuration" >
<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>
2024-06-24 10:08:54 -05:00
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Unit Testing|Win32'" Label= "PropertySheets" >
2024-06-22 09:45:53 -05:00
<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>
2024-06-24 10:08:54 -05:00
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Unit Testing|x64'" Label= "PropertySheets" >
2024-06-22 09:45:53 -05:00
<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|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>
2024-09-04 00:28:55 -05:00
<CodeAnalysisRuleSet > ..\CodeAnalysisRuleset.ruleset</CodeAnalysisRuleSet>
2023-08-06 15:07:53 -05:00
</PropertyGroup>
2023-11-20 17:03:35 -06:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<IncludePath > $(IncludePath)</IncludePath>
</PropertyGroup>
2024-06-24 10:08:54 -05:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Unit Testing|Win32'" >
2023-11-20 17:03:35 -06:00
<IncludePath > $(IncludePath)</IncludePath>
</PropertyGroup>
2024-06-22 09:45:53 -05:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<IncludePath > $(VCInstallDir)Auxiliary\VS\UnitTest\include;$(IncludePath)</IncludePath>
<LibraryPath > $(VCInstallDir)Auxiliary\VS\UnitTest\lib;$(LibraryPath)</LibraryPath>
2024-09-04 00:28:55 -05:00
<CodeAnalysisRuleSet > ..\CodeAnalysisRuleset.ruleset</CodeAnalysisRuleSet>
2024-06-22 09:45:53 -05:00
</PropertyGroup>
2024-06-24 10:08:54 -05:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Unit Testing|x64'" >
2024-06-22 09:45:53 -05:00
<IncludePath > $(VCInstallDir)Auxiliary\VS\UnitTest\include;$(IncludePath)</IncludePath>
<LibraryPath > $(VCInstallDir)Auxiliary\VS\UnitTest\lib;$(LibraryPath)</LibraryPath>
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
2024-09-04 00:28:55 -05:00
<CodeAnalysisRuleSet > ..\CodeAnalysisRuleset.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Emscripten|x64'" >
<CodeAnalysisRuleSet > ..\CodeAnalysisRuleset.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Emscripten Debug|x64'" >
<CodeAnalysisRuleSet > ..\CodeAnalysisRuleset.ruleset</CodeAnalysisRuleSet>
2024-06-22 09:45:53 -05:00
</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>
2024-01-04 05:21:56 -06:00
<AdditionalIncludeDirectories > C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;C:\Users\sigon\Documents\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2023-11-29 16:43:41 -06:00
<AdditionalOptions > /MP8 %(AdditionalOptions)</AdditionalOptions>
2024-01-08 02:05:09 -06:00
<TreatSpecificWarningsAsErrors > 4099;5030;4715;4172;4834</TreatSpecificWarningsAsErrors>
2023-06-11 17:44:58 -05:00
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
2024-01-04 05:21:56 -06:00
<AdditionalLibraryDirectories > C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
2023-12-19 14:06:17 -06:00
<AdditionalDependencies > discord_game_sdk.dll.lib;freetype.lib;$(CoreLibraryDependencies);%(AdditionalDependencies);</AdditionalDependencies>
2023-06-11 17:44:58 -05:00
</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>
2024-06-24 10:08:54 -05:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Unit Testing|Win32'" >
2024-06-22 09:45:53 -05:00
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode > true</ConformanceMode>
<LanguageStandard > stdcpp20</LanguageStandard>
<AdditionalIncludeDirectories > C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;C:\Users\sigon\Documents\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalOptions > /MP8 %(AdditionalOptions)</AdditionalOptions>
<TreatSpecificWarningsAsErrors > 4099;5030;4715;4172;4834</TreatSpecificWarningsAsErrors>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
<AdditionalLibraryDirectories > C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalDependencies > discord_game_sdk.dll.lib;freetype.lib;$(CoreLibraryDependencies);%(AdditionalDependencies);</AdditionalDependencies>
</Link>
<PreBuildEvent >
<Command > powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command>
</PreBuildEvent>
</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-11-29 16:43:41 -06:00
<AdditionalOptions > /MP8 %(AdditionalOptions)</AdditionalOptions>
2024-01-04 05:21:56 -06:00
<AdditionalIncludeDirectories > C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;C:\Users\sigon\Documents\include;C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files</AdditionalIncludeDirectories>
2023-07-28 18:02:30 -05:00
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
<GenerateDebugInformation > true</GenerateDebugInformation>
2023-12-19 14:06:17 -06:00
<AdditionalDependencies > discord_game_sdk.dll.lib;freetype.lib;$(CoreLibraryDependencies);%(AdditionalDependencies);discord_game_sdk.dll.lib</AdditionalDependencies>
2023-07-28 18:02:30 -05:00
</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>
2024-08-02 15:19:49 -05:00
<LanguageStandard > stdcpplatest</LanguageStandard>
2024-12-04 21:57:30 -06:00
<AdditionalIncludeDirectories > C:\Users\LabUser\source\repos\AdventuresInLestoria\Adventures in Lestoria\steam;$(ProjectDir)steam;$(ProjectDir)discord-files;C:\Users\LabUser\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;C:\Users\LabUser\Documents\include;C:\Users\niconiconii\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;C:\Users\niconiconii\OneDrive\Documents\include;C:\Users\niconiconii\source\repos\AdventuresInLestoria\Adventures in Lestoria\steam;C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\steam;C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;C:\Users\sigon\OneDrive\Documents\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2024-01-08 02:05:09 -06:00
<TreatSpecificWarningsAsErrors > 4099;5030;4715;4172;4834</TreatSpecificWarningsAsErrors>
2024-07-26 11:51:24 -05:00
<MultiProcessorCompilation > true</MultiProcessorCompilation>
2023-06-11 17:44:58 -05:00
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
2024-07-29 10:37:47 -04:00
<AdditionalLibraryDirectories > C:\Users\LabUser\source\repos\AdventuresInLestoria\Adventures in Lestoria;C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
2024-03-22 00:31:11 -05:00
<AdditionalDependencies > discord_game_sdk.dll.lib;freetype.lib;steam_api64.lib;$(CoreLibraryDependencies);%(AdditionalDependencies);</AdditionalDependencies>
2023-06-11 17:44:58 -05:00
</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>
2024-06-24 10:08:54 -05:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Unit Testing|x64'" >
2024-06-22 09:45:53 -05:00
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > _DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode > true</ConformanceMode>
2024-12-19 23:28:30 -06:00
<LanguageStandard > stdcpplatest</LanguageStandard>
<AdditionalIncludeDirectories > $(ProjectDir)steam;$(ProjectDir)discord-files;C:\Users\LabUser\source\repos\AdventuresInLestoria\Adventures in Lestoria\steam;C:\Users\LabUser\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;C:\Users\LabUser\Documents\include;C:\Users\niconiconii\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;C:\Users\niconiconii\OneDrive\Documents\include;C:\Users\niconiconii\source\repos\AdventuresInLestoria\Adventures in Lestoria\steam;C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\steam;C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;C:\Users\sigon\OneDrive\Documents\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2024-06-22 09:45:53 -05:00
<TreatSpecificWarningsAsErrors > 4099;5030;4715;4172;4834</TreatSpecificWarningsAsErrors>
2024-07-26 11:51:24 -05:00
<MultiProcessorCompilation > true</MultiProcessorCompilation>
2024-06-22 09:45:53 -05:00
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
<AdditionalLibraryDirectories > C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalDependencies > discord_game_sdk.dll.lib;freetype.lib;steam_api64.lib;$(CoreLibraryDependencies);%(AdditionalDependencies);</AdditionalDependencies>
</Link>
<PreBuildEvent >
<Command > powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command>
</PreBuildEvent>
<PostBuildEvent >
<Command >
</Command>
</PostBuildEvent>
<Lib >
<AdditionalDependencies > discord_game_sdk.dll.lib;freetype.lib;steam_api64.lib;$(CoreLibraryDependencies);%(AdditionalDependencies);</AdditionalDependencies>
</Lib>
</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>
2024-08-02 15:19:49 -05:00
<LanguageStandard > stdcpplatest</LanguageStandard>
2024-10-29 18:45:48 -05:00
<AdditionalIncludeDirectories > C:\Users\LabUser\source\repos\AdventuresInLestoria\Adventures in Lestoria\steam;$(ProjectDir)steam;$(ProjectDir)discord-files;C:\Users\LabUser\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;C:\Users\LabUser\Documents\include;C:\Users\niconiconii\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;C:\Users\niconiconii\OneDrive\Documents\include;C:\Users\niconiconii\source\repos\AdventuresInLestoria\Adventures in Lestoria\steam;C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\steam;C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;C:\Users\sigon\OneDrive\Documents\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2024-07-26 11:51:24 -05:00
<MultiProcessorCompilation > true</MultiProcessorCompilation>
2023-07-28 18:02:30 -05:00
</ClCompile>
<Link >
2024-03-25 14:15:37 -05:00
<SubSystem > Windows</SubSystem>
2023-07-28 18:02:30 -05:00
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
<GenerateDebugInformation > true</GenerateDebugInformation>
2024-03-22 00:31:11 -05:00
<AdditionalDependencies > discord_game_sdk.dll.lib;freetype.lib;steam_api64.lib;$(CoreLibraryDependencies);%(AdditionalDependencies);discord_game_sdk.dll.lib</AdditionalDependencies>
2023-07-28 18:02:30 -05:00
</Link>
<PreBuildEvent >
<Command > powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command>
</PreBuildEvent>
<PostBuildEvent >
<Command >
</Command>
</PostBuildEvent>
2024-03-27 19:47:03 -05:00
<CustomBuildStep >
<Command >
</Command>
</CustomBuildStep>
2023-07-28 18:02:30 -05:00
</ItemDefinitionGroup>
2023-06-30 15:44:41 -07:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Emscripten|Win32'" >
<Link >
<SubSystem > Console</SubSystem>
2023-12-19 14:06:17 -06:00
<AdditionalDependencies > $(CoreLibraryDependencies);%(AdditionalDependencies);discord_game_sdk.dll.lib</AdditionalDependencies>
2023-06-30 15:44:41 -07:00
</Link>
2023-07-29 10:21:53 -05:00
<ClCompile >
<LanguageStandard > stdcpp20</LanguageStandard>
2024-01-04 05:21:56 -06:00
<AdditionalIncludeDirectories > C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;</AdditionalIncludeDirectories>
2023-07-29 10:21:53 -05:00
</ClCompile>
2024-01-02 04:45:44 -06:00
<PostBuildEvent >
<Command > powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File ../emscripten_build.ps1</Command>
</PostBuildEvent>
<PreBuildEvent >
<Command > powershell.exe -ExecutionPolicy Bypass -NoProfile -File emscripten_build.ps1</Command>
</PreBuildEvent>
2023-06-30 15:44:41 -07:00
</ItemDefinitionGroup>
2024-01-26 16:15:49 -06:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Emscripten Debug|Win32'" >
<Link >
<SubSystem > Console</SubSystem>
<AdditionalDependencies > $(CoreLibraryDependencies);%(AdditionalDependencies);discord_game_sdk.dll.lib</AdditionalDependencies>
</Link>
<ClCompile >
<LanguageStandard > stdcpp20</LanguageStandard>
<AdditionalIncludeDirectories > C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;</AdditionalIncludeDirectories>
</ClCompile>
<PostBuildEvent >
<Command > powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File ../emscripten_debug_build.ps1</Command>
</PostBuildEvent>
<PreBuildEvent >
<Command > powershell.exe -ExecutionPolicy Bypass -NoProfile -File emscripten_debug_build.ps1</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
2023-06-30 15:44:41 -07:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Emscripten|x64'" >
<Link >
<SubSystem > Console</SubSystem>
2023-12-19 14:06:17 -06:00
<AdditionalDependencies > $(CoreLibraryDependencies);%(AdditionalDependencies);discord_game_sdk.dll.lib</AdditionalDependencies>
2023-06-30 15:44:41 -07:00
</Link>
2023-07-29 10:21:53 -05:00
<ClCompile >
2024-08-02 15:19:49 -05:00
<LanguageStandard > stdcpplatest</LanguageStandard>
2024-01-04 05:21:56 -06:00
<AdditionalIncludeDirectories > C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;</AdditionalIncludeDirectories>
2024-07-26 11:51:24 -05:00
<MultiProcessorCompilation > true</MultiProcessorCompilation>
2023-07-29 10:21:53 -05:00
</ClCompile>
2024-01-02 04:45:44 -06:00
<PostBuildEvent >
<Command > powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File ../emscripten_build.ps1</Command>
</PostBuildEvent>
<PreBuildEvent >
<Command > powershell.exe -ExecutionPolicy Bypass -NoProfile -File emscripten_build.ps1</Command>
</PreBuildEvent>
2023-06-30 15:44:41 -07:00
</ItemDefinitionGroup>
2024-01-26 16:15:49 -06:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Emscripten Debug|x64'" >
<Link >
<SubSystem > Console</SubSystem>
<AdditionalDependencies > $(CoreLibraryDependencies);%(AdditionalDependencies);discord_game_sdk.dll.lib</AdditionalDependencies>
</Link>
<ClCompile >
2024-08-02 15:19:49 -05:00
<LanguageStandard > stdcpplatest</LanguageStandard>
2024-01-26 16:15:49 -06:00
<AdditionalIncludeDirectories > C:\Users\sigon\source\repos\AdventuresInLestoria\Adventures in Lestoria\discord-files;</AdditionalIncludeDirectories>
2024-07-26 11:51:24 -05:00
<MultiProcessorCompilation > true</MultiProcessorCompilation>
2024-01-26 16:15:49 -06:00
</ClCompile>
<PostBuildEvent >
<Command > powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File ../emscripten_debug_build.ps1</Command>
</PostBuildEvent>
<PreBuildEvent >
<Command > powershell.exe -ExecutionPolicy Bypass -NoProfile -File emscripten_debug_build.ps1</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
2023-06-11 18:26:17 -05:00
<ItemGroup >
2023-06-17 21:19:08 -05:00
<ClInclude Include= "Ability.h" />
2024-03-05 04:27:18 -06:00
<ClInclude Include= "AccessoryRowItemDisplay.h" />
2023-06-11 20:44:51 -05:00
<ClInclude Include= "Animation.h" />
2024-10-29 18:45:48 -05:00
<ClInclude Include= "Arc.h" >
<SubType >
</SubType>
</ClInclude>
2023-10-03 02:34:26 -05:00
<ClInclude Include= "Attributable.h" />
2023-11-30 22:01:04 -06:00
<ClInclude Include= "AttributableStat.h" >
<SubType >
</SubType>
</ClInclude>
2024-01-05 21:47:04 -06:00
<ClInclude Include= "Audio.h" >
<SubType >
</SubType>
</ClInclude>
2023-11-30 23:33:40 -06:00
<ClInclude Include= "BitwiseEnum.h" >
<SubType >
</SubType>
</ClInclude>
2024-09-04 02:15:26 -05:00
<ClInclude Include= "BlackHole.h" >
<SubType >
</SubType>
</ClInclude>
2024-05-05 23:57:02 -05:00
<ClInclude Include= "BombBoom.h" >
<SubType >
</SubType>
</ClInclude>
2023-06-19 03:25:01 -05:00
<ClInclude Include= "Buff.h" />
2024-07-21 16:11:41 -05:00
<ClInclude Include= "Bullet.h" >
<SubType >
</SubType>
</ClInclude>
2024-09-12 15:18:57 -05:00
<ClInclude Include= "DynamicMenuLabel.h" >
<SubType >
</SubType>
</ClInclude>
2024-12-13 02:06:54 -06:00
<ClInclude Include= "Entity.h" >
<SubType >
</SubType>
</ClInclude>
2024-07-21 16:11:41 -05:00
<ClInclude Include= "HurtDamageInfo.h" >
<SubType >
</SubType>
</ClInclude>
<ClInclude Include= "IBullet.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" />
2024-01-27 10:34:56 -06:00
<ClInclude Include= "Checkbox.h" >
<SubType >
</SubType>
</ClInclude>
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-12-27 01:12:48 -06:00
<ClInclude Include= "CraftingRequirement.h" />
2024-01-04 05:21:56 -06:00
<ClInclude Include= "AdventuresInLestoria.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" />
2024-04-21 19:22:01 -05:00
<ClInclude Include= "Direction.h" >
<SubType >
</SubType>
</ClInclude>
2023-12-19 14:06:17 -06:00
<ClInclude Include= "discord-files\achievement_manager.h" />
<ClInclude Include= "discord-files\activity_manager.h" />
<ClInclude Include= "discord-files\application_manager.h" />
<ClInclude Include= "discord-files\core.h" />
<ClInclude Include= "discord-files\discord.h" />
<ClInclude Include= "discord-files\event.h" />
<ClInclude Include= "discord-files\ffi.h" />
<ClInclude Include= "discord-files\image_manager.h" />
<ClInclude Include= "discord-files\lobby_manager.h" />
<ClInclude Include= "discord-files\network_manager.h" />
<ClInclude Include= "discord-files\overlay_manager.h" />
<ClInclude Include= "discord-files\relationship_manager.h" />
<ClInclude Include= "discord-files\storage_manager.h" />
<ClInclude Include= "discord-files\store_manager.h" />
<ClInclude Include= "discord-files\types.h" />
<ClInclude Include= "discord-files\user_manager.h" />
<ClInclude Include= "discord-files\voice_manager.h" />
2023-11-13 21:26:34 -06:00
<ClInclude Include= "drawutil.h" />
2024-01-23 23:04:29 -06:00
<ClInclude Include= "DynamicCounter.h" >
<SubType >
</SubType>
</ClInclude>
2023-06-15 00:11:39 -05:00
<ClInclude Include= "Effect.h" />
2023-07-12 00:23:36 -05:00
<ClInclude Include= "Emitter.h" />
2024-03-26 22:19:17 -05:00
<ClInclude Include= "emscripten_compat.h" />
2023-11-12 22:23:54 -06:00
<ClInclude Include= "EncountersSpawnListScrollableWindowComponent.h" />
2023-12-28 06:10:46 -06:00
<ClInclude Include= "EnhancementStatsLabel.h" >
<SubType >
</SubType>
</ClInclude>
2024-01-08 02:05:09 -06:00
<ClInclude Include= "EnvironmentalAudio.h" >
<SubType >
</SubType>
</ClInclude>
2023-12-06 22:47:09 -06:00
<ClInclude Include= "EquipSlotButton.h" >
<SubType >
</SubType>
</ClInclude>
2023-11-11 00:54:50 -06:00
<ClInclude Include= "Error.h" />
2024-06-20 22:27:47 -05:00
<ClInclude Include= "ExpandingRing.h" />
2024-02-29 03:55:15 -06:00
<ClInclude Include= "FloatingMenuComponent.h" >
<SubType >
</SubType>
</ClInclude>
2024-01-26 00:48:32 -06:00
<ClInclude Include= "GameEvent.h" >
<SubType >
</SubType>
</ClInclude>
2023-12-17 23:37:37 -06:00
<ClInclude Include= "FunctionPriming.h" >
<SubType >
</SubType>
</ClInclude>
2024-02-18 22:16:09 -06:00
<ClInclude Include= "GameSettings.h" >
<SubType >
</SubType>
</ClInclude>
2023-10-05 01:35:31 -05:00
<ClInclude Include= "GameState.h" />
2024-02-20 03:47:12 -06:00
<ClInclude Include= "IconType.h" >
<SubType >
</SubType>
</ClInclude>
2024-02-02 20:31:34 -06:00
<ClInclude Include= "InputDisplayComponent.h" >
<SubType >
</SubType>
</ClInclude>
2024-01-20 12:50:12 -06:00
<ClInclude Include= "InputHelper.h" >
<SubType >
</SubType>
</ClInclude>
2023-12-27 20:40:01 -06:00
<ClInclude Include= "InventoryCreator.h" >
<SubType >
</SubType>
</ClInclude>
2024-01-30 21:55:32 -06:00
<ClInclude Include= "IT.h" >
2024-01-22 03:07:49 -06:00
<SubType >
</SubType>
</ClInclude>
2024-08-01 18:19:37 -05:00
<ClInclude Include= "ItemEnchant.h" >
<SubType >
</SubType>
</ClInclude>
2024-01-30 21:55:32 -06:00
<ClInclude Include= "ItemMapData.h" >
2023-12-29 06:25:54 -06:00
<SubType >
</SubType>
</ClInclude>
2024-01-30 21:55:32 -06:00
<ClInclude Include= "ItemMenuLabel.h" >
2024-01-22 01:48:22 -06:00
<SubType >
</SubType>
</ClInclude>
2024-01-01 07:48:57 -06:00
<ClInclude Include= "LoadFileButton.h" >
<SubType >
</SubType>
</ClInclude>
2024-02-24 12:09:41 -06:00
<ClInclude Include= "LoadingScreen.h" >
<SubType >
</SubType>
</ClInclude>
2024-09-10 00:44:07 -05:00
<ClInclude Include= "MenuDecal.h" >
<SubType >
</SubType>
</ClInclude>
2024-02-11 20:25:24 -06:00
<ClInclude Include= "MenuDefinitions.h" />
2024-03-08 21:15:19 -06:00
<ClInclude Include= "MenuItemLabel.h" >
<SubType >
</SubType>
</ClInclude>
2024-03-20 02:04:57 -05:00
<ClInclude Include= "MenuItemLoadoutButton.h" />
2024-09-10 17:54:58 -05:00
<ClInclude Include= "MenuRefineLabel.h" >
<SubType >
</SubType>
</ClInclude>
2024-01-20 12:50:12 -06:00
<ClInclude Include= "MenuType.h" >
<SubType >
</SubType>
</ClInclude>
2024-04-02 18:21:02 -05:00
<ClInclude Include= "Minimap.h" >
<SubType >
</SubType>
</ClInclude>
2024-04-14 23:16:54 -05:00
<ClInclude Include= "MonsterData.h" />
2024-01-02 00:43:42 -06:00
<ClInclude Include= "olcPGEX_SplashScreen.h" />
2024-09-05 14:24:01 -05:00
<ClInclude Include= "Oscillator.h" >
<SubType >
</SubType>
</ClInclude>
2024-05-29 04:03:49 -05:00
<ClInclude Include= "Overlay.h" >
<SubType >
</SubType>
</ClInclude>
2024-06-05 18:24:20 -05:00
<ClInclude Include= "Pixel.h" >
<SubType >
</SubType>
</ClInclude>
2023-12-19 18:46:59 -06:00
<ClInclude Include= "PlayerMoneyLabel.h" >
<SubType >
</SubType>
</ClInclude>
2023-10-06 17:19:02 -05:00
<ClInclude Include= "Item.h" />
2023-11-22 14:30:15 -06:00
<ClInclude Include= "ItemDrop.h" >
<SubType >
</SubType>
</ClInclude>
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-11-14 23:20:13 -06:00
<ClInclude Include= "MenuItemItemButton.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-12-17 20:49:22 -06:00
<ClInclude Include= "Merchant.h" >
<SubType >
</SubType>
</ClInclude>
2023-11-30 19:57:12 -06:00
<ClInclude Include= "miniaudio.h" >
<SubType >
</SubType>
</ClInclude>
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-11-29 00:50:00 -06:00
<ClInclude Include= "olcPGEX_Gamepad.h" >
<SubType >
</SubType>
</ClInclude>
2023-11-30 19:57:12 -06:00
<ClInclude Include= "olcPGEX_MiniAudio.h" >
<SubType >
</SubType>
</ClInclude>
2023-06-11 18:26:17 -05:00
<ClInclude Include= "olcPGEX_TransformedView.h" />
2023-11-29 00:50:00 -06:00
<ClInclude Include= "olcPGEX_TTF.h" >
<SubType >
</SubType>
</ClInclude>
2023-12-14 01:43:42 -06:00
<ClInclude Include= "olcPGEX_ViewPort.h" />
2023-06-11 18:26:17 -05:00
<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" />
2024-08-12 17:12:46 -05:00
<ClInclude Include= "PlayerTimerType.h" >
<SubType >
</SubType>
</ClInclude>
2023-11-21 00:50:28 -06:00
<ClInclude Include= "PopupMenuLabel.h" >
<SubType >
</SubType>
</ClInclude>
2023-12-28 06:10:46 -06:00
<ClInclude Include= "RequiredMaterialsList.h" >
<SubType >
</SubType>
</ClInclude>
2023-06-18 01:24:28 -07:00
<ClInclude Include= "resource.h" />
<ClInclude Include= "resource1.h" />
2023-12-17 00:44:22 -06:00
<ClInclude Include= "RowInventoryScrollableWindowComponent.h" >
<SubType >
</SubType>
</ClInclude>
2023-12-16 21:28:41 -06:00
<ClInclude Include= "RowItemDisplay.h" >
<SubType >
</SubType>
</ClInclude>
2023-08-06 19:00:09 -05:00
<ClInclude Include= "safemap.h" />
2024-01-01 03:49:37 -06:00
<ClInclude Include= "SaveFile.h" >
<SubType >
</SubType>
</ClInclude>
2024-01-27 06:43:09 -06:00
<ClInclude Include= "SaveFileNameButton.h" >
<SubType >
</SubType>
</ClInclude>
2023-10-12 18:35:45 -05:00
<ClInclude Include= "ScrollableWindowComponent.h" />
2023-10-18 18:07:10 +00:00
<ClInclude Include= "InventoryScrollableWindowComponent.h" />
2024-01-10 16:28:09 -05:00
<ClInclude Include= "Slider.h" />
2024-01-08 05:26:20 -06:00
<ClInclude Include= "SoundEffect.h" />
2023-11-12 23:22:42 -06:00
<ClInclude Include= "SpawnEncounterLabel.h" />
2024-06-05 18:24:20 -05:00
<ClInclude Include= "StageMaskPolygon.h" >
<SubType >
</SubType>
</ClInclude>
2023-06-12 18:14:22 -05:00
<ClInclude Include= "State.h" />
2024-02-27 05:25:12 -06:00
<ClInclude Include= "State_Death.h" >
<SubType >
</SubType>
</ClInclude>
2024-07-29 10:37:47 -04:00
<ClInclude Include= "State_Dialog.h" />
2024-01-28 21:17:06 -06:00
<ClInclude Include= "State_GameHub.h" >
<SubType >
</SubType>
</ClInclude>
2023-10-29 17:00:54 -05:00
<ClInclude Include= "State_GameRun.h" />
2023-11-20 17:03:35 -06:00
<ClInclude Include= "State_LevelComplete.h" >
<SubType >
</SubType>
</ClInclude>
2023-10-29 17:00:54 -05:00
<ClInclude Include= "State_MainMenu.h" />
<ClInclude Include= "State_OverworldMap.h" />
2023-11-28 15:51:17 -06:00
<ClInclude Include= "State_Story.h" />
2023-12-06 22:47:09 -06:00
<ClInclude Include= "StatLabel.h" >
<SubType >
</SubType>
</ClInclude>
2024-01-08 02:05:09 -06:00
<ClInclude Include= "stb_vorbis.h" >
<SubType >
</SubType>
</ClInclude>
2024-03-25 06:32:43 -05:00
<ClInclude Include= "SteamKeyboardCallbackHandler.h" >
<SubType >
</SubType>
</ClInclude>
2024-03-29 15:47:36 -05:00
<ClInclude Include= "SteamStatsReceivedHandler.h" >
<SubType >
</SubType>
</ClInclude>
2024-03-22 00:31:11 -05:00
<ClInclude Include= "steam\isteamapps.h" />
<ClInclude Include= "steam\isteamappticket.h" />
<ClInclude Include= "steam\isteamclient.h" />
<ClInclude Include= "steam\isteamcontroller.h" />
<ClInclude Include= "steam\isteamdualsense.h" />
<ClInclude Include= "steam\isteamfriends.h" />
<ClInclude Include= "steam\isteamgamecoordinator.h" />
<ClInclude Include= "steam\isteamgameserver.h" />
<ClInclude Include= "steam\isteamgameserverstats.h" />
<ClInclude Include= "steam\isteamhtmlsurface.h" />
<ClInclude Include= "steam\isteamhttp.h" />
<ClInclude Include= "steam\isteaminput.h" />
<ClInclude Include= "steam\isteaminventory.h" />
<ClInclude Include= "steam\isteammatchmaking.h" />
<ClInclude Include= "steam\isteammusic.h" />
<ClInclude Include= "steam\isteammusicremote.h" />
<ClInclude Include= "steam\isteamnetworking.h" />
<ClInclude Include= "steam\isteamnetworkingmessages.h" />
<ClInclude Include= "steam\isteamnetworkingsockets.h" />
<ClInclude Include= "steam\isteamnetworkingutils.h" />
<ClInclude Include= "steam\isteamparentalsettings.h" />
<ClInclude Include= "steam\isteamps3overlayrenderer.h" />
<ClInclude Include= "steam\isteamremoteplay.h" />
<ClInclude Include= "steam\isteamremotestorage.h" />
<ClInclude Include= "steam\isteamscreenshots.h" />
<ClInclude Include= "steam\isteamugc.h" />
<ClInclude Include= "steam\isteamuser.h" />
<ClInclude Include= "steam\isteamuserstats.h" />
<ClInclude Include= "steam\isteamutils.h" />
<ClInclude Include= "steam\isteamvideo.h" />
<ClInclude Include= "steam\matchmakingtypes.h" />
<ClInclude Include= "steam\steamclientpublic.h" />
<ClInclude Include= "steam\steamencryptedappticket.h" />
<ClInclude Include= "steam\steamhttpenums.h" />
<ClInclude Include= "steam\steamnetworkingfakeip.h" />
<ClInclude Include= "steam\steamnetworkingtypes.h" />
<ClInclude Include= "steam\steamps3params.h" />
<ClInclude Include= "steam\steamtypes.h" />
<ClInclude Include= "steam\steamuniverse.h" />
<ClInclude Include= "steam\steam_api.h" />
<ClInclude Include= "steam\steam_api_common.h" />
<ClInclude Include= "steam\steam_api_flat.h" />
<ClInclude Include= "steam\steam_api_internal.h" />
<ClInclude Include= "steam\steam_gameserver.h" />
2024-07-08 17:12:00 -05:00
<ClInclude Include= "TEST_DEFINES.h" >
<SubType >
</SubType>
</ClInclude>
2024-01-01 01:59:41 -06:00
<ClInclude Include= "TextEntryLabel.h" >
<SubType >
</SubType>
</ClInclude>
2024-08-11 20:34:23 -05:00
<ClInclude Include= "Timer.h" />
2024-01-04 07:58:45 -06:00
<ClInclude Include= "TitleScreen.h" >
<SubType >
</SubType>
</ClInclude>
2024-09-05 14:24:01 -05:00
<ClInclude Include= "TrailEffect.h" >
<SubType >
</SubType>
</ClInclude>
2024-02-28 19:22:03 -06:00
<ClInclude Include= "Tutorial.h" />
2023-11-27 23:33:45 -06:00
<ClInclude Include= "VisualNovel.h" />
2023-11-16 18:54:52 -06:00
<ClInclude Include= "Test.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-11-13 21:26:34 -06:00
<ClInclude Include= "util.h" />
2023-06-18 02:05:50 -07:00
<ClInclude Include= "Version.h" />
2024-02-10 18:56:22 -06:00
<ClInclude Include= "ProgressBar.h" >
<SubType >
</SubType>
</ClInclude>
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" />
2024-10-29 18:45:48 -05:00
<ClCompile Include= "Arc.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-07-23 08:13:40 -05:00
<ClCompile Include= "Arrow.cpp" />
2024-07-30 09:35:41 -05:00
<ClCompile Include= "ArtificerDisassembleWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
<ClCompile Include= "ArtificerEnchantConfirmWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
<ClCompile Include= "ArtificerEnchantWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-09-12 15:18:57 -05:00
<ClCompile Include= "ArtificerRefineResultWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-07-30 09:35:41 -05:00
<ClCompile Include= "ArtificerRefineWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-07-29 15:27:49 -04:00
<ClCompile Include= "ArtificerWindow.cpp" />
2023-12-06 20:52:48 -06:00
<ClCompile Include= "AttributableStat.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-01-05 21:47:04 -06:00
<ClCompile Include= "Audio.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-01-14 17:42:20 -06:00
<ClCompile Include= "Bear.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-07-23 04:07:43 -05:00
<ClCompile Include= "BearTrap.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-12-27 17:00:52 -06:00
<ClCompile Include= "BlacksmithCraftingWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-04-15 20:58:51 -05:00
<ClCompile Include= "Boar.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-05-05 23:57:02 -05:00
<ClCompile Include= "Bomb.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-06-04 12:48:28 -05:00
<ClCompile Include= "BreakingPillar.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-07-23 04:07:43 -05:00
<ClCompile Include= "Buff.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-07-21 16:11:41 -05:00
<ClCompile Include= "Bullet.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-12-12 19:14:14 -08:00
<ClCompile Include= "BurstBullet.cpp" />
2024-09-20 17:30:16 -05:00
<ClCompile Include= "Crab.cpp" />
2024-12-13 02:06:54 -06:00
<ClCompile Include= "Entity.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-07-23 14:34:15 -05:00
<ClCompile Include= "ExplosiveTrap.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-08-31 00:51:37 -05:00
<ClCompile Include= "FadeInOutEffect.cpp" >
<SubType >
</SubType>
</ClCompile>
2025-02-12 23:18:26 -06:00
<ClCompile Include= "GhostSaber.cpp" >
<SubType >
</SubType>
</ClCompile>
2025-01-16 23:14:24 -06:00
<ClCompile Include= "GhostOfPirateCaptain.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-10-11 18:08:15 -05:00
<ClCompile Include= "GiantCrab.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-10-22 22:42:39 -07:00
<ClCompile Include= "GiantOctopus.cpp" />
2025-01-03 01:15:31 -06:00
<ClCompile Include= "HomingBullet.cpp" >
<SubType >
</SubType>
</ClCompile>
2025-01-03 16:48:09 -06:00
<ClCompile Include= "HubPauseMenu.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-07-21 16:11:41 -05:00
<ClCompile Include= "IBullet.cpp" />
2023-12-19 17:10:04 -06:00
<ClCompile Include= "BuyItemWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-07-16 02:26:43 -05:00
<ClCompile Include= "ClassInfoWindow.cpp" />
2023-11-29 23:52:43 -06:00
<ClCompile Include= "CharacterMenuWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
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-12-28 21:48:12 -06:00
<ClCompile Include= "ConsumableCraftingWindow.cpp" />
2023-12-29 02:43:59 -06:00
<ClCompile Include= "ConsumableCraftItemWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-12-27 01:12:48 -06:00
<ClCompile Include= "CraftingRequirement.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-12-28 06:10:46 -06:00
<ClCompile Include= "CraftItemWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-01-04 05:21:56 -06:00
<ClCompile Include= "AdventuresInLestoria.cpp" />
2024-02-29 03:55:15 -06:00
<ClCompile Include= "CreditsWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-04-24 00:47:16 -05:00
<ClCompile Include= "DaggerSlash.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-04-22 00:35:25 -05:00
<ClCompile Include= "DaggerStab.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-06-12 00:37:55 -05:00
<ClCompile Include= "DamageNumber.cpp" />
2024-07-19 05:11:20 -05:00
<ClCompile Include= "DeadlyDash.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-02-27 17:48:41 -06:00
<ClCompile Include= "DeathMenu.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-06-01 05:46:42 -05:00
<ClCompile Include= "Debris.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-12-19 14:06:17 -06:00
<ClCompile Include= "discord-files\achievement_manager.cpp" />
<ClCompile Include= "discord-files\activity_manager.cpp" />
<ClCompile Include= "discord-files\application_manager.cpp" />
<ClCompile Include= "discord-files\core.cpp" />
<ClCompile Include= "discord-files\image_manager.cpp" />
<ClCompile Include= "discord-files\lobby_manager.cpp" />
<ClCompile Include= "discord-files\network_manager.cpp" />
<ClCompile Include= "discord-files\overlay_manager.cpp" />
<ClCompile Include= "discord-files\relationship_manager.cpp" />
<ClCompile Include= "discord-files\storage_manager.cpp" />
<ClCompile Include= "discord-files\store_manager.cpp" />
<ClCompile Include= "discord-files\types.cpp" />
<ClCompile Include= "discord-files\user_manager.cpp" />
<ClCompile Include= "discord-files\voice_manager.cpp" />
2024-05-14 10:12:09 -05:00
<ClCompile Include= "Do_Nothing.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-11-13 21:26:34 -06:00
<ClCompile Include= "drawutil.cpp" />
2024-01-23 23:04:29 -06:00
<ClCompile Include= "DynamicCounter.cpp" >
<SubType >
</SubType>
</ClCompile>
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" />
2024-01-08 02:05:09 -06:00
<ClCompile Include= "EnvironmentalAudio.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-09-16 07:42:15 -05:00
<ClCompile Include= "FallingDebris.h" />
2024-06-06 09:11:27 -05:00
<ClCompile Include= "Feather.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-07-06 04:35:40 -05:00
<ClCompile Include= "FireBolt.cpp" />
2024-05-29 17:15:03 -05:00
<ClCompile Include= "ForegroundEffect.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-01-13 16:37:46 -06:00
<ClCompile Include= "Frog.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-01-12 11:51:07 -06:00
<ClCompile Include= "FrogTongue.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-02-18 22:16:09 -06:00
<ClCompile Include= "GameSettings.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-10-05 02:03:59 -05:00
<ClCompile Include= "GameState.cpp" />
2024-05-04 00:37:03 -05:00
<ClCompile Include= "Goblin_Boar_Rider.cpp" >
2024-05-03 16:58:56 -05:00
<SubType >
</SubType>
</ClCompile>
2024-05-05 23:57:02 -05:00
<ClCompile Include= "Goblin_Bomb.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-04-28 18:00:13 -05:00
<ClCompile Include= "Goblin_Bow.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-04-21 19:22:01 -05:00
<ClCompile Include= "Goblin_Dagger.cpp" />
2024-05-05 23:57:02 -05:00
<ClCompile Include= "Hawk.cpp" >
<SubType >
</SubType>
2025-01-02 23:05:46 -06:00
</ClCompile>
<ClCompile Include= "Ink.cpp" >
<SubType >
</SubType>
2024-05-05 23:57:02 -05:00
</ClCompile>
2024-12-20 02:32:38 -06:00
<ClCompile Include= "InkBullet.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-01-20 12:50:12 -06:00
<ClCompile Include= "InputHelper.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-02-02 20:31:34 -06:00
<ClCompile Include= "InputKeyboardWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-02-05 02:51:17 -06:00
<ClCompile Include= "InputNewKeybindWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-11-14 23:20:13 -06:00
<ClCompile Include= "InventoryConsumableWindow.cpp" />
2023-12-27 20:40:01 -06:00
<ClCompile Include= "InventoryCreator.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-12-10 19:14:37 -06:00
<ClCompile Include= "InventoryWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-01-30 21:55:32 -06:00
<ClCompile Include= "IT.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-10-06 17:19:02 -05:00
<ClCompile Include= "Item.cpp" />
2023-11-22 14:30:15 -06:00
<ClCompile Include= "ItemDrop.cpp" />
2024-08-01 18:19:37 -05:00
<ClCompile Include= "ItemEnchant.cpp" >
<SubType >
</SubType>
</ClCompile>
2025-01-03 16:48:09 -06:00
<ClCompile Include= "ItemHubLoadout.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-11-14 23:20:13 -06:00
<ClCompile Include= "ItemLoadoutWindow.cpp" />
2024-10-18 00:16:55 -05:00
<ClCompile Include= "ItemScript.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-09-26 02:40:38 -05:00
<ClCompile Include= "Key.cpp" />
2024-06-15 18:01:44 -05:00
<ClCompile Include= "LargeStone.cpp" />
2024-06-02 15:51:35 -05:00
<ClCompile Include= "LargeTornado.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-11-19 15:57:18 -06:00
<ClCompile Include= "LevelCompleteWindow.cpp" />
2024-05-18 05:04:52 -05:00
<ClCompile Include= "LevitatingRock.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-07-12 00:23:36 -05:00
<ClCompile Include= "LightningBolt.cpp" />
<ClCompile Include= "LightningBoltEmitter.cpp" />
2024-01-01 07:48:57 -06:00
<ClCompile Include= "LoadGameWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-02-24 12:09:41 -06:00
<ClCompile Include= "LoadingScreen.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-10-20 22:49:12 -05:00
<ClCompile Include= "MainMenuWindow.cpp" />
2024-05-20 09:16:23 -05:00
<ClCompile Include= "MajorHawk.cpp" >
<SubType >
</SubType>
</ClCompile>
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" />
2024-02-11 20:25:24 -06:00
<ClCompile Include= "MenuDefinitions.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-12-17 20:49:22 -06:00
<ClCompile Include= "Merchant.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-12-19 17:10:04 -06:00
<ClCompile Include= "MerchantWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-07-13 01:35:51 -05:00
<ClCompile Include= "Meteor.cpp" />
2024-04-02 18:21:02 -05:00
<ClCompile Include= "Minimap.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-08-06 06:08:54 -05:00
<ClCompile Include= "MonsterSoul.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-01-29 00:27:16 -06:00
<ClCompile Include= "NPC.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-10-22 22:42:39 -07:00
<ClCompile Include= "OctopusArm.cpp" />
2024-05-29 04:03:49 -05:00
<ClCompile Include= "Overlay.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-11-11 17:31:53 -06:00
<ClCompile Include= "OverworldMapLevelWindow.cpp" />
2023-11-29 23:52:43 -06:00
<ClCompile Include= "OverworldMenuWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-02-25 18:31:52 -06:00
<ClCompile Include= "packkey.cpp" />
2024-09-20 17:30:16 -05:00
<ClCompile Include= "Parrot.cpp" />
2024-02-09 02:53:55 -06:00
<ClCompile Include= "PauseMenu.cpp" >
<SubType >
</SubType>
</ClCompile>
2025-02-21 00:40:36 -06:00
<ClCompile Include= "PiratesTreasure.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-09-20 17:30:16 -05:00
<ClCompile Include= "Pirate_Buccaneer.cpp" />
<ClCompile Include= "Pirate_Captain.cpp" />
<ClCompile Include= "Pirate_Marauder.cpp" />
2024-06-05 18:24:20 -05:00
<ClCompile Include= "Pixel.cpp" />
2024-07-28 07:06:11 -05:00
<ClCompile Include= "PoisonBottle.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-12-13 02:06:54 -06:00
<ClCompile Include= "RotateBullet.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-10-18 00:16:55 -05:00
<ClCompile Include= "ThrownProjectile.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-08-31 00:51:37 -05:00
<ClCompile Include= "PoisonPool.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-07-24 16:45:03 -05:00
<ClCompile Include= "PurpleEnergyBall.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-07-14 07:59:13 -05:00
<ClCompile Include= "RockLaunch.cpp" >
<SubType >
</SubType>
</ClCompile>
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" />
2024-09-20 17:30:16 -05:00
<ClCompile Include= "Sandworm.cpp" />
2024-01-01 03:49:37 -06:00
<ClCompile Include= "SaveFile.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-01-01 01:59:41 -06:00
<ClCompile Include= "SaveFileWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-09-20 17:30:16 -05:00
<ClCompile Include= "Seagull.cpp" />
2023-12-19 17:10:04 -06:00
<ClCompile Include= "SellItemWindow.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-01-26 09:41:03 -06:00
<ClCompile Include= "SettingsWindow.cpp" />
2024-01-29 22:25:32 -06:00
<ClCompile Include= "ShermanWindow.cpp" >
<SubType >
</SubType>
2024-07-17 11:14:17 -05:00
</ClCompile>
<ClCompile Include= "ShineEffect.cpp" >
<SubType >
</SubType>
2024-01-29 22:25:32 -06:00
</ClCompile>
2023-08-13 02:12:19 -05:00
<ClCompile Include= "ShootAfar.cpp" />
2023-09-06 23:57:14 -05:00
<ClCompile Include= "SlimeKing.cpp" />
2024-01-08 05:26:20 -06:00
<ClCompile Include= "SoundEffect.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-01-26 00:48:32 -06:00
<ClCompile Include= "GameEvent.cpp" >
<SubType >
</SubType>
</ClCompile>
2025-01-17 00:33:53 -06:00
<ClCompile Include= "FallingBullet.cpp" >
2024-07-15 01:14:32 -05:00
<SubType >
</SubType>
</ClCompile>
2024-06-09 12:33:16 -05:00
<ClCompile Include= "SpellCircle.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-06-05 18:24:20 -05:00
<ClCompile Include= "StageMaskPolygon.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-02-27 05:25:12 -06:00
<ClCompile Include= "State_Death.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-07-29 10:37:47 -04:00
<ClCompile Include= "State_Dialog.cpp" />
2024-01-28 21:17:06 -06:00
<ClCompile Include= "State_GameHub.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-10-05 02:03:59 -05:00
<ClCompile Include= "State_GameRun.cpp" />
2023-11-20 17:03:35 -06:00
<ClCompile Include= "State_LevelComplete.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-10-05 02:03:59 -05:00
<ClCompile Include= "State_MainMenu.cpp" />
2023-10-29 14:50:22 -05:00
<ClCompile Include= "State_OverworldMap.cpp" />
2023-11-28 15:51:17 -06:00
<ClCompile Include= "State_Story.cpp" />
2024-01-08 02:05:09 -06:00
<ClCompile Include= "stb_vorbis.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-03-25 06:32:43 -05:00
<ClCompile Include= "SteamKeyboardCallbackHandler.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-03-29 15:47:36 -05:00
<ClCompile Include= "SteamStatsReceivedHandler.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-06-04 12:48:28 -05:00
<ClCompile Include= "StoneGolem.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-05-05 23:57:02 -05:00
<ClCompile Include= "Stone_Elemental.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-03-07 05:29:02 -06:00
<ClCompile Include= "SwordSlash.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-11-16 18:54:52 -06:00
<ClCompile Include= "Test.cpp" />
2023-07-21 15:20:56 -05:00
<ClCompile Include= "Thief.cpp" />
2024-08-11 20:34:23 -05:00
<ClCompile Include= "Timer.cpp" >
<SubType >
</SubType>
</ClCompile>
2024-01-04 07:58:45 -06:00
<ClCompile Include= "TitleScreen.cpp" />
2024-05-28 01:26:10 -05:00
<ClCompile Include= "Tornado.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-07-21 15:20:56 -05:00
<ClCompile Include= "Trapper.cpp" />
2023-08-13 02:12:19 -05:00
<ClCompile Include= "Turret.cpp" />
2024-02-28 19:22:03 -06:00
<ClCompile Include= "Tutorial.cpp" />
2023-11-04 22:19:25 -05:00
<ClCompile Include= "Unlock.cpp" />
2024-01-23 23:30:58 -06:00
<ClCompile Include= "Ursule.cpp" />
2024-01-02 05:54:43 -06:00
<ClCompile Include= "UserIDMenu.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-11-27 23:33:45 -06:00
<ClCompile Include= "VisualNovel.cpp" />
2023-07-13 20:24:47 +00:00
<ClCompile Include= "Warrior.cpp" />
2023-11-13 21:26:34 -06:00
<ClCompile Include= "util.cpp" />
2024-01-24 19:50:53 -06:00
<ClCompile Include= "Wisp.cpp" >
<SubType >
</SubType>
</ClCompile>
2023-07-21 15:20:56 -05:00
<ClCompile Include= "Witch.cpp" />
<ClCompile Include= "Wizard.cpp" />
2024-01-14 12:53:40 -06:00
<ClCompile Include= "Wolf.cpp" />
2024-05-20 09:16:23 -05:00
<ClCompile Include= "Zephy.cpp" />
2023-06-11 18:26:17 -05:00
</ItemGroup>
2023-06-15 00:11:39 -05:00
<ItemGroup >
2024-09-13 12:31:15 -05:00
<None Include= "..\commit.bat" />
<None Include= "..\debug.sh" />
<None Include= "..\debugGame.sh" />
<None Include= "..\distribute.ps1" />
<None Include= "..\distribute.sh" />
<None Include= "..\emscripten_build.ps1" />
<None Include= "..\emscripten_build.sh" />
<None Include= "..\emscripten_debug_build.ps1" />
<None Include= "..\emscripten_debug_build.sh" />
<None Include= "..\emscripten_run.ps1" />
<None Include= "..\emscripten_run.sh" />
2024-03-27 19:47:03 -05:00
<None Include= "..\read_debug_log.ps1" />
2024-09-13 12:31:15 -05:00
<None Include= "..\release.sh" />
<None Include= "..\runGame - NO STEAM.bat" />
<None Include= "..\runGame.bat" />
<None Include= "..\runGame.sh" />
<None Include= "..\unit-testing-prebuild.ps1" />
2024-03-11 19:59:42 -05:00
<None Include= "ClassDiagram.cd" />
2023-09-13 18:57:46 -05:00
<None Include= "ClassDiagram2.cd" />
2023-06-15 00:11:39 -05:00
<None Include= "cpp.hint" />
2024-01-08 02:05:09 -06:00
<None Include= "CREDITS" />
2024-03-22 00:31:11 -05:00
<None Include= "steam\steam_api.json" />
2023-06-15 00:11:39 -05:00
</ItemGroup>
2023-06-17 21:19:08 -05:00
<ItemGroup >
2024-10-08 20:12:31 -05:00
<Text Include= "..\x64\Unit Testing\debug.log" />
2024-03-29 05:23:48 -05:00
<Text Include= "assets\config\Achievements.txt" />
2024-01-08 02:05:09 -06:00
<Text Include= "assets\config\audio\audio.txt" />
<Text Include= "assets\config\audio\bgm.txt" />
<Text Include= "assets\config\audio\environmentalaudio.txt" />
<Text Include= "assets\config\audio\events.txt" />
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" />
2024-02-29 03:55:15 -06:00
<Text Include= "assets\config\credits.txt" />
2024-01-10 02:24:12 -06:00
<Text Include= "assets\config\gfx\backdrops.txt" />
2023-07-26 01:58:00 -05:00
<Text Include= "assets\config\gfx\gfx.txt" />
2023-10-03 02:34:26 -05:00
<Text Include= "assets\config\gfx\themes.txt" />
2024-01-19 15:09:59 -06:00
<Text Include= "assets\config\Interface.txt" />
2023-12-31 15:29:05 -06:00
<Text Include= "assets\config\items\Accessories.txt" />
2023-12-02 01:45:34 -06:00
<Text Include= "assets\config\items\Equipment.txt" />
2023-10-06 17:19:02 -05:00
<Text Include= "assets\config\items\ItemCategory.txt" />
<Text Include= "assets\config\items\ItemDatabase.txt" />
2024-08-01 18:19:37 -05:00
<Text Include= "assets\config\items\ItemEnchants.txt" />
2023-10-06 17:19:02 -05:00
<Text Include= "assets\config\items\items.txt" />
<Text Include= "assets\config\items\ItemScript.txt" />
2023-12-04 18:19:05 -06:00
<Text Include= "assets\config\items\ItemSets.txt" />
2023-12-23 21:15:08 -06:00
<Text Include= "assets\config\items\ItemStats.txt" />
2023-12-26 23:59:21 -06:00
<Text Include= "assets\config\items\Weapons.txt" />
2023-07-26 20:22:33 -05:00
<Text Include= "assets\config\levels.txt" />
2024-04-09 18:38:01 -05:00
<Text Include= "assets\config\minimap.txt" />
2023-08-06 19:00:09 -05:00
<Text Include= "assets\config\Monsters.txt" />
<Text Include= "assets\config\MonsterStrategies.txt" />
2024-01-29 00:27:16 -06:00
<Text Include= "assets\config\NPCs.txt" />
2023-08-06 15:20:54 -05:00
<Text Include= "assets\config\Player.txt" />
2024-02-02 20:31:34 -06:00
<Text Include= "assets\config\settings\input.txt" />
2023-12-19 18:46:59 -06:00
<Text Include= "assets\config\shops\Chapter 1 Merchants.txt" />
<Text Include= "assets\config\shops\Chapter 2 Merchants.txt" />
<Text Include= "assets\config\shops\Chapter 3 Merchants.txt" />
<Text Include= "assets\config\shops\Chapter 4 Merchants.txt" />
<Text Include= "assets\config\shops\Chapter 5 Merchants.txt" />
<Text Include= "assets\config\shops\Chapter 6 Merchants.txt" />
2023-11-27 23:33:45 -06:00
<Text Include= "assets\config\story\Chapter 1.txt" />
2024-07-29 18:36:00 -05:00
<Text Include= "assets\config\story\Chapter 2.txt" />
<Text Include= "assets\config\story\Chapter 3.txt" />
<Text Include= "assets\config\story\Chapter 4.txt" />
<Text Include= "assets\config\story\Chapter 5.txt" />
<Text Include= "assets\config\story\Chapter 6.txt" />
2024-01-15 17:22:42 -06:00
<Text Include= "Chapter_1_2nd_Boss.txt" />
2024-01-12 11:51:07 -06:00
<Text Include= "Chapter_1_Creatures_Part_2.txt" />
2024-06-04 12:48:28 -05:00
<Text Include= "Chapter_2_Boss.txt" />
2024-04-15 00:14:11 -05:00
<Text Include= "Chapter_2_Monsters.txt" />
2024-12-19 23:28:30 -06:00
<Text Include= "Chapter_3_FinalBoss.txt" />
2024-07-15 11:13:01 -05:00
<Text Include= "Chapter_3_Monsters.txt" />
2024-01-27 13:55:00 -06:00
<Text Include= "characters.txt" />
2024-08-05 06:38:54 -05:00
<Text Include= "ConsoleCommands.txt" />
2024-05-20 17:34:16 -05:00
<Text Include= "Crawler_2_Bonus_Boss.txt" />
2024-07-28 20:21:52 -05:00
<Text Include= "Crawler_Artificer.txt" />
2024-01-27 13:55:00 -06:00
<Text Include= "Crawler_System_Overview.txt" />
2024-07-15 16:52:02 -05:00
<Text Include= "Crawler_Trapper_Witch_thief.txt" />
2024-07-07 00:34:13 -05:00
<Text Include= "debug.log" />
2023-12-28 21:48:12 -06:00
<Text Include= "Merchant%27s Items.txt" />
2023-06-17 21:19:08 -05:00
<Text Include= "NewClasses.txt" />
<Text Include= "InitialConcept.txt" />
2024-10-08 20:12:31 -05:00
<Text Include= "Oktopus boss.txt" />
2023-07-26 01:58:00 -05:00
<Text Include= "Slime_King_Encounter.txt" />
2023-12-23 21:15:08 -06:00
<Text Include= "StatCalculations.txt" />
2023-12-22 17:19:54 -06:00
<Text Include= "TODO.txt" />
2023-06-17 21:19:08 -05:00
</ItemGroup>
2023-06-18 01:24:28 -07:00
<ItemGroup >
2024-01-06 03:30:00 -06:00
<Image Include= "assets\AiL_512.png" />
2023-06-18 01:24:28 -07:00
<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 >
2024-01-04 05:21:56 -06:00
<ResourceCompile Include= "Adventures in Lestoria.rc" />
2023-06-18 01:24:28 -07:00
</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>