FNA.Extended.csproj 786 B

1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <DefineConstants>$(DefineConstants);FNA</DefineConstants>
  4. <Description>It makes FNA more awesome.</Description>
  5. <PackageTags>fna extended pipeline bmfont tiled texture atlas input viewport fps shapes sprite</PackageTags>
  6. </PropertyGroup>
  7. <!-- Allow Test project to access internals -->
  8. <ItemGroup>
  9. <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
  10. <_Parameter1>Fna.Extended.Tests</_Parameter1>
  11. </AssemblyAttribute>
  12. <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
  13. <_Parameter1>Fna.Extended.Content.Pipeline</_Parameter1>
  14. </AssemblyAttribute>
  15. </ItemGroup>
  16. </Project>