mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 05:10:50 +01:00
26 lines
No EOL
916 B
XML
26 lines
No EOL
916 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net462</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Demos\Demos.csproj" />
|
|
<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" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="MonoGame.Content.Builder" Version="3.7.0.9" />
|
|
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.7.0.1708" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<MonoGameContentReference Include="..\Demos\Content\Content.mgcb" />
|
|
<Content Include="..\Demos\Content\*\**" />
|
|
</ItemGroup>
|
|
|
|
</Project> |