2019-08-07 21:26:16 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2019-08-30 19:05:27 +02:00
|
|
|
|
<TargetFramework>net462</TargetFramework>
|
2019-08-07 21:26:16 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-08-09 18:26:28 +02:00
|
|
|
|
<ProjectReference Include="..\MLEM.Extended\MLEM.Extended.csproj" />
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-08-09 18:26:28 +02:00
|
|
|
|
<PackageReference Include="MonoGame.Content.Builder" Version="3.7.0.9" />
|
2019-08-30 19:05:27 +02:00
|
|
|
|
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.7.0.1708" />
|
2019-08-09 15:15:22 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-08-09 18:26:28 +02:00
|
|
|
|
<MonoGameContentReference Include="Content\Content.mgcb" />
|
|
|
|
|
<Content Include="Content\*\**" />
|
2019-08-07 21:26:16 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|