24 lines
1.0 KiB
XML
24 lines
1.0 KiB
XML
|
|
<Project Sdk="MSBuild.Sdk.Extras">
|
|||
|
|
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<TargetFrameworks>net40;net45;netstandard1.1;uap10.0</TargetFrameworks>
|
|||
|
|
<PackageId>SharpDX.Direct2D1</PackageId>
|
|||
|
|
<Product>SharpDX.Direct2D1</Product>
|
|||
|
|
<DocumentationFile Condition="'$(Configuration)' == 'Release'">bin\$(Configuration)\$(TargetFramework)\SharpDX.Direct2D1.xml</DocumentationFile>
|
|||
|
|
<AssemblyTitle>SharpDX.Direct2D1</AssemblyTitle>
|
|||
|
|
<Title>SharpDX.Direct2D1</Title>
|
|||
|
|
<Description>Assembly providing DirectX - Direct2D, DirectWrite and WIC managed API.</Description>
|
|||
|
|
<PackageTags>$(PackageTags) 3D Direct2D D2D DirectWrite DWrite WIC</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>
|