From d200c12c2f40c012c1e7283ab1b1ec39b30d16e8 Mon Sep 17 00:00:00 2001 From: goat Date: Sat, 28 Dec 2024 14:02:06 +0100 Subject: [PATCH] copy cimgui DLLs in their vcxproj instead of Dalamud --- Dalamud/Dalamud.csproj | 14 -------------- external/cimgui/cimgui.vcxproj | 9 +++++++-- external/cimguizmo/cimguizmo.vcxproj | 9 +++++++-- external/cimplot/cimplot.vcxproj | 9 +++++++-- 4 files changed, 21 insertions(+), 20 deletions(-) diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj index 1cd9fc336..d869f76ba 100644 --- a/Dalamud/Dalamud.csproj +++ b/Dalamud/Dalamud.csproj @@ -205,18 +205,4 @@ - - - - - - - - - - - - - - diff --git a/external/cimgui/cimgui.vcxproj b/external/cimgui/cimgui.vcxproj index a7a7ddb0e..55e737595 100644 --- a/external/cimgui/cimgui.vcxproj +++ b/external/cimgui/cimgui.vcxproj @@ -56,7 +56,8 @@ - ..\$(Platform)\$(Configuration)\ + bin\$(Configuration)\ + obj\$(Configuration)\ @@ -99,4 +100,8 @@ - \ No newline at end of file + + + + + diff --git a/external/cimguizmo/cimguizmo.vcxproj b/external/cimguizmo/cimguizmo.vcxproj index 48b432327..3014786b8 100644 --- a/external/cimguizmo/cimguizmo.vcxproj +++ b/external/cimguizmo/cimguizmo.vcxproj @@ -60,7 +60,8 @@ - ..\$(Platform)\$(Configuration)\ + bin\$(Configuration)\ + obj\$(Configuration)\ @@ -105,4 +106,8 @@ - \ No newline at end of file + + + + + diff --git a/external/cimplot/cimplot.vcxproj b/external/cimplot/cimplot.vcxproj index c7ae46a6b..c2b468fab 100644 --- a/external/cimplot/cimplot.vcxproj +++ b/external/cimplot/cimplot.vcxproj @@ -58,7 +58,8 @@ - ..\$(Platform)\$(Configuration)\ + bin\$(Configuration)\ + obj\$(Configuration)\ @@ -103,4 +104,8 @@ - \ No newline at end of file + + + + +