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 @@
namespace ImGuiScene;
public class Dummy
{
// There is nothing here on purpose. This project does nothing.
// XIVLauncher checks if it can read ImGuiScene.dll to see if a Dalamud install is valid, so we need to ship it
// anyway for now...
}

View file

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