19 lines
556 B
XML
19 lines
556 B
XML
|
<Project Sdk="Godot.NET.Sdk/4.3.0">
|
||
|
<ItemGroup>
|
||
|
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="ImGui.NET" Version="1.89.9.3" />
|
||
|
</ItemGroup>
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>net8.0</TargetFramework>
|
||
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||
|
<RootNamespace>Quadratic.Carto</RootNamespace>
|
||
|
<Nullable>enable</Nullable>
|
||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<DefaultItemExcludes>$(DefaultItemExcludes);lib\**</DefaultItemExcludes>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|