Dalamud/imgui/Dalamud.Bindings.ImGui/Dalamud.Bindings.ImGui.csproj
2025-04-06 21:08:34 +02:00

15 lines
402 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DisableRuntimeMarshalling>true</DisableRuntimeMarshalling>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HexaGen.Runtime" Version="1.1.17" />
</ItemGroup>
</Project>