mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 03:56:31 +00:00
28 lines
1.0 KiB
XML
28 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<ItemGroup>
|
|
<Content Include="$(ArtifactsPath)/bin/Kni.Extended.Content.Pipeline/release/*.dll" Pack="True" PackagePath="tools" />
|
|
<Content Include="MonoGame.Extended.Content.Pipeline.targets" Pack="true" PackagePath="build" />
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup>
|
|
<DefineConstants>$(DefineConstants);KNI</DefineConstants>
|
|
<Description>Content Pipeline importers and processors to make KNI more awesome.</Description>
|
|
<PackageTags>kni content importer processor reader tiled texturepacker bmfont animations</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Autofac" Version="5.2.0" />
|
|
|
|
<PackageReference Include="nkast.Xna.Framework.Content.Pipeline"
|
|
Version="4.0.9001" />
|
|
<PackageReference Include="nkast.Xna.Framework.Content.Pipeline.Graphics"
|
|
Version="4.0.9001" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MonoGame.Extended\KNI.Extended.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|