Dalamud/imgui/Dalamud.Bindings.ImGui/Dalamud.Bindings.ImGui.csproj
Soreepeong 51a20300d8 wip2
2025-07-22 02:10:46 +09:00

38 lines
1.1 KiB
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>
<ItemGroup>
<Compile Remove="Generated\Functions\**" />
<Compile Remove="Generated\Structs\**" />
<Compile Remove="Internals\Functions\**" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="Generated\Functions\**" />
<EmbeddedResource Remove="Generated\Structs\**" />
<EmbeddedResource Remove="Internals\Functions\**" />
</ItemGroup>
<ItemGroup>
<None Remove="Generated\Functions\**" />
<None Remove="Generated\Structs\**" />
<None Remove="Internals\Functions\**" />
</ItemGroup>
<ItemGroup>
<Folder Include="Custom\Generated\" />
<Folder Include="Internals\" />
</ItemGroup>
</Project>