2020-04-09 18:06:01 +02:00
|
|
|
|
<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.*" />
|
2020-04-23 22:50:16 +02:00
|
|
|
|
<!--http://teamcity.monogame.net/guestAuth/app/nuget/v1/FeedService.svc/-->
|
|
|
|
|
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1231-develop" />
|
2020-04-09 18:06:01 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<MonoGameContentReference Include="Content\Content.mgcb" />
|
|
|
|
|
<Content Include="Content\*\**" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|