mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Add dummy ImGuiScene project to make XL happy
This commit is contained in:
parent
561db8620a
commit
90b15d45c6
4 changed files with 24 additions and 0 deletions
8
imgui/ImGuiScene/Dummy.cs
Normal file
8
imgui/ImGuiScene/Dummy.cs
Normal 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...
|
||||
}
|
||||
8
imgui/ImGuiScene/ImGuiScene.csproj
Normal file
8
imgui/ImGuiScene/ImGuiScene.csproj
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue