agrobot_base/Exemplos/SharpDX-master/Source/SharpDX.Direct3D12/SharpDX.Direct3D12.csproj

24 lines
1.0 KiB
XML
Raw Normal View History

2023-08-31 11:50:53 +00:00
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard1.1;uap10.0</TargetFrameworks>
<PackageId>SharpDX.Direct3D12</PackageId>
<Product>SharpDX.Direct3D12</Product>
<DocumentationFile Condition="'$(Configuration)' == 'Release'">bin\$(Configuration)\$(TargetFramework)\SharpDX.Direct3D12.xml</DocumentationFile>
<AssemblyTitle>SharpDX.Direct3D12</AssemblyTitle>
<Title>SharpDX.Direct3D12</Title>
<Description>Assembly providing DirectX - Direct3D12 managed API.</Description>
<PackageTags>$(PackageTags) Direct3D12 D3D12</PackageTags>
</PropertyGroup>
<ItemGroup>
<None Include="Documentation\CodeComments.xml" />
<None Include="Mapping.xml" />
<Compile Include="..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SharpDX\SharpDX.csproj" />
<ProjectReference Include="..\SharpDX.DXGI\SharpDX.DXGI.csproj" />
</ItemGroup>
</Project>