Dalamud/imgui/Dalamud.Bindings.ImGui/Dalamud.Bindings.ImGui.csproj
2025-07-20 01:24:17 +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.20" />
</ItemGroup>
</Project>