skyscraper8/GUIs/skyscraper8.UI.ImGui/skyscraper8.UI.ImGui.csproj
feyris-tan ef86554f9a Import
2025-05-12 22:09:16 +02:00

23 lines
657 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PlatformTarget>x64</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ImGui.NET" Version="1.88.0" />
<PackageReference Include="OpenRA-SDL2-CS" Version="1.0.33" />
<PackageReference Include="sdl2_image.nuget" Version="2.6.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\skyscraper8\skyscraper8.csproj" />
</ItemGroup>
</Project>