1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-29 03:23:37 +02:00
MLEM/MLEM.Templates/content/MLEM.Templates.DesktopGL/TemplateNamespace.csproj

20 lines
655 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2020-02-24 17:34:05 +01:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net462</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Contentless" Version="2.0.*" />
2020-05-24 01:35:01 +02:00
<PackageReference Include="MLEM.Startup" Version="3.3.*" />
2020-02-24 17:34:05 +01:00
<PackageReference Include="MonoGame.Content.Builder" Version="3.7.*" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.7.*" />
</ItemGroup>
<ItemGroup>
<MonoGameContentReference Include="Content\Content.mgcb" />
<Content Include="Content\*\**" />
</ItemGroup>
</Project>