Add dummy ImGuiScene project to make XL happy

This commit is contained in:
goaaats 2025-04-15 23:26:09 +02:00
parent 561db8620a
commit 90b15d45c6
4 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>