From bd2c9b8585f446aa0fe87ec700c8e4f0d18051cb Mon Sep 17 00:00:00 2001 From: Adam <893184+NotAdam@users.noreply.github.com> Date: Sat, 26 Dec 2020 00:08:37 +1100 Subject: [PATCH] cleanup, maybe fix ci --- Penumbra/Penumbra.csproj | 8 ++++---- Penumbra/Properties/AssemblyInfo.cs | 10 ---------- 2 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 Penumbra/Properties/AssemblyInfo.cs diff --git a/Penumbra/Penumbra.csproj b/Penumbra/Penumbra.csproj index 6aa92233..669bf11e 100644 --- a/Penumbra/Penumbra.csproj +++ b/Penumbra/Penumbra.csproj @@ -23,27 +23,27 @@ + $(DALAMUD_ROOT)\Dalamud.dll ..\libs\Dalamud.dll $(AppData)\XIVLauncher\addon\Hooks\Dalamud.dll - $(DALAMUD_ROOT)\Dalamud.dll False + $(DALAMUD_ROOT)\ImGui.NET.dll ..\libs\ImGui.NET.dll $(AppData)\XIVLauncher\addon\Hooks\ImGui.NET.dll - $(DALAMUD_ROOT)\ImGui.NET.dll False + $(DALAMUD_ROOT)\ImGuiScene.dll ..\libs\ImGuiScene.dll $(AppData)\XIVLauncher\addon\Hooks\ImGuiScene.dll - $(DALAMUD_ROOT)\ImGuiScene.dll False + $(DALAMUD_ROOT)\Lumina.dll ..\libs\Lumina.dll $(AppData)\XIVLauncher\addon\Hooks\Lumina.dll - $(DALAMUD_ROOT)\Lumina.dll False diff --git a/Penumbra/Properties/AssemblyInfo.cs b/Penumbra/Properties/AssemblyInfo.cs deleted file mode 100644 index ab45707e..00000000 --- a/Penumbra/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("13c812e9-0d42-4b95-8646-40eebf30636f")]