1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-21 08:17:00 +02:00
MLEM/Sandbox/Sandbox.csproj

31 lines
1.2 KiB
XML
Raw Normal View History

2019-09-19 20:23:18 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2021-12-28 14:56:11 +01:00
2019-09-19 20:23:18 +02:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
2019-09-19 20:23:18 +02:00
</PropertyGroup>
2021-12-28 14:56:11 +01:00
2019-09-19 20:23:18 +02:00
<ItemGroup>
2020-02-27 18:56:49 +01:00
<ProjectReference Include="..\MLEM.Data\MLEM.Data.csproj" />
2019-09-19 20:23:18 +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" />
</ItemGroup>
2021-12-28 14:56:11 +01:00
2019-09-19 20:23:18 +02:00
<ItemGroup>
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.0.1641" />
2021-03-24 22:31:58 +01:00
<PackageReference Include="MonoGame.Extended.Content.Pipeline" Version="3.8.0" />
<PackageReference Include="MonoGame.Extended.Tiled" Version="3.8.0" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641" />
2022-06-24 14:01:26 +02:00
<PackageReference Include="FontStashSharp.MonoGame" Version="1.1.5" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2019-09-19 20:23:18 +02:00
</ItemGroup>
2021-12-28 14:56:11 +01:00
2019-09-19 20:23:18 +02:00
<ItemGroup>
<MonoGameContentReference Include="Content\Content.mgcb" />
<Content Include="Content\*\**" />
2019-09-19 20:23:18 +02:00
</ItemGroup>
</Project>