94 lines
3.9 KiB
XML
94 lines
3.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="14.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="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{570215B7-E32F-4438-95AE-C8D955F9FCA3}</ProjectGuid>
|
|
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\..\..\VSProps\Base.props" />
|
|
<Import Project="..\..\..\VSProps\PCHUse.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<ForcedIncludeFiles />
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<ForcedIncludeFiles />
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="BoundingBox.cpp" />
|
|
<ClCompile Include="DescriptorAllocator.cpp" />
|
|
<ClCompile Include="DXContext.cpp" />
|
|
<ClCompile Include="DescriptorHeapManager.cpp" />
|
|
<ClCompile Include="DXPipeline.cpp" />
|
|
<ClCompile Include="DXShader.cpp" />
|
|
<ClCompile Include="StreamBuffer.cpp" />
|
|
<ClCompile Include="DXTexture.cpp" />
|
|
<ClCompile Include="VideoBackend.cpp" />
|
|
<ClCompile Include="PerfQuery.cpp" />
|
|
<ClCompile Include="Renderer.cpp" />
|
|
<ClCompile Include="DXVertexFormat.cpp" />
|
|
<ClCompile Include="SwapChain.cpp" />
|
|
<ClCompile Include="VertexManager.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="BoundingBox.h" />
|
|
<ClInclude Include="Common.h" />
|
|
<ClInclude Include="DescriptorAllocator.h" />
|
|
<ClInclude Include="DXContext.h" />
|
|
<ClInclude Include="DescriptorHeapManager.h" />
|
|
<ClInclude Include="DXPipeline.h" />
|
|
<ClInclude Include="DXShader.h" />
|
|
<ClInclude Include="StreamBuffer.h" />
|
|
<ClInclude Include="DXTexture.h" />
|
|
<ClInclude Include="PerfQuery.h" />
|
|
<ClInclude Include="Renderer.h" />
|
|
<ClInclude Include="DXVertexFormat.h" />
|
|
<ClInclude Include="SwapChain.h" />
|
|
<ClInclude Include="VertexManager.h" />
|
|
<ClInclude Include="VideoBackend.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="$(CoreDir)VideoCommon\VideoCommon.vcxproj">
|
|
<Project>{3de9ee35-3e91-4f27-a014-2866ad8c3fe3}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\D3DCommon\D3DCommon.vcxproj">
|
|
<Project>{dea96cf2-f237-4a1a-b32f-c916769efb50}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |