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

26 lines
1.2 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.Direct3D10</PackageId>
<Product>SharpDX.Direct3D10</Product>
<DocumentationFile Condition="'$(Configuration)' == 'Release'">bin\$(Configuration)\$(TargetFramework)\SharpDX.Direct3D10.xml</DocumentationFile>
<AssemblyTitle>SharpDX.Direct3D10</AssemblyTitle>
<Title>SharpDX.Direct3D10</Title>
<Description>Assembly providing DirectX - Direct3D10 and Direct3D10.1 managed API.</Description>
<PackageTags>$(PackageTags) Direct3D10 D3D10</PackageTags>
<SharpDXLegacy>true</SharpDXLegacy>
</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" />
<ProjectReference Include="..\SharpDX.D3DCompiler\SharpDX.D3DCompiler.csproj" />
</ItemGroup>
</Project>