265 lines
17 KiB
XML
265 lines
17 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Profile|x64">
|
|
<Configuration>Profile</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{a93aa30f-8f29-02fe-57e2-cd3626948b68}</ProjectGuid>
|
|
<Keyword>MakeFileProj</Keyword>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="Configuration">
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<NMakeBuildCommandLine>cd $(SolutionDir) & misc\build.bat Debug $(SolutionName)</NMakeBuildCommandLine>
|
|
<NMakeReBuildCommandLine>cd $(SolutionDir) & misc\build.bat -clean Debug $(SolutionName)</NMakeReBuildCommandLine>
|
|
<NMakeCleanCommandLine>cd $(SolutionDir) & misc\build.bat -clean Debug $(SolutionName)</NMakeCleanCommandLine>
|
|
<NMakeOutput>$(SolutionDir)bin\x64-Debug\Juliet.exe</NMakeOutput>
|
|
<NMakeIncludeSearchPath>$(SolutionDir)Juliet\include;$(SolutionDir)Juliet\src;$(SolutionDir)Game;$(SolutionDir)External\imgui;$(SolutionDir)External\imgui\backends;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
|
<IncludePath>$(SolutionDir)Juliet\include;$(SolutionDir)Juliet\src;$(SolutionDir)Game;$(SolutionDir)External\imgui;$(SolutionDir)External\imgui\backends;$(IncludePath)</IncludePath>
|
|
<NMakePreprocessorDefinitions>JULIET_WIN32;UNICODE;_UNICODE;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_WARNINGS;DEBUG;JULIET_DEBUG;PROFILING_ENABLED;JULIET_ENABLE_IMGUI;JULIET_EXPORT;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
|
<AdditionalOptions>/std:c++20</AdditionalOptions>
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
|
<LocalDebuggerWorkingDirectory>$(SolutionDir)bin\x64-Debug\</LocalDebuggerWorkingDirectory>
|
|
<IntDir>$(SolutionDir)Intermediate\x64-Debug\Juliet\</IntDir>
|
|
<OutDir>$(SolutionDir)bin\x64-Debug\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">
|
|
<NMakeBuildCommandLine>cd $(SolutionDir) & misc\build.bat Profile $(SolutionName)</NMakeBuildCommandLine>
|
|
<NMakeReBuildCommandLine>cd $(SolutionDir) & misc\build.bat -clean Profile $(SolutionName)</NMakeReBuildCommandLine>
|
|
<NMakeCleanCommandLine>cd $(SolutionDir) & misc\build.bat -clean Profile $(SolutionName)</NMakeCleanCommandLine>
|
|
<NMakeOutput>$(SolutionDir)bin\x64-Profile\Juliet.exe</NMakeOutput>
|
|
<NMakeIncludeSearchPath>$(SolutionDir)Juliet\include;$(SolutionDir)Juliet\src;$(SolutionDir)Game;$(SolutionDir)External\imgui;$(SolutionDir)External\imgui\backends;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
|
<IncludePath>$(SolutionDir)Juliet\include;$(SolutionDir)Juliet\src;$(SolutionDir)Game;$(SolutionDir)External\imgui;$(SolutionDir)External\imgui\backends;$(IncludePath)</IncludePath>
|
|
<NMakePreprocessorDefinitions>JULIET_WIN32;UNICODE;_UNICODE;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_WARNINGS;RELEASE;PROFILING_ENABLED;JULIET_ENABLE_IMGUI;JULIET_EXPORT;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
|
<AdditionalOptions>/std:c++20</AdditionalOptions>
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
|
<LocalDebuggerWorkingDirectory>$(SolutionDir)bin\x64-Profile\</LocalDebuggerWorkingDirectory>
|
|
<IntDir>$(SolutionDir)Intermediate\x64-Profile\Juliet\</IntDir>
|
|
<OutDir>$(SolutionDir)bin\x64-Profile\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<NMakeBuildCommandLine>cd $(SolutionDir) & misc\build.bat Release $(SolutionName)</NMakeBuildCommandLine>
|
|
<NMakeReBuildCommandLine>cd $(SolutionDir) & misc\build.bat -clean Release $(SolutionName)</NMakeReBuildCommandLine>
|
|
<NMakeCleanCommandLine>cd $(SolutionDir) & misc\build.bat -clean Release $(SolutionName)</NMakeCleanCommandLine>
|
|
<NMakeOutput>$(SolutionDir)bin\x64-Release\Juliet.exe</NMakeOutput>
|
|
<NMakeIncludeSearchPath>$(SolutionDir)Juliet\include;$(SolutionDir)Juliet\src;$(SolutionDir)Game;$(SolutionDir)External\imgui;$(SolutionDir)External\imgui\backends;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
|
<IncludePath>$(SolutionDir)Juliet\include;$(SolutionDir)Juliet\src;$(SolutionDir)Game;$(SolutionDir)External\imgui;$(SolutionDir)External\imgui\backends;$(IncludePath)</IncludePath>
|
|
<NMakePreprocessorDefinitions>JULIET_WIN32;UNICODE;_UNICODE;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_WARNINGS;RELEASE;JULIET_EXPORT;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
|
<AdditionalOptions>/std:c++20</AdditionalOptions>
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
|
<LocalDebuggerWorkingDirectory>$(SolutionDir)bin\x64-Release\</LocalDebuggerWorkingDirectory>
|
|
<IntDir>$(SolutionDir)Intermediate\x64-Release\Juliet\</IntDir>
|
|
<OutDir>$(SolutionDir)bin\x64-Release\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="src\Core\Application\ApplicationManager.cpp" />
|
|
<ClCompile Include="src\Core\Common\CoreUtils.cpp" />
|
|
<ClCompile Include="src\Core\Common\String.cpp" />
|
|
<ClCompile Include="src\Core\Container\Vector.cpp" />
|
|
<ClCompile Include="src\Core\HAL\Display\Display.cpp" />
|
|
<ClCompile Include="src\Core\HAL\Display\Win32\Win32DisplayDevice.cpp" />
|
|
<ClCompile Include="src\Core\HAL\Display\Win32\Win32DisplayEvent.cpp" />
|
|
<ClCompile Include="src\Core\HAL\Display\Win32\Win32Window.cpp" />
|
|
<ClCompile Include="src\Core\HAL\DynLib\Win32\DynamicLibrary.cpp" />
|
|
<ClCompile Include="src\Core\HAL\Event\Keyboard.cpp" />
|
|
<ClCompile Include="src\Core\HAL\Event\KeyboardMapping.cpp" />
|
|
<ClCompile Include="src\Core\HAL\Event\Mouse.cpp" />
|
|
<ClCompile Include="src\Core\HAL\Event\SystemEvent.cpp" />
|
|
<ClCompile Include="src\Core\HAL\Event\WindowEvent.cpp" />
|
|
<ClCompile Include="src\Core\HAL\Filesystem\Filesystem.cpp" />
|
|
<ClCompile Include="src\Core\HAL\Filesystem\Win32\Win32Filesystem.cpp" />
|
|
<ClCompile Include="src\Core\HAL\IO\IOStream.cpp" />
|
|
<ClCompile Include="src\Core\HAL\IO\Win32\Win32IOStream.cpp" />
|
|
<ClCompile Include="src\Core\HAL\OS\OS.cpp" />
|
|
<ClCompile Include="src\Core\HAL\OS\Win32\Win32OS.cpp" />
|
|
<ClCompile Include="src\Core\HotReload\HotReload.cpp" />
|
|
<ClCompile Include="src\Core\HotReload\Win32\Win32HotReload.cpp" />
|
|
<ClCompile Include="src\Core\ImGui\ImGuiService.cpp" />
|
|
<ClCompile Include="src\Core\ImGui\ImGuiTests.cpp" />
|
|
<ClCompile Include="src\Core\Juliet.cpp" />
|
|
<ClCompile Include="src\Core\Logging\LogManager.cpp" />
|
|
<ClCompile Include="src\Core\Math\MathRound.cpp" />
|
|
<ClCompile Include="src\Core\Memory\Allocator.cpp" />
|
|
<ClCompile Include="src\Core\Memory\MemoryArena.cpp" />
|
|
<ClCompile Include="src\Core\Memory\MemoryArenaDebug.cpp" />
|
|
<ClCompile Include="src\Core\Memory\MemoryArenaTests.cpp" />
|
|
<ClCompile Include="src\Core\Memory\ScratchArena.cpp" />
|
|
<ClCompile Include="src\Core\Networking\NetworkPacket.cpp" />
|
|
<ClCompile Include="src\Core\Networking\Socket.cpp" />
|
|
<ClCompile Include="src\Core\Networking\TcpListener.cpp" />
|
|
<ClCompile Include="src\Core\Networking\TcpSocket.cpp" />
|
|
<ClCompile Include="src\Core\Networking\Win32\Win32SocketPlatformImpl.cpp" />
|
|
<ClCompile Include="src\Engine\Debug\MemoryDebugger.cpp" />
|
|
<ClCompile Include="src\Engine\Engine.cpp" />
|
|
<ClCompile Include="src\Graphics\D3D12\AgilitySDK\d3dx12\d3dx12_property_format_table.cpp" />
|
|
<ClCompile Include="src\Graphics\D3D12\D3D12Buffer.cpp" />
|
|
<ClCompile Include="src\Graphics\D3D12\D3D12CommandList.cpp" />
|
|
<ClCompile Include="src\Graphics\D3D12\D3D12Common.cpp" />
|
|
<ClCompile Include="src\Graphics\D3D12\D3D12DescriptorHeap.cpp" />
|
|
<ClCompile Include="src\Graphics\D3D12\D3D12GraphicsDevice.cpp" />
|
|
<ClCompile Include="src\Graphics\D3D12\D3D12GraphicsPipeline.cpp" />
|
|
<ClCompile Include="src\Graphics\D3D12\D3D12InternalTests.cpp" />
|
|
<ClCompile Include="src\Graphics\D3D12\D3D12RenderPass.cpp" />
|
|
<ClCompile Include="src\Graphics\D3D12\D3D12Shader.cpp" />
|
|
<ClCompile Include="src\Graphics\D3D12\D3D12SwapChain.cpp" />
|
|
<ClCompile Include="src\Graphics\D3D12\D3D12Synchronization.cpp" />
|
|
<ClCompile Include="src\Graphics\D3D12\D3D12Texture.cpp" />
|
|
<ClCompile Include="src\Graphics\D3D12\D3D12Utils.cpp" />
|
|
<ClCompile Include="src\Graphics\DebugDisplayRenderer.cpp" />
|
|
<ClCompile Include="src\Graphics\Graphics.cpp" />
|
|
<ClCompile Include="src\Graphics\ImGuiRenderer.cpp" />
|
|
<ClCompile Include="src\Graphics\Mesh.cpp" />
|
|
<ClCompile Include="src\Graphics\MeshRenderer.cpp" />
|
|
<ClCompile Include="src\Graphics\SkyboxRenderer.cpp" />
|
|
<ClCompile Include="src\UnitTest\Container\VectorUnitTest.cpp" />
|
|
<ClCompile Include="src\UnitTest\RunUnitTests.cpp" />
|
|
<ClInclude Include="include\Core\Application\ApplicationManager.h" />
|
|
<ClInclude Include="include\Core\Application\IApplication.h" />
|
|
<ClInclude Include="include\Core\Common\CoreTypes.h" />
|
|
<ClInclude Include="include\Core\Common\CoreUtils.h" />
|
|
<ClInclude Include="include\Core\Common\CRC32.h" />
|
|
<ClInclude Include="include\Core\Common\EnumUtils.h" />
|
|
<ClInclude Include="include\Core\Common\NonNullPtr.h" />
|
|
<ClInclude Include="include\Core\Common\String.h" />
|
|
<ClInclude Include="include\Core\Container\Vector.h" />
|
|
<ClInclude Include="include\Core\HAL\Display\Display.h" />
|
|
<ClInclude Include="include\Core\HAL\DynLib\DynamicLibrary.h" />
|
|
<ClInclude Include="include\Core\HAL\Event\SystemEvent.h" />
|
|
<ClInclude Include="include\Core\HAL\Filesystem\Filesystem.h" />
|
|
<ClInclude Include="include\Core\HAL\IO\IOStream.h" />
|
|
<ClInclude Include="include\Core\HAL\Keyboard\Keyboard.h" />
|
|
<ClInclude Include="include\Core\HAL\Keyboard\KeyCode.h" />
|
|
<ClInclude Include="include\Core\HAL\Keyboard\ScanCode.h" />
|
|
<ClInclude Include="include\Core\HAL\Mouse\Mouse.h" />
|
|
<ClInclude Include="include\Core\HAL\OS\OS.h" />
|
|
<ClInclude Include="include\Core\HotReload\HotReload.h" />
|
|
<ClInclude Include="include\Core\ImGui\ImGuiService.h" />
|
|
<ClInclude Include="include\Core\ImGui\ImGuiTests.h" />
|
|
<ClInclude Include="include\Core\JulietInit.h" />
|
|
<ClInclude Include="include\Core\Logging\LogManager.h" />
|
|
<ClInclude Include="include\Core\Logging\LogTypes.h" />
|
|
<ClInclude Include="include\Core\Main.h" />
|
|
<ClInclude Include="include\Core\Math\MathUtils.h" />
|
|
<ClInclude Include="include\Core\Math\Matrix.h" />
|
|
<ClInclude Include="include\Core\Math\Shape.h" />
|
|
<ClInclude Include="include\Core\Math\Vector.h" />
|
|
<ClInclude Include="include\Core\Memory\Allocator.h" />
|
|
<ClInclude Include="include\Core\Memory\MemoryArena.h" />
|
|
<ClInclude Include="include\Core\Memory\MemoryArenaDebug.h" />
|
|
<ClInclude Include="include\Core\Memory\ScratchArena.h" />
|
|
<ClInclude Include="include\Core\Memory\Utils.h" />
|
|
<ClInclude Include="include\Core\Networking\IPAddress.h" />
|
|
<ClInclude Include="include\Core\Networking\NetworkPacket.h" />
|
|
<ClInclude Include="include\Core\Networking\Socket.h" />
|
|
<ClInclude Include="include\Core\Networking\SocketHandle.h" />
|
|
<ClInclude Include="include\Core\Networking\TcpListener.h" />
|
|
<ClInclude Include="include\Core\Networking\TcpSocket.h" />
|
|
<ClInclude Include="include\Core\Thread\Mutex.h" />
|
|
<ClInclude Include="include\Core\Thread\Thread.h" />
|
|
<ClInclude Include="include\Engine\Class.h" />
|
|
<ClInclude Include="include\Engine\Debug\MemoryDebugger.h" />
|
|
<ClInclude Include="include\Engine\Engine.h" />
|
|
<ClInclude Include="include\Graphics\Camera.h" />
|
|
<ClInclude Include="include\Graphics\Colors.h" />
|
|
<ClInclude Include="include\Graphics\DebugDisplay.h" />
|
|
<ClInclude Include="include\Graphics\Graphics.h" />
|
|
<ClInclude Include="include\Graphics\GraphicsBuffer.h" />
|
|
<ClInclude Include="include\Graphics\GraphicsConfig.h" />
|
|
<ClInclude Include="include\Graphics\GraphicsPipeline.h" />
|
|
<ClInclude Include="include\Graphics\ImGuiRenderer.h" />
|
|
<ClInclude Include="include\Graphics\Lighting.h" />
|
|
<ClInclude Include="include\Graphics\Mesh.h" />
|
|
<ClInclude Include="include\Graphics\MeshRenderer.h" />
|
|
<ClInclude Include="include\Graphics\PushConstants.h" />
|
|
<ClInclude Include="include\Graphics\RenderPass.h" />
|
|
<ClInclude Include="include\Graphics\Shader.h" />
|
|
<ClInclude Include="include\Graphics\SkyboxRenderer.h" />
|
|
<ClInclude Include="include\Graphics\Texture.h" />
|
|
<ClInclude Include="include\Graphics\VertexData.h" />
|
|
<ClInclude Include="include\Juliet.h" />
|
|
<ClInclude Include="src\Core\HAL\Display\DisplayDevice.h" />
|
|
<ClInclude Include="src\Core\HAL\Display\Display_Private.h" />
|
|
<ClInclude Include="src\Core\HAL\Display\Win32\Win32DisplayEvent.h" />
|
|
<ClInclude Include="src\Core\HAL\Display\Win32\Win32Window.h" />
|
|
<ClInclude Include="src\Core\HAL\Display\Window.h" />
|
|
<ClInclude Include="src\Core\HAL\Event\KeyboardMapping.h" />
|
|
<ClInclude Include="src\Core\HAL\Event\Keyboard_Private.h" />
|
|
<ClInclude Include="src\Core\HAL\Event\Mouse_Private.h" />
|
|
<ClInclude Include="src\Core\HAL\Event\Win32ScanCode.h" />
|
|
<ClInclude Include="src\Core\HAL\Event\WindowEvent.h" />
|
|
<ClInclude Include="src\Core\HAL\Filesystem\Filesystem_Platform.h" />
|
|
<ClInclude Include="src\Core\HAL\Filesystem\Filesystem_Private.h" />
|
|
<ClInclude Include="src\Core\HAL\IO\IOStream_Private.h" />
|
|
<ClInclude Include="src\Core\HAL\OS\OS_Private.h" />
|
|
<ClInclude Include="src\Core\HAL\Win32.h" />
|
|
<ClInclude Include="src\Core\Math\Math_Private.h" />
|
|
<ClInclude Include="src\Core\Networking\SocketPlatformImpl.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\d3d12.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\d3d12compatibility.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\d3d12sdklayers.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\d3d12shader.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\d3d12video.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\d3dcommon.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\d3dx12\d3dx12.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\d3dx12\d3dx12_barriers.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\d3dx12\d3dx12_check_feature_support.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\d3dx12\d3dx12_core.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\d3dx12\d3dx12_default.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\d3dx12\d3dx12_pipeline_state_stream.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\d3dx12\d3dx12_property_format_table.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\d3dx12\d3dx12_render_pass.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\d3dx12\d3dx12_resource_helpers.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\d3dx12\d3dx12_root_signature.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\d3dx12\d3dx12_state_object.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\dxgiformat.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12Buffer.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12CommandList.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12Common.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12DescriptorHeap.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12GraphicsDevice.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12GraphicsPipeline.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12Includes.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12InternalTests.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12RenderPass.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12Shader.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12SwapChain.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12Synchronization.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12Texture.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\D3D12Utils.h" />
|
|
<ClInclude Include="src\Graphics\GraphicsDevice.h" />
|
|
<ClInclude Include="src\UnitTest\VectorTestHelper.h" />
|
|
<ClInclude Include="src\Graphics\D3D12\AgilitySDK\D3D12TokenizedProgramFormat.hpp" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project>
|