2019-09-01 11:56:12 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-09-15 10:44:50 +02:00
|
|
|
|
|
2019-09-01 11:56:12 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2023-11-22 10:39:13 +01:00
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2021-03-14 01:03:17 +01:00
|
|
|
|
<ApplicationIcon>Icon.ico</ApplicationIcon>
|
|
|
|
|
<AssemblyName>MLEM Desktop Demos</AssemblyName>
|
2022-09-15 10:44:50 +02:00
|
|
|
|
<IsPackable>false</IsPackable>
|
2019-09-01 11:56:12 +02:00
|
|
|
|
</PropertyGroup>
|
2022-09-15 10:44:50 +02:00
|
|
|
|
|
2019-09-01 11:56:12 +02:00
|
|
|
|
<ItemGroup>
|
2022-07-25 18:23:16 +02:00
|
|
|
|
</ItemGroup>
|
2022-09-15 10:44:50 +02:00
|
|
|
|
|
2022-07-25 18:23:16 +02:00
|
|
|
|
<ItemGroup>
|
2022-09-03 12:31:34 +02:00
|
|
|
|
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" />
|
|
|
|
|
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" />
|
2022-09-15 10:44:50 +02:00
|
|
|
|
|
2019-09-01 11:56:12 +02:00
|
|
|
|
<ProjectReference Include="..\Demos\Demos.csproj" />
|
|
|
|
|
<ProjectReference Include="..\MLEM.Startup\MLEM.Startup.csproj" />
|
|
|
|
|
<ProjectReference Include="..\MLEM.Ui\MLEM.Ui.csproj" />
|
|
|
|
|
<ProjectReference Include="..\MLEM\MLEM.csproj" />
|
|
|
|
|
</ItemGroup>
|
2022-09-15 10:44:50 +02:00
|
|
|
|
|
2021-12-28 14:56:11 +01:00
|
|
|
|
<ItemGroup>
|
2019-09-01 11:56:12 +02:00
|
|
|
|
<MonoGameContentReference Include="..\Demos\Content\Content.mgcb" />
|
2021-03-14 01:03:17 +01:00
|
|
|
|
<EmbeddedResource Include="Icon.ico" />
|
|
|
|
|
<EmbeddedResource Include="Icon.bmp" />
|
2019-09-01 11:56:12 +02:00
|
|
|
|
</ItemGroup>
|
2022-07-25 18:23:16 +02:00
|
|
|
|
</Project>
|