carto-revive/Quadratic.Carto.csproj

20 lines
618 B
XML
Raw Permalink Normal View History

2024-10-21 10:21:59 -04:00
<Project Sdk="Godot.NET.Sdk/4.3.0">
<ItemGroup>
</ItemGroup>
<ItemGroup>
2024-10-21 10:54:41 -04:00
<PackageReference Include="ImGui.NET" Version="1.91.0.1" />
2024-11-01 09:30:54 -04:00
<PackageReference Include="Vim.Math3d" Version="1.7.0" />
2024-10-21 10:21:59 -04:00
</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>