diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 7dadce3..abe6f49 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -11,6 +11,9 @@ jobs: runs-on: windows-latest + env: + NUGET_ENABLE_LEGACY_CSPROJ_PACK: true + steps: - name: Checkout uses: actions/checkout@v1 diff --git a/RuntimeUnityEditor.Core.IL2CPP/ILRepack.targets b/RuntimeUnityEditor.Core.IL2CPP/ILRepack.targets deleted file mode 100644 index 8c4f85a..0000000 --- a/RuntimeUnityEditor.Core.IL2CPP/ILRepack.targets +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditor.Core.IL2CPP.csproj b/RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditor.Core.IL2CPP.csproj index 2910b8b..d0c57c7 100644 --- a/RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditor.Core.IL2CPP.csproj +++ b/RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditor.Core.IL2CPP.csproj @@ -8,6 +8,8 @@ RuntimeUnityEditor.Core true + 5.5 + ..\bin\IL2CPP\ false True diff --git a/RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditor.Core.csproj b/RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditor.Core.csproj deleted file mode 100644 index ea1aaca..0000000 --- a/RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditor.Core.csproj +++ /dev/null @@ -1,204 +0,0 @@ - - - - - Debug - AnyCPU - {A66A97B4-F32F-4748-8332-48F0876F0AAC} - Library - Properties - RuntimeUnityEditor.Core - RuntimeUnityEditor.Core - v3.5 - 512 - - - - - true - embedded - false - ..\bin\Core\ - DEBUG;TRACE - prompt - 4 - - - - - embedded - true - ..\bin\Core\ - TRACE - prompt - 4 - - - true - ..\bin\Core\RuntimeUnityEditor.Core.xml - - - - ..\packages\HarmonyX.2.6.0\lib\net35\0Harmony.dll - True - - - ..\packages\Mono.Cecil.0.10.4\lib\net35\Mono.Cecil.dll - False - - - ..\packages\Mono.Cecil.0.10.4\lib\net35\Mono.Cecil.Mdb.dll - False - - - ..\packages\Mono.Cecil.0.10.4\lib\net35\Mono.Cecil.Pdb.dll - False - - - ..\packages\Mono.Cecil.0.10.4\lib\net35\Mono.Cecil.Rocks.dll - False - - - ..\packages\MonoMod.RuntimeDetour.21.11.1.1\lib\net35\MonoMod.RuntimeDetour.dll - False - - - ..\packages\MonoMod.Utils.21.11.1.1\lib\net35\MonoMod.Utils.dll - False - - - False - - - False - - - ..\packages\Unity.InputSystem.1.5.0\lib\net35\Unity.InputSystem.dll - False - - - ..\packages\IllusionLibs.HoneySelect.UnityEngine.5.3.5\lib\net35\UnityEngine.dll - True - - - ..\packages\IllusionLibs.HoneySelect.UnityEngine.UI.5.3.5\lib\net35\UnityEngine.UI.dll - False - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - LICENSE - PreserveNewest - - - README.md - PreserveNewest - - - - - - - - - - - {e4989e4c-0875-4528-9031-08e2c0e70103} - mcs - True - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - \ No newline at end of file diff --git a/RuntimeUnityEditor.Core.IL2CPP/packages.config b/RuntimeUnityEditor.Core.IL2CPP/packages.config deleted file mode 100644 index eec00f8..0000000 --- a/RuntimeUnityEditor.Core.IL2CPP/packages.config +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/RuntimeUnityEditor.Core.Mono/RuntimeUnityEditor.Core.nuspec b/RuntimeUnityEditor.Core.Mono/RuntimeUnityEditor.Core.Mono.nuspec similarity index 100% rename from RuntimeUnityEditor.Core.Mono/RuntimeUnityEditor.Core.nuspec rename to RuntimeUnityEditor.Core.Mono/RuntimeUnityEditor.Core.Mono.nuspec