mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 05:10:50 +01:00
9010b9a403
This reverts commit c9987633
22 lines
No EOL
767 B
XML
22 lines
No EOL
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> |