From d43e7537028ddc7a91235d04fbd6a42be81d4ad5 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Thu, 18 Jul 2019 18:25:12 -0500 Subject: [PATCH] More adjustments to get it loading in VS --- IPA.Injector/IPA.Injector.csproj | 32 ++++++++++++++---- IPA.Loader/IPA.Loader.csproj | 16 +++++++-- ...le.dll => UnityEngine.CoreModule.Net4.dll} | Bin ...le.xml => UnityEngine.CoreModule.Net4.xml} | 0 .../{UnityEngine.dll => UnityEngine.Net4.dll} | Bin .../{UnityEngine.xml => UnityEngine.Net4.xml} | 0 ...nityEngine.UnityWebRequestModule.Net4.dll} | Bin ...nityEngine.UnityWebRequestModule.Net4.xml} | 0 8 files changed, 39 insertions(+), 9 deletions(-) rename Refs/{UnityEngine.CoreModule.dll => UnityEngine.CoreModule.Net4.dll} (100%) rename Refs/{UnityEngine.CoreModule.xml => UnityEngine.CoreModule.Net4.xml} (100%) rename Refs/{UnityEngine.dll => UnityEngine.Net4.dll} (100%) rename Refs/{UnityEngine.xml => UnityEngine.Net4.xml} (100%) rename Refs/{UnityEngine.UnityWebRequestModule.dll => UnityEngine.UnityWebRequestModule.Net4.dll} (100%) rename Refs/{UnityEngine.UnityWebRequestModule.xml => UnityEngine.UnityWebRequestModule.Net4.xml} (100%) diff --git a/IPA.Injector/IPA.Injector.csproj b/IPA.Injector/IPA.Injector.csproj index 7079b299..84f955aa 100644 --- a/IPA.Injector/IPA.Injector.csproj +++ b/IPA.Injector/IPA.Injector.csproj @@ -47,8 +47,12 @@ - - ..\Refs\UnityEngine.CoreModule.$(Platform).dll + + ..\Refs\UnityEngine.CoreModule.Net4.dll + False + + + ..\Refs\UnityEngine.CoreModule.Net3.dll False @@ -69,20 +73,34 @@ IPA.Loader - - + + Libraries\Mono\I18N.dll Always - + Libraries\Mono\I18N.West.dll Always - + Libraries\Mono\Microsoft.CSharp.dll Always - + + Libraries\Mono\System.Runtime.Serialization.dll + Always + + + + + Libraries\Mono\I18N.dll + Always + + + Libraries\Mono\I18N.West.dll + Always + + Libraries\Mono\System.Runtime.Serialization.dll Always diff --git a/IPA.Loader/IPA.Loader.csproj b/IPA.Loader/IPA.Loader.csproj index 97060769..b3f02cb2 100644 --- a/IPA.Loader/IPA.Loader.csproj +++ b/IPA.Loader/IPA.Loader.csproj @@ -54,12 +54,24 @@ + + + + ..\Refs\UnityEngine.CoreModule.Net4.dll + False + + + ..\Refs\UnityEngine.UnityWebRequestModule.Net4.dll + False + + + - ..\Refs\UnityEngine.CoreModule.$(Platform).dll + ..\Refs\UnityEngine.CoreModule.Net3.dll False - ..\Refs\UnityEngine.UnityWebRequestModule.$(Platform).dll + ..\Refs\UnityEngine.UnityWebRequestModule.Net3.dll False diff --git a/Refs/UnityEngine.CoreModule.dll b/Refs/UnityEngine.CoreModule.Net4.dll similarity index 100% rename from Refs/UnityEngine.CoreModule.dll rename to Refs/UnityEngine.CoreModule.Net4.dll diff --git a/Refs/UnityEngine.CoreModule.xml b/Refs/UnityEngine.CoreModule.Net4.xml similarity index 100% rename from Refs/UnityEngine.CoreModule.xml rename to Refs/UnityEngine.CoreModule.Net4.xml diff --git a/Refs/UnityEngine.dll b/Refs/UnityEngine.Net4.dll similarity index 100% rename from Refs/UnityEngine.dll rename to Refs/UnityEngine.Net4.dll diff --git a/Refs/UnityEngine.xml b/Refs/UnityEngine.Net4.xml similarity index 100% rename from Refs/UnityEngine.xml rename to Refs/UnityEngine.Net4.xml diff --git a/Refs/UnityEngine.UnityWebRequestModule.dll b/Refs/UnityEngine.UnityWebRequestModule.Net4.dll similarity index 100% rename from Refs/UnityEngine.UnityWebRequestModule.dll rename to Refs/UnityEngine.UnityWebRequestModule.Net4.dll diff --git a/Refs/UnityEngine.UnityWebRequestModule.xml b/Refs/UnityEngine.UnityWebRequestModule.Net4.xml similarity index 100% rename from Refs/UnityEngine.UnityWebRequestModule.xml rename to Refs/UnityEngine.UnityWebRequestModule.Net4.xml