From d7018f8924c6ee188491e9ce37acae9bf2a28be7 Mon Sep 17 00:00:00 2001 From: amazingalek Date: Fri, 27 Dec 2019 10:50:52 +0100 Subject: [PATCH] removed unused references (#25) --- OWML.Common/OWML.Common.csproj | 7 ------- OWML.Common/packages.config | 4 ---- OWML.Launcher/OWML.Launcher.csproj | 4 ---- OWML.Launcher/packages.config | 1 - OWML.ModHelper.Assets/OWML.ModHelper.Assets.csproj | 11 +---------- OWML.ModHelper.Events/OWML.ModHelper.Events.csproj | 8 -------- OWML.ModHelper/OWML.ModHelper.csproj | 8 -------- OWML.ModLoader/OWML.ModLoader.csproj | 3 --- .../OWML.EnableDebugMode/OWML.EnableDebugMode.csproj | 9 --------- OWML.SampleMods/OWML.EnableDebugMode/packages.config | 4 ---- .../OWML.LoadCustomAssets.csproj | 10 ++++------ 11 files changed, 5 insertions(+), 64 deletions(-) delete mode 100644 OWML.Common/packages.config delete mode 100644 OWML.SampleMods/OWML.EnableDebugMode/packages.config diff --git a/OWML.Common/OWML.Common.csproj b/OWML.Common/OWML.Common.csproj index fc81418e..6716f366 100644 --- a/OWML.Common/OWML.Common.csproj +++ b/OWML.Common/OWML.Common.csproj @@ -32,10 +32,6 @@ 4 - - ..\packages\Json.Net.Unity3D.9.0.1\lib\net35\Newtonsoft.Json.dll - - ..\..\..\..\..\..\Program Files (x86)\Outer Wilds\OuterWilds_Data\Managed\UnityEngine.AudioModule.dll @@ -59,8 +55,5 @@ - - - \ No newline at end of file diff --git a/OWML.Common/packages.config b/OWML.Common/packages.config deleted file mode 100644 index eceb5e43..00000000 --- a/OWML.Common/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/OWML.Launcher/OWML.Launcher.csproj b/OWML.Launcher/OWML.Launcher.csproj index c6bee8c5..d1ee2283 100644 --- a/OWML.Launcher/OWML.Launcher.csproj +++ b/OWML.Launcher/OWML.Launcher.csproj @@ -39,9 +39,6 @@ app.manifest - - ..\packages\Lib.Harmony.1.2.0.1\lib\net35\0Harmony.dll - ..\packages\Json.Net.Unity3D.9.0.1\lib\net35\Newtonsoft.Json.dll @@ -50,7 +47,6 @@ True - diff --git a/OWML.Launcher/packages.config b/OWML.Launcher/packages.config index 3a754bf3..eceb5e43 100644 --- a/OWML.Launcher/packages.config +++ b/OWML.Launcher/packages.config @@ -1,5 +1,4 @@  - \ No newline at end of file diff --git a/OWML.ModHelper.Assets/OWML.ModHelper.Assets.csproj b/OWML.ModHelper.Assets/OWML.ModHelper.Assets.csproj index 6f333956..8bf8e4e6 100644 --- a/OWML.ModHelper.Assets/OWML.ModHelper.Assets.csproj +++ b/OWML.ModHelper.Assets/OWML.ModHelper.Assets.csproj @@ -33,26 +33,17 @@ 4 - - ..\..\..\..\..\..\Program Files (x86)\Outer Wilds\OuterWilds_Data\Managed\Assembly-CSharp.dll - NAudio-Unity\NAudio-Unity.dll - - - ..\OWML.SampleMods\OWML.LoadCustomAssets\bin\Debug\UnityEngine.AudioModule.dll + ..\..\..\..\..\..\Program Files (x86)\Outer Wilds\OuterWilds_Data\Managed\UnityEngine.AudioModule.dll False ..\..\..\..\..\..\Program Files (x86)\Outer Wilds\OuterWilds_Data\Managed\UnityEngine.CoreModule.dll - - False - ..\..\..\..\..\..\Program Files (x86)\Outer Wilds\OuterWilds_Data\Managed\UnityEngine.PhysicsModule.dll - ..\..\..\..\..\..\Program Files (x86)\Outer Wilds\OuterWilds_Data\Managed\UnityEngine.UnityWebRequestWWWModule.dll diff --git a/OWML.ModHelper.Events/OWML.ModHelper.Events.csproj b/OWML.ModHelper.Events/OWML.ModHelper.Events.csproj index b9a14dfc..9282d7a2 100644 --- a/OWML.ModHelper.Events/OWML.ModHelper.Events.csproj +++ b/OWML.ModHelper.Events/OWML.ModHelper.Events.csproj @@ -34,15 +34,7 @@ ..\packages\Lib.Harmony.1.2.0.1\lib\net35\0Harmony.dll - - ..\..\..\..\..\..\Program Files (x86)\Outer Wilds\OuterWilds_Data\Managed\Assembly-CSharp.dll - - - - - - ..\..\..\..\..\..\Program Files (x86)\Outer Wilds\OuterWilds_Data\Managed\UnityEngine.CoreModule.dll diff --git a/OWML.ModHelper/OWML.ModHelper.csproj b/OWML.ModHelper/OWML.ModHelper.csproj index d4bd5fa0..0884c810 100644 --- a/OWML.ModHelper/OWML.ModHelper.csproj +++ b/OWML.ModHelper/OWML.ModHelper.csproj @@ -34,15 +34,7 @@ ..\packages\Json.Net.Unity3D.9.0.1\lib\net35\Newtonsoft.Json.dll - - - - - - - ..\OWML.SampleMods\OWML.LoadCustomAssets\bin\Debug\UnityEngine.AudioModule.dll - ..\..\..\..\..\..\Program Files (x86)\Outer Wilds\OuterWilds_Data\Managed\UnityEngine.CoreModule.dll diff --git a/OWML.ModLoader/OWML.ModLoader.csproj b/OWML.ModLoader/OWML.ModLoader.csproj index 54e8ebc5..68db5882 100644 --- a/OWML.ModLoader/OWML.ModLoader.csproj +++ b/OWML.ModLoader/OWML.ModLoader.csproj @@ -35,9 +35,6 @@ ..\packages\Json.Net.Unity3D.9.0.1\lib\net35\Newtonsoft.Json.dll - - ..\OWML.Events\bin\Debug\OWML.Events.dll - ..\..\..\..\..\..\Program Files (x86)\Outer Wilds\OuterWilds_Data\Managed\UnityEngine.CoreModule.dll diff --git a/OWML.SampleMods/OWML.EnableDebugMode/OWML.EnableDebugMode.csproj b/OWML.SampleMods/OWML.EnableDebugMode/OWML.EnableDebugMode.csproj index a82d2d32..0e64e9dd 100644 --- a/OWML.SampleMods/OWML.EnableDebugMode/OWML.EnableDebugMode.csproj +++ b/OWML.SampleMods/OWML.EnableDebugMode/OWML.EnableDebugMode.csproj @@ -31,18 +31,10 @@ 4 - - ..\..\packages\Lib.Harmony.1.2.0.1\lib\net35\0Harmony.dll - ..\..\..\..\..\..\..\Program Files (x86)\Outer Wilds\OuterWilds_Data\Managed\Assembly-CSharp.dll - - - - - ..\..\..\..\..\..\..\Program Files (x86)\Outer Wilds\OuterWilds_Data\Managed\UnityEngine.CoreModule.dll @@ -55,7 +47,6 @@ Always - diff --git a/OWML.SampleMods/OWML.EnableDebugMode/packages.config b/OWML.SampleMods/OWML.EnableDebugMode/packages.config deleted file mode 100644 index edc218f4..00000000 --- a/OWML.SampleMods/OWML.EnableDebugMode/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/OWML.SampleMods/OWML.LoadCustomAssets/OWML.LoadCustomAssets.csproj b/OWML.SampleMods/OWML.LoadCustomAssets/OWML.LoadCustomAssets.csproj index 68f4a7f6..4cc942f1 100644 --- a/OWML.SampleMods/OWML.LoadCustomAssets/OWML.LoadCustomAssets.csproj +++ b/OWML.SampleMods/OWML.LoadCustomAssets/OWML.LoadCustomAssets.csproj @@ -34,13 +34,11 @@ ..\..\..\..\..\..\..\Program Files (x86)\Outer Wilds\OuterWilds_Data\Managed\Assembly-CSharp.dll - - - - - - + + False + ..\..\..\..\..\..\..\Program Files (x86)\Outer Wilds\OuterWilds_Data\Managed\UnityEngine.AudioModule.dll + ..\..\..\..\..\..\..\Program Files (x86)\Outer Wilds\OuterWilds_Data\Managed\UnityEngine.CoreModule.dll