File tree Expand file tree Collapse file tree 3 files changed +32
-6
lines changed
Expand file tree Collapse file tree 3 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 364364 </ItemGroup >
365365 </When >
366366 <Otherwise >
367- <ItemGroup >
367+ <ItemGroup Condition = " '$(Configuration)'=='BIE_Cpp_CoreCLR' or '$(Configuration)'=='BIE_Unity_Cpp_CoreCLR' " >
368368 <Reference Include =" Assembly-CSharp" >
369369 <HintPath >..\..\..\..\Games\NIGHT-RUNNERS PROLOGUE 1.139\BepInEx\interop\Assembly-CSharp.dll</HintPath >
370370 </Reference >
377377 <Reference Include =" Rewired_Windows" >
378378 <HintPath >..\..\..\..\Games\NIGHT-RUNNERS PROLOGUE 1.139\BepInEx\interop\Rewired_Windows.dll</HintPath >
379379 </Reference >
380+ </ItemGroup >
381+
382+ <ItemGroup Condition =" '$(Configuration)'=='ML_Cpp_CoreCLR'" >
383+ <Reference Include =" Assembly-CSharp" >
384+ <HintPath >..\..\..\..\Steam\steamapps\common\NIGHT-RUNNERS PROLOGUE\MelonLoader\Il2CppAssemblies\Assembly-CSharp.dll</HintPath >
385+ </Reference >
386+ <Reference Include =" Assembly-CSharp-firstpass" >
387+ <HintPath >..\..\..\..\Steam\steamapps\common\NIGHT-RUNNERS PROLOGUE\MelonLoader\Il2CppAssemblies\Assembly-CSharp-firstpass.dll</HintPath >
388+ </Reference >
389+ <Reference Include =" Rewired_Core" >
390+ <HintPath >..\..\..\..\Steam\steamapps\common\NIGHT-RUNNERS PROLOGUE\MelonLoader\Il2CppAssemblies\Il2CppRewired_Core.dll</HintPath >
391+ </Reference >
392+ <Reference Include =" Rewired_Windows" >
393+ <HintPath >..\..\..\..\Steam\steamapps\common\NIGHT-RUNNERS PROLOGUE\MelonLoader\Il2CppAssemblies\Il2CppRewired_Windows.dll</HintPath >
394+ </Reference >
380395 </ItemGroup >
381396 </Otherwise >
382397 </Choose >
Original file line number Diff line number Diff line change 1+ // Global using directives
2+
3+ #if ML
4+ global using Il2Cpp ;
5+ #endif
6+
7+ #if INTEROP
8+ global using Il2CppInterop . Runtime ;
9+ #else
10+ global using UnhollowerRuntimeLib ;
11+ global using UnhollowerBaseLib ;
12+ #endif
Original file line number Diff line number Diff line change 11using CinematicUnityExplorer . NightRunners . Extensions ;
2- #if INTEROP
3- using Il2CppInterop . Runtime ;
2+
3+ #if BIE
4+ using Rewired ;
45#else
5- using UnhollowerRuntimeLib ;
6- using UnhollowerBaseLib ;
6+ using Il2CppRewired ;
77#endif
8- using Rewired ;
98
109namespace CinematicUnityExplorer . NightRunners . Utils
1110{
You can’t perform that action at this time.
0 commit comments