mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-26 06:28:35 +01:00
19 lines
547 B
XML
19 lines
547 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<OutputType>Exe</OutputType>
|
|||
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\MLEM.Extended\MLEM.Extended.csproj" />
|
|||
|
<ProjectReference Include="..\MLEM.Startup\MLEM.Startup.csproj" />
|
|||
|
<ProjectReference Include="..\MLEM\MLEM.csproj" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<PackageReference Include="MonoGame.Framework.DesktopGL.Core" Version="3.7.0.7" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
</Project>
|