|
7 | 7 | <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> |
8 | 8 | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
9 | 9 | <AllowedReferenceRelatedFileExtensions>none</AllowedReferenceRelatedFileExtensions> |
10 | | - <DebugSymbols>false</DebugSymbols> |
11 | | - <DebugType>none</DebugType> |
| 10 | + <DebugSymbols>true</DebugSymbols> |
| 11 | + <DebugType>embedded</DebugType> |
12 | 12 | <RootNamespace>UnityExplorer</RootNamespace> |
13 | | - <LangVersion>10.0</LangVersion> |
14 | | - <Configurations>BIE_Cpp;BIE_Cpp_CoreCLR;BIE5_Mono;BIE6_Mono;ML_Cpp_net6;ML_Cpp_net472;ML_Mono;STANDALONE_Mono;STANDALONE_Cpp</Configurations> |
| 13 | + <LangVersion>latest</LangVersion> |
| 14 | + <Configurations>BIE_Cpp;BIE_Cpp_CoreCLR;BIE5_Mono;BIE6_Mono;ML_Cpp_net6;ML_Cpp_net6_interop;ML_Cpp_net472;ML_Mono;STANDALONE_Mono;STANDALONE_Cpp</Configurations> |
15 | 15 | </PropertyGroup> |
16 | 16 | <!-- ~~~~~ CONFIGURATIONS ~~~~~ --> |
17 | | - <!-- ML IL2CPP net6 --> |
| 17 | + <!-- ML IL2CPP Unhollower net6 --> |
18 | 18 | <PropertyGroup Condition="'$(Configuration)'=='ML_Cpp_net6'"> |
19 | 19 | <TargetFramework>net6</TargetFramework> |
20 | 20 | <OutputPath>..\Release\UnityExplorer.MelonLoader.IL2CPP.net6preview\</OutputPath> |
21 | 21 | <DefineConstants>CPP,ML,UNHOLLOWER</DefineConstants> |
22 | 22 | <AssemblyName>UnityExplorer.ML.IL2CPP.net6preview</AssemblyName> |
23 | 23 | </PropertyGroup> |
| 24 | + <!-- ML IL2CPP Interop net6 --> |
| 25 | + <PropertyGroup Condition="'$(Configuration)'=='ML_Cpp_net6_interop'"> |
| 26 | + <TargetFramework>net6</TargetFramework> |
| 27 | + <OutputPath>..\Release\UnityExplorer.MelonLoader.IL2CPP.net6preview.interop\</OutputPath> |
| 28 | + <DefineConstants>CPP,ML,INTEROP</DefineConstants> |
| 29 | + <AssemblyName>UnityExplorer.ML.IL2CPP.net6preview.interop</AssemblyName> |
| 30 | + </PropertyGroup> |
24 | 31 | <!-- ML IL2CPP net472 (TEMP) --> |
25 | 32 | <PropertyGroup Condition="'$(Configuration)'=='ML_Cpp_net472'"> |
26 | 33 | <TargetFramework>net472</TargetFramework> |
|
93 | 100 | <PackageReference Include="Il2CppInterop.Runtime" Version="1.0.0" /> |
94 | 101 | <PackageReference Include="UniverseLib.IL2CPP.Interop" Version="1.5.1" /> |
95 | 102 | </ItemGroup> |
| 103 | + <ItemGroup Condition="'$(Configuration)'=='ML_Cpp_net6_interop'"> |
| 104 | + <PackageReference Include="Il2CppInterop.Common" Version="1.0.0" /> |
| 105 | + <PackageReference Include="Il2CppInterop.Runtime" Version="1.0.0" /> |
| 106 | + <PackageReference Include="UniverseLib.IL2CPP.Interop.ML" Version="1.5.4.1" /> |
| 107 | + </ItemGroup> |
96 | 108 | <!-- mono nuget --> |
97 | 109 | <ItemGroup Condition="'$(Configuration)'=='BIE6_Mono' or '$(Configuration)'=='BIE5_Mono' or '$(Configuration)'=='ML_Mono' or '$(Configuration)'=='STANDALONE_Mono'"> |
98 | 110 | <PackageReference Include="UniverseLib.Mono" Version="1.5.1" /> |
|
114 | 126 | </Reference> |
115 | 127 | </ItemGroup> |
116 | 128 | <!-- MelonLoader net6 --> |
117 | | - <ItemGroup Condition="'$(Configuration)'=='ML_Cpp_net6'"> |
| 129 | + <ItemGroup Condition="'$(Configuration)'=='ML_Cpp_net6' or '$(Configuration)'=='ML_Cpp_net6_interop'"> |
118 | 130 | <Reference Include="MelonLoader"> |
119 | 131 | <HintPath>..\lib\net6\MelonLoader.dll</HintPath> |
120 | 132 | <Private>False</Private> |
|
211 | 223 | </Reference> |
212 | 224 | </ItemGroup> |
213 | 225 | <!-- Il2Cpp Interop --> |
214 | | - <ItemGroup Condition="'$(Configuration)'=='BIE_Cpp_CoreCLR'"> |
| 226 | + <ItemGroup Condition="'$(Configuration)'=='BIE_Cpp_CoreCLR' or '$(Configuration)'=='ML_Cpp_net6_interop'"> |
215 | 227 | <Reference Include="Il2Cppmscorlib"> |
216 | 228 | <HintPath>..\lib\interop\Il2Cppmscorlib.dll</HintPath> |
217 | 229 | <Private>False</Private> |
|
0 commit comments