From c7143a8bb8dcc30fdd9c78cd1f44b976d8f16ddf Mon Sep 17 00:00:00 2001 From: Cara Date: Mon, 4 Jan 2021 19:15:20 +1030 Subject: [PATCH 1/2] Add AppData hint paths --- SamplePlugin/SamplePlugin.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SamplePlugin/SamplePlugin.csproj b/SamplePlugin/SamplePlugin.csproj index 16494c8..edba2fc 100644 --- a/SamplePlugin/SamplePlugin.csproj +++ b/SamplePlugin/SamplePlugin.csproj @@ -33,14 +33,17 @@ ..\..\Dalamud\Dalamud\bin\Release\Dalamud.dll + $(AppData)\XIVLauncher\addon\Hooks\Dalamud.dll False ..\..\Dalamud\Dalamud\bin\Release\ImGui.NET.dll + $(AppData)\XIVLauncher\addon\Hooks\ImGui.NET.dll False ..\..\Dalamud\Dalamud\bin\Release\ImGuiScene.dll + $(AppData)\XIVLauncher\addon\Hooks\ImGuiScene.dll False From eac81a300ec7ab536022a44ee57daa7e4755b039 Mon Sep 17 00:00:00 2001 From: Cara Date: Mon, 4 Jan 2021 19:32:51 +1030 Subject: [PATCH 2/2] Add hint paths to UIDev --- UIDev/UIDev.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UIDev/UIDev.csproj b/UIDev/UIDev.csproj index 0deaf02..72e8041 100644 --- a/UIDev/UIDev.csproj +++ b/UIDev/UIDev.csproj @@ -54,12 +54,15 @@ ..\..\Dalamud\Dalamud\bin\Release\ImGui.NET.dll + $(AppData)\XIVLauncher\addon\Hooks\ImGui.NET.dll ..\..\Dalamud\Dalamud\bin\Release\ImGuiScene.dll + $(AppData)\XIVLauncher\addon\Hooks\ImGuiScene.dll ..\..\Dalamud\Dalamud\bin\Release\SDL2-CS.dll + $(AppData)\XIVLauncher\addon\Hooks\SDL2-CS.dll