2019-10-08 12:40:25 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-12-21 17:50:44 +01:00
|
|
|
|
|
2019-10-08 12:40:25 +02:00
|
|
|
|
<PropertyGroup>
|
2023-12-21 18:33:46 +01:00
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2023-12-21 17:50:44 +01:00
|
|
|
|
<MonoGamePlatform>DesktopGL</MonoGamePlatform>
|
2019-10-08 12:40:25 +02:00
|
|
|
|
</PropertyGroup>
|
2023-12-21 17:50:44 +01:00
|
|
|
|
|
2019-10-08 15:46:34 +02:00
|
|
|
|
<ItemGroup>
|
2023-12-21 19:01:45 +01:00
|
|
|
|
<PackageReference Include="MonoGame.Extended.Content.Pipeline" Version="3.9.0-alpha0093" />
|
2023-12-21 17:50:44 +01:00
|
|
|
|
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" />
|
2019-10-08 15:46:34 +02:00
|
|
|
|
</ItemGroup>
|
2023-12-21 17:50:44 +01:00
|
|
|
|
|
2019-11-07 01:42:07 +01:00
|
|
|
|
<ItemGroup>
|
2022-09-25 23:29:02 +02:00
|
|
|
|
<MonoGameContentReference Include="Content\Content.mgcb" />
|
2019-11-07 01:42:07 +01:00
|
|
|
|
</ItemGroup>
|
2022-09-25 23:29:02 +02:00
|
|
|
|
|
2019-10-08 12:40:25 +02:00
|
|
|
|
</Project>
|