© 2026 Hedgehog Software, LLC
runtimes/{RID}/native
<ItemGroup> <PackageReference Include="Hexa.NET.ImGui.Backends" Version="1.0.15" /> </ItemGroup>
<PropertyGroup> <TargetFramework>net9.0</TargetFramework> <ImplicitUsings>disable</ImplicitUsings> <Nullable>enable</Nullable> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <RuntimeIdentifier>win-x86</RuntimeIdentifier> <EnableDynamicLoading>true</EnableDynamicLoading> </PropertyGroup>
<ItemGroup> <ProjectReference Include="..\..\base\core\Fahrenheit.Core.csproj"> <Private>false</Private> <ExcludeAssets>runtime</ExcludeAssets> </ProjectReference> </ItemGroup>
win-x86
<ExcludeAssets>runtime</ExcludeAssets>