ThreeLab/Three-Engine/Three-Engine.vcxproj

176 lines
9.3 KiB
XML
Raw Normal View History

2025-04-01 01:33:40 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2025-04-01 00:54:16 +00:00
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
2025-04-01 01:25:39 +00:00
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
2025-04-01 01:33:40 +00:00
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
2025-04-01 00:54:16 +00:00
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
2025-04-01 01:33:40 +00:00
<ItemGroup>
<ClCompile Include="Editor\editor.cpp" />
<ClCompile Include="Engine\engine.cpp" />
2025-04-01 01:56:49 +00:00
<ClCompile Include="External\imgui-docking\backends\imgui_impl_glfw.cpp" />
<ClCompile Include="External\imgui-docking\backends\imgui_impl_opengl3.cpp" />
<ClCompile Include="External\imgui-docking\backends\imgui_impl_win32.cpp" />
<ClCompile Include="External\imgui-docking\imgui.cpp" />
<ClCompile Include="External\imgui-docking\imgui_demo.cpp" />
<ClCompile Include="External\imgui-docking\imgui_draw.cpp" />
<ClCompile Include="External\imgui-docking\imgui_tables.cpp" />
<ClCompile Include="External\imgui-docking\imgui_widgets.cpp" />
2025-04-01 01:33:40 +00:00
</ItemGroup>
<ItemGroup>
<ClInclude Include="Engine\Engine.h" />
2025-04-01 01:56:49 +00:00
<ClInclude Include="External\imgui-docking\backends\imgui_impl_glfw.h" />
<ClInclude Include="External\imgui-docking\backends\imgui_impl_opengl3.h" />
<ClInclude Include="External\imgui-docking\backends\imgui_impl_opengl3_loader.h" />
<ClInclude Include="External\imgui-docking\backends\imgui_impl_wgpu.h" />
<ClInclude Include="External\imgui-docking\backends\imgui_impl_win32.h" />
<ClInclude Include="External\imgui-docking\imconfig.h" />
<ClInclude Include="External\imgui-docking\imgui.h" />
<ClInclude Include="External\imgui-docking\imgui_internal.h" />
<ClInclude Include="External\imgui-docking\imstb_rectpack.h" />
<ClInclude Include="External\imgui-docking\imstb_textedit.h" />
<ClInclude Include="External\imgui-docking\imstb_truetype.h" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
2025-04-01 01:33:40 +00:00
</ItemGroup>
2025-04-01 00:54:16 +00:00
<PropertyGroup Label="Globals">
2025-04-01 01:33:40 +00:00
<VCProjectVersion>17.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{25c90314-9755-4609-a658-917e48a9ea34}</ProjectGuid>
<RootNamespace>ThreeEngine</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2025-04-01 00:54:16 +00:00
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
2025-04-01 01:33:40 +00:00
<PlatformToolset>v143</PlatformToolset>
2025-04-01 00:54:16 +00:00
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
2025-04-01 01:25:39 +00:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
2025-04-01 00:54:16 +00:00
<ConfigurationType>Application</ConfigurationType>
2025-04-01 01:25:39 +00:00
<UseDebugLibraries>false</UseDebugLibraries>
2025-04-01 01:33:40 +00:00
<PlatformToolset>v143</PlatformToolset>
2025-04-01 01:25:39 +00:00
<WholeProgramOptimization>true</WholeProgramOptimization>
2025-04-01 00:54:16 +00:00
<CharacterSet>Unicode</CharacterSet>
2025-04-01 01:33:40 +00:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
2025-04-01 00:54:16 +00:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
2025-04-01 01:33:40 +00:00
<PlatformToolset>v143</PlatformToolset>
2025-04-01 00:54:16 +00:00
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
2025-04-01 01:33:40 +00:00
<ImportGroup Label="Shared">
</ImportGroup>
2025-04-01 00:54:16 +00:00
<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>
2025-04-01 01:33:40 +00:00
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
2025-04-01 00:54:16 +00:00
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
2025-04-01 01:33:40 +00:00
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
2025-04-01 00:54:16 +00:00
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
2025-04-01 01:33:40 +00:00
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
2025-04-01 00:54:16 +00:00
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
2025-04-01 01:33:40 +00:00
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
2025-04-01 00:54:16 +00:00
</ClCompile>
<Link>
2025-04-01 01:25:39 +00:00
<SubSystem>Console</SubSystem>
2025-04-01 00:54:16 +00:00
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
2025-04-01 01:25:39 +00:00
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
2025-04-01 00:54:16 +00:00
<ClCompile>
2025-04-01 01:33:40 +00:00
<WarningLevel>Level3</WarningLevel>
2025-04-01 01:25:39 +00:00
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
2025-04-01 01:33:40 +00:00
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
2025-04-01 00:54:16 +00:00
</ClCompile>
<Link>
2025-04-01 01:33:40 +00:00
<SubSystem>Console</SubSystem>
2025-04-01 01:25:39 +00:00
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
2025-04-01 01:33:40 +00:00
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
2025-04-01 01:56:49 +00:00
<AdditionalIncludeDirectories>C:\Users\spenc\source\repos\ProtoEngine\Three-Engine\External\imgui-docking;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<LanguageStandard>stdcpp17</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
2025-04-01 01:33:40 +00:00
</ClCompile>
<Link>
2025-04-01 01:25:39 +00:00
<SubSystem>Console</SubSystem>
2025-04-01 01:33:40 +00:00
<GenerateDebugInformation>true</GenerateDebugInformation>
2025-04-01 01:56:49 +00:00
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
2025-04-01 00:54:16 +00:00
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
2025-04-01 01:33:40 +00:00
<WarningLevel>Level3</WarningLevel>
2025-04-01 00:54:16 +00:00
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
2025-04-01 01:33:40 +00:00
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
2025-04-01 01:56:49 +00:00
<AdditionalIncludeDirectories>C:\Users\spenc\source\repos\ProtoEngine\Three-Engine\External\imgui-docking;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<LanguageStandard>stdcpp17</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
2025-04-01 00:54:16 +00:00
</ClCompile>
<Link>
2025-04-01 01:33:40 +00:00
<SubSystem>Console</SubSystem>
2025-04-01 00:54:16 +00:00
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
2025-04-01 01:33:40 +00:00
<GenerateDebugInformation>true</GenerateDebugInformation>
2025-04-01 01:56:49 +00:00
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
2025-04-01 00:54:16 +00:00
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
2025-04-01 01:56:49 +00:00
<Import Project="..\packages\glfw.3.4.0\build\native\glfw.targets" Condition="Exists('..\packages\glfw.3.4.0\build\native\glfw.targets')" />
2025-04-01 00:54:16 +00:00
</ImportGroup>
2025-04-01 01:56:49 +00:00
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\glfw.3.4.0\build\native\glfw.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\glfw.3.4.0\build\native\glfw.targets'))" />
</Target>
2025-04-01 00:54:16 +00:00
</Project>