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")]