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