mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-05 06:49:09 +01:00
20 lines
654 B
XML
20 lines
654 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<OutputType>Exe</OutputType>
|
|||
|
<TargetFramework>net462</TargetFramework>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<PackageReference Include="Contentless" Version="2.*" />
|
|||
|
<PackageReference Include="MLEM.Startup" Version="3.*" />
|
|||
|
<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>
|