|
38 | 38 | <AssemblyName>UnityExplorer.ML.IL2CPP</AssemblyName>
|
39 | 39 | <IsCpp>true</IsCpp>
|
40 | 40 | <IsMelonLoader>true</IsMelonLoader>
|
41 |
| - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
42 | 41 | </PropertyGroup>
|
43 | 42 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_ML_Mono|AnyCPU' ">
|
44 | 43 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
48 | 47 | <Prefer32Bit>false</Prefer32Bit>
|
49 | 48 | <IsCpp>false</IsCpp>
|
50 | 49 | <IsMelonLoader>true</IsMelonLoader>
|
51 |
| - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
52 | 50 | </PropertyGroup>
|
53 | 51 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_BIE_Cpp|AnyCPU' ">
|
54 | 52 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
57 | 55 | <AssemblyName>UnityExplorer.BIE.IL2CPP</AssemblyName>
|
58 | 56 | <IsCpp>true</IsCpp>
|
59 | 57 | <IsMelonLoader>false</IsMelonLoader>
|
60 |
| - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
61 | 58 | </PropertyGroup>
|
62 | 59 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_BIE6_Mono|AnyCPU' ">
|
63 | 60 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
66 | 63 | <AssemblyName>UnityExplorer.BIE6.Mono</AssemblyName>
|
67 | 64 | <IsCpp>false</IsCpp>
|
68 | 65 | <IsMelonLoader>false</IsMelonLoader>
|
69 |
| - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
70 | 66 | </PropertyGroup>
|
71 | 67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BIE5_Mono|AnyCPU'">
|
| 68 | + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
72 | 69 | <OutputPath>..\Release\UnityExplorer.BepInEx5.Mono\</OutputPath>
|
73 | 70 | <DefineConstants>MONO,BIE,BIE5</DefineConstants>
|
74 | 71 | <AssemblyName>UnityExplorer.BIE5.Mono</AssemblyName>
|
75 |
| - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
76 |
| - <PlatformTarget>x64</PlatformTarget> |
77 |
| - <LangVersion>7.3</LangVersion> |
78 |
| - <ErrorReport>prompt</ErrorReport> |
| 72 | + <IsCpp>false</IsCpp> |
| 73 | + <IsMelonLoader>false</IsMelonLoader> |
79 | 74 | </PropertyGroup>
|
80 | 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_STANDALONE_Mono|AnyCPU'">
|
81 | 76 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
85 | 80 | <IsCpp>false</IsCpp>
|
86 | 81 | <IsMelonLoader>false</IsMelonLoader>
|
87 | 82 | <IsStandalone>true</IsStandalone>
|
88 |
| - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
89 | 83 | </PropertyGroup>
|
90 | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_STANDALONE_Cpp|AnyCPU'">
|
91 | 85 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
95 | 89 | <IsCpp>true</IsCpp>
|
96 | 90 | <IsMelonLoader>false</IsMelonLoader>
|
97 | 91 | <IsStandalone>true</IsStandalone>
|
98 |
| - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
99 | 92 | </PropertyGroup>
|
100 | 93 | <ItemGroup>
|
101 | 94 | <Reference Include="INIFileParser, Version=2.5.2.0, Culture=neutral, PublicKeyToken=79af7b307b65cf3c, processorArchitecture=MSIL">
|
|
270 | 263 | <ItemGroup>
|
271 | 264 | <Compile Include="Loader\ExplorerBepIn6Plugin.cs" />
|
272 | 265 | <Compile Include="Loader\ExplorerStandalone.cs" />
|
273 |
| - <Compile Include="Helpers\EventHelper.cs" /> |
274 | 266 | <Compile Include="Inspectors\MouseInspector.cs" />
|
275 | 267 | <Compile Include="Inspectors\Reflection\CacheObject\CacheEnumerated.cs" />
|
276 | 268 | <Compile Include="Inspectors\Reflection\CacheObject\CacheField.cs" />
|
|
298 | 290 | <Compile Include="Inspectors\Reflection\InteractiveValue\InteractiveString.cs" />
|
299 | 291 | <Compile Include="Inspectors\Reflection\InteractiveValue\InteractiveUnityStruct.cs" />
|
300 | 292 | <Compile Include="Loader\IExplorerLoader.cs" />
|
| 293 | + <Compile Include="Runtime\Il2Cpp\Il2CppProvider.cs" /> |
| 294 | + <Compile Include="Runtime\RuntimeProvider.cs" /> |
| 295 | + <Compile Include="Runtime\Mono\MonoProvider.cs" /> |
301 | 296 | <Compile Include="UI\ForceUnlockCursor.cs" />
|
302 | 297 | <Compile Include="Input\IHandleInput.cs" />
|
303 | 298 | <Compile Include="Tests\Tests.cs" />
|
|
0 commit comments