| 12345678910111213141516171819 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <DefineConstants>$(DefineConstants);KNI</DefineConstants>
- <Description>It makes KNI more awesome.</Description>
- <PackageTags>kni 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>Kni.Extended.Tests</_Parameter1>
- </AssemblyAttribute>
- <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
- <_Parameter1>Kni.Extended.Content.Pipeline</_Parameter1>
- </AssemblyAttribute>
- </ItemGroup>
- </Project>
|