1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-15 13:48:46 +02:00
MLEM/MLEM.Templates/content/MLEM.Templates.DesktopGL/TemplateNamespace.csproj

22 lines
810 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2021-12-28 14:56:11 +01:00
2020-02-24 17:34:05 +01:00
<PropertyGroup>
<OutputType>Exe</OutputType>
2022-04-30 13:14:44 +02:00
<TargetFramework>net6.0</TargetFramework>
<PublishReadyToRun>false</PublishReadyToRun>
<TieredCompilation>false</TieredCompilation>
<ApplicationIcon>Icon.ico</ApplicationIcon>
2020-02-24 17:34:05 +01:00
</PropertyGroup>
2021-12-28 14:56:11 +01:00
2020-02-24 17:34:05 +01:00
<ItemGroup>
2021-12-21 23:23:25 +01:00
<PackageReference Include="Contentless" Version="3.*" />
<PackageReference Include="MLEM.Startup" Version="5.*" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.*" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.*" />
2020-02-24 17:34:05 +01:00
</ItemGroup>
2021-12-28 14:56:11 +01:00
2020-02-24 17:34:05 +01:00
<ItemGroup>
<EmbeddedResource Include="Icon.ico" />
<EmbeddedResource Include="Icon.bmp" />
</ItemGroup>
2020-02-24 17:34:05 +01:00
</Project>