2019-08-07 21:26:16 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-08-20 11:39:28 +02:00
|
|
|
|
|
2019-08-07 21:26:16 +02:00
|
|
|
|
<PropertyGroup>
|
2023-12-13 22:06:12 +01:00
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2022-09-15 10:44:50 +02:00
|
|
|
|
<IsPackable>false</IsPackable>
|
2019-08-07 21:26:16 +02:00
|
|
|
|
</PropertyGroup>
|
2022-08-20 11:39:28 +02:00
|
|
|
|
|
2019-08-07 21:26:16 +02:00
|
|
|
|
<ItemGroup>
|
2019-08-09 18:26:28 +02:00
|
|
|
|
<ProjectReference Include="..\MLEM.Startup\MLEM.Startup.csproj" />
|
|
|
|
|
<ProjectReference Include="..\MLEM.Ui\MLEM.Ui.csproj" />
|
|
|
|
|
<ProjectReference Include="..\MLEM\MLEM.csproj" />
|
2019-08-07 21:26:16 +02:00
|
|
|
|
</ItemGroup>
|
2022-08-20 11:39:28 +02:00
|
|
|
|
|
2019-08-07 21:26:16 +02:00
|
|
|
|
<ItemGroup>
|
2022-08-20 11:39:28 +02:00
|
|
|
|
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641">
|
2019-09-01 11:55:41 +02:00
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
2019-08-07 21:26:16 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|