2019-08-07 21:26:16 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-12-28 14:56:11 +01:00
|
|
|
|
|
2019-08-07 21:26:16 +02:00
|
|
|
|
<PropertyGroup>
|
2019-09-01 11:55:41 +02:00
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2019-08-07 21:26:16 +02:00
|
|
|
|
</PropertyGroup>
|
2021-12-28 14:56:11 +01: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>
|
2021-12-28 14:56:11 +01:00
|
|
|
|
|
2019-08-07 21:26:16 +02:00
|
|
|
|
<ItemGroup>
|
2021-02-18 16:12:44 +01: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>
|