Files
SDL3-TestingSuite/SDL3 TestingSuite.csproj
2026-05-18 01:36:55 -05:00

25 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>SDL3_TestingSuite</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ImGui.NET" Version="*" />
<!-- <PackageReference Include="Hexa.NET.ImGui" Version="2.2.9" />-->
<!-- <PackageReference Include="Hexa.NET.ImGui.Widgets" Version="1.2.18" />-->
<!-- <PackageReference Include="Hexa.NET.ImPlot" Version="2.2.9" />-->
<!-- <PackageReference Include="Hexa.NET.ImPlot3D" Version="2.2.9" />-->
<!-- <PackageReference Include="Hexa.NET.Utilities" Version="2.2.12" />-->
<PackageReference Include="SDL3-CS" Version="3.2.18" />
<PackageReference Include="SDL3-CS.Native" Version="3.2.18" />
</ItemGroup>
</Project>