| 1234567891011121314151617181920 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <DefineConstants>$(DefineConstants);FNA</DefineConstants>
- <Description>It makes FNA more awesome.</Description>
- <PackageTags>fna extended pipeline bmfont tiled texture atlas input viewport fps shapes sprite</PackageTags>
- </PropertyGroup>
- <!-- Allow Test project to access internals -->
- <ItemGroup>
- <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
- <_Parameter1>Fna.Extended.Tests</_Parameter1>
- </AssemblyAttribute>
- <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
- <_Parameter1>Fna.Extended.Content.Pipeline</_Parameter1>
- </AssemblyAttribute>
- </ItemGroup>
- </Project>
|