From e9941ca46a9e7a2af06439e97149c4c26205d8b2 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Fri, 22 Sep 2023 11:01:04 -0700 Subject: [PATCH] just use one Lib folder for dlls --- DevEnv.template.targets | 3 +-- FizzySteamworks/FizzySteamworks.csproj | 2 +- {Mirror => Lib}/Mirror.Components.dll | Bin {Mirror => Lib}/Mirror.Transports.dll | Bin {Mirror => Lib}/Mirror.dll | Bin {Mirror => Lib}/Telepathy.dll | Bin {UniTask => Lib}/UniTask.dll | Bin {Mirror => Lib}/kcp2k.dll | Bin MirrorWeaver/MirrorWeaver.csproj | 2 +- QSB/QSB.csproj | 7 +++---- 10 files changed, 6 insertions(+), 8 deletions(-) rename {Mirror => Lib}/Mirror.Components.dll (100%) rename {Mirror => Lib}/Mirror.Transports.dll (100%) rename {Mirror => Lib}/Mirror.dll (100%) rename {Mirror => Lib}/Telepathy.dll (100%) rename {UniTask => Lib}/UniTask.dll (100%) rename {Mirror => Lib}/kcp2k.dll (100%) diff --git a/DevEnv.template.targets b/DevEnv.template.targets index 65a27137..d63dfd3f 100644 --- a/DevEnv.template.targets +++ b/DevEnv.template.targets @@ -1,5 +1,4 @@ - - + $(AppData)\OuterWildsModManager\OWML $(SolutionDir)\qsb-unityproject\Assets diff --git a/FizzySteamworks/FizzySteamworks.csproj b/FizzySteamworks/FizzySteamworks.csproj index 20a411c6..3296f276 100644 --- a/FizzySteamworks/FizzySteamworks.csproj +++ b/FizzySteamworks/FizzySteamworks.csproj @@ -18,6 +18,6 @@ - + diff --git a/Mirror/Mirror.Components.dll b/Lib/Mirror.Components.dll similarity index 100% rename from Mirror/Mirror.Components.dll rename to Lib/Mirror.Components.dll diff --git a/Mirror/Mirror.Transports.dll b/Lib/Mirror.Transports.dll similarity index 100% rename from Mirror/Mirror.Transports.dll rename to Lib/Mirror.Transports.dll diff --git a/Mirror/Mirror.dll b/Lib/Mirror.dll similarity index 100% rename from Mirror/Mirror.dll rename to Lib/Mirror.dll diff --git a/Mirror/Telepathy.dll b/Lib/Telepathy.dll similarity index 100% rename from Mirror/Telepathy.dll rename to Lib/Telepathy.dll diff --git a/UniTask/UniTask.dll b/Lib/UniTask.dll similarity index 100% rename from UniTask/UniTask.dll rename to Lib/UniTask.dll diff --git a/Mirror/kcp2k.dll b/Lib/kcp2k.dll similarity index 100% rename from Mirror/kcp2k.dll rename to Lib/kcp2k.dll diff --git a/MirrorWeaver/MirrorWeaver.csproj b/MirrorWeaver/MirrorWeaver.csproj index e3323869..45b7655b 100644 --- a/MirrorWeaver/MirrorWeaver.csproj +++ b/MirrorWeaver/MirrorWeaver.csproj @@ -19,6 +19,6 @@ - + diff --git a/QSB/QSB.csproj b/QSB/QSB.csproj index 1f2e0c30..8a48f149 100644 --- a/QSB/QSB.csproj +++ b/QSB/QSB.csproj @@ -31,8 +31,8 @@ <_Files Remove="@(_Files)" /> - <_Files Include="$(OutputPath)\*.dll" /> - <_Files Include="$(OutputPath)\*.exe" /> + <_Files Include="$(OutputPath)/*.dll" /> + <_Files Include="$(OutputPath)/*.exe" /> @@ -73,8 +73,7 @@ - - +