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

21 lines
893 B
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.Mathematics</PackageId>
<Product>SharpDX.Mathematics</Product>
<DocumentationFile Condition="'$(Configuration)' == 'Release'">bin\$(Configuration)\$(TargetFramework)\SharpDX.Mathematics.xml</DocumentationFile>
<AssemblyTitle>SharpDX.Mathematics</AssemblyTitle>
<Title>SharpDX.Mathematics</Title>
<Description>Assembly providing DirectX - Mathematics managed API.</Description>
<PackageTags>$(PackageTags) Mathematics HLSL fx Shaders</PackageTags>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SharpDX\SharpDX.csproj" />
</ItemGroup>
</Project>