1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-30 16:06:35 +02:00
MLEM/MLEM.Templates/content/MLEM.Templates.DesktopGL.Core/TemplateNamespace.csproj

22 lines
767 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<PublishReadyToRun>false</PublishReadyToRun>
<TieredCompilation>false</TieredCompilation>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Contentless" Version="2.0.*"/>
<PackageReference Include="MLEM.Startup" Version="3.2.*"/>
<PackageReference Include="MonoGame.Content.Builder" Version="3.7.*"/>
<PackageReference Include="MonoGame.Framework.DesktopGL.Core" Version="3.8.*"/>
</ItemGroup>
<ItemGroup>
<MonoGameContentReference Include="Content\Content.mgcb"/>
<Content Include="Content\*\**"/>
</ItemGroup>
</Project>