|
41 | 41 | <DefineConstants>CPP,ML</DefineConstants> |
42 | 42 | <IsCpp>true</IsCpp> |
43 | 43 | <IsMelonLoader>true</IsMelonLoader> |
| 44 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
44 | 45 | </PropertyGroup> |
45 | 46 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_ML_Mono|AnyCPU' "> |
46 | 47 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
49 | 50 | <Prefer32Bit>false</Prefer32Bit> |
50 | 51 | <IsCpp>false</IsCpp> |
51 | 52 | <IsMelonLoader>true</IsMelonLoader> |
| 53 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
52 | 54 | </PropertyGroup> |
53 | 55 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_BIE_Cpp|AnyCPU' "> |
54 | 56 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
55 | 57 | <OutputPath>..\Release\Explorer.BepInEx.Il2Cpp\</OutputPath> |
56 | 58 | <DefineConstants>CPP,BIE</DefineConstants> |
57 | 59 | <IsCpp>true</IsCpp> |
58 | 60 | <IsMelonLoader>false</IsMelonLoader> |
| 61 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
59 | 62 | </PropertyGroup> |
60 | 63 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_BIE_Mono|AnyCPU' "> |
61 | 64 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
62 | 65 | <OutputPath>..\Release\Explorer.BepInEx.Mono\</OutputPath> |
63 | 66 | <DefineConstants>MONO,BIE</DefineConstants> |
64 | 67 | <IsCpp>false</IsCpp> |
65 | 68 | <IsMelonLoader>false</IsMelonLoader> |
| 69 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
66 | 70 | </PropertyGroup> |
67 | 71 | <ItemGroup> |
68 | 72 | <Reference Include="System" /> |
|
230 | 234 | <Compile Include="Input\InputSystem.cs" /> |
231 | 235 | <Compile Include="Input\LegacyInput.cs" /> |
232 | 236 | <Compile Include="Input\NoInput.cs" /> |
233 | | - <Compile Include="Tests\TestClass.cs" /> |
234 | 237 | <Compile Include="UI\Inspectors\InspectUnderMouse.cs" /> |
235 | 238 | <Compile Include="UI\Inspectors\Reflection\InstanceInspector.cs" /> |
236 | 239 | <Compile Include="UI\Inspectors\ReflectionInspector.cs" /> |
|
254 | 257 | <Compile Include="UI\TabViewWindow.cs" /> |
255 | 258 | <Compile Include="UI\WindowBase.cs" /> |
256 | 259 | <Compile Include="UI\WindowManager.cs" /> |
257 | | - <Compile Include="UnstripFixes\GUIUnstrip.cs" /> |
258 | | - <Compile Include="UnstripFixes\Internal_LayoutUtility.cs" /> |
259 | | - <Compile Include="UnstripFixes\Internal_ScrollViewState.cs" /> |
260 | | - <Compile Include="UnstripFixes\Internal_SliderHandler.cs" /> |
| 260 | + <Compile Include="Unstrip\Scene\SceneUnstrip.cs" /> |
| 261 | + <Compile Include="Unstrip\IMGUI\GUIUnstrip.cs" /> |
| 262 | + <Compile Include="Unstrip\IMGUI\Internal_LayoutUtility.cs" /> |
| 263 | + <Compile Include="Unstrip\IMGUI\Internal_ScrollViewState.cs" /> |
| 264 | + <Compile Include="Unstrip\IMGUI\Internal_SliderHandler.cs" /> |
261 | 265 | <Compile Include="Properties\AssemblyInfo.cs" /> |
262 | | - <Compile Include="UnstripFixes\Internal.cs" /> |
263 | | - <Compile Include="UnstripFixes\Internal_SliderState.cs" /> |
| 266 | + <Compile Include="Unstrip\IMGUI\Internal.cs" /> |
| 267 | + <Compile Include="Unstrip\IMGUI\Internal_SliderState.cs" /> |
264 | 268 | </ItemGroup> |
265 | 269 | <ItemGroup> |
266 | 270 | <None Include="ILRepack.targets" /> |
|
0 commit comments