mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 05:10:50 +01:00
24 lines
No EOL
923 B
XML
24 lines
No EOL
923 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
<PublishReadyToRun>false</PublishReadyToRun>
|
|
<TieredCompilation>false</TieredCompilation>
|
|
<ApplicationIcon>Icon.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Contentless" Version="3.0.5" />
|
|
<PackageReference Include="MLEM.Startup" Version="4.3.0" />
|
|
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641" />
|
|
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.0.1641" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<MonoGameContentReference Include="Content\Content.mgcb" />
|
|
<Content Include="Content\*\**" />
|
|
<EmbeddedResource Include="Icon.ico" />
|
|
<EmbeddedResource Include="Icon.bmp" />
|
|
</ItemGroup>
|
|
</Project> |