2020-02-24 18:36:31 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-02-24 17:34:05 +01:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<TargetFramework>net462</TargetFramework>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-02-24 18:13:33 +01:00
|
|
|
|
<PackageReference Include="Contentless" Version="2.0.*" />
|
|
|
|
|
<PackageReference Include="MLEM.Startup" Version="3.2.*" />
|
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>
|