2020-08-07 22:19:03 +10:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
2020-09-08 06:21:45 +10:00
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
2020-08-07 22:19:03 +10:00
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{B21DBDE3-5D6F-4726-93AB-CC3CC68BAE7D}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2020-08-13 00:06:39 +10:00
|
|
|
|
<RootNamespace>Explorer</RootNamespace>
|
2020-08-07 22:19:03 +10:00
|
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
2020-09-08 17:07:10 +10:00
|
|
|
|
<TargetFrameworkProfile />
|
2020-08-13 23:34:21 +10:00
|
|
|
|
<AssemblyName>CppExplorer</AssemblyName>
|
2020-08-07 22:19:03 +10:00
|
|
|
|
<DebugSymbols>false</DebugSymbols>
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2020-09-08 06:21:45 +10:00
|
|
|
|
<OutputPath>..\Release\</OutputPath>
|
|
|
|
|
<DefineConstants />
|
2020-08-07 22:19:03 +10:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2020-09-08 17:07:10 +10:00
|
|
|
|
</PropertyGroup>
|
2020-08-07 22:19:03 +10:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Il2Cppmscorlib">
|
|
|
|
|
<HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\Il2Cppmscorlib.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-08-07 23:58:43 +10:00
|
|
|
|
<Reference Include="mcs">
|
|
|
|
|
<HintPath>..\lib\mcs.dll</HintPath>
|
2020-09-04 21:36:40 +10:00
|
|
|
|
<Private>True</Private>
|
2020-08-07 23:45:09 +10:00
|
|
|
|
</Reference>
|
2020-08-07 22:19:03 +10:00
|
|
|
|
<Reference Include="MelonLoader.ModHandler">
|
|
|
|
|
<HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\MelonLoader.ModHandler.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="UnhollowerBaseLib">
|
|
|
|
|
<HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnhollowerBaseLib.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-08 06:21:45 +10:00
|
|
|
|
<!-- Replace these references with ones from your game (..\MelonLoader\ folder) -->
|
|
|
|
|
<Reference Include="UnityEngine">
|
2020-08-13 23:34:21 +10:00
|
|
|
|
<HintPath>..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.dll</HintPath>
|
2020-08-07 22:19:03 +10:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-08 06:21:45 +10:00
|
|
|
|
<Reference Include="UnityEngine.CoreModule">
|
2020-08-13 23:34:21 +10:00
|
|
|
|
<HintPath>..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.CoreModule.dll</HintPath>
|
2020-08-07 22:19:03 +10:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-08 06:21:45 +10:00
|
|
|
|
<Reference Include="UnityEngine.IMGUIModule">
|
2020-08-13 23:34:21 +10:00
|
|
|
|
<HintPath>..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.IMGUIModule.dll</HintPath>
|
2020-08-07 22:19:03 +10:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-08 06:21:45 +10:00
|
|
|
|
<Reference Include="UnityEngine.PhysicsModule">
|
2020-08-13 23:34:21 +10:00
|
|
|
|
<HintPath>..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.PhysicsModule.dll</HintPath>
|
2020-08-07 22:19:03 +10:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-08 06:21:45 +10:00
|
|
|
|
<Reference Include="UnityEngine.TextRenderingModule">
|
2020-08-13 23:34:21 +10:00
|
|
|
|
<HintPath>..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
|
2020-08-07 22:19:03 +10:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-08 06:21:45 +10:00
|
|
|
|
<Reference Include="UnityEngine.UI">
|
2020-08-13 23:34:21 +10:00
|
|
|
|
<HintPath>..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.UI.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-08-07 22:19:03 +10:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-09-07 17:05:37 +10:00
|
|
|
|
<Compile Include="Helpers\IExpandHeight.cs" />
|
2020-09-05 20:27:00 +10:00
|
|
|
|
<Compile Include="CachedObjects\Struct\CacheColor.cs" />
|
|
|
|
|
<Compile Include="CachedObjects\Object\CacheDictionary.cs" />
|
|
|
|
|
<Compile Include="CachedObjects\Struct\CacheEnum.cs" />
|
|
|
|
|
<Compile Include="CachedObjects\Object\CacheGameObject.cs" />
|
|
|
|
|
<Compile Include="CachedObjects\Object\CacheList.cs" />
|
|
|
|
|
<Compile Include="CachedObjects\Struct\CachePrimitive.cs" />
|
|
|
|
|
<Compile Include="CachedObjects\Other\CacheOther.cs" />
|
|
|
|
|
<Compile Include="CachedObjects\Other\CacheMethod.cs" />
|
|
|
|
|
<Compile Include="CachedObjects\Struct\CacheQuaternion.cs" />
|
|
|
|
|
<Compile Include="CachedObjects\Struct\CacheVector.cs" />
|
|
|
|
|
<Compile Include="CachedObjects\Struct\CacheRect.cs" />
|
2020-08-07 22:19:03 +10:00
|
|
|
|
<Compile Include="CppExplorer.cs" />
|
2020-08-18 17:38:09 +10:00
|
|
|
|
<Compile Include="Extensions\ReflectionExtensions.cs" />
|
2020-09-08 06:21:45 +10:00
|
|
|
|
<Compile Include="Helpers\InputHelper.cs" />
|
2020-09-05 01:30:50 +10:00
|
|
|
|
<Compile Include="UnstripFixes\GUIUnstrip.cs" />
|
|
|
|
|
<Compile Include="UnstripFixes\ScrollViewStateUnstrip.cs" />
|
2020-08-18 17:38:09 +10:00
|
|
|
|
<Compile Include="Extensions\UnityExtensions.cs" />
|
2020-09-03 19:48:50 +10:00
|
|
|
|
<Compile Include="Helpers\PageHelper.cs" />
|
2020-08-18 17:11:58 +10:00
|
|
|
|
<Compile Include="Helpers\ReflectionHelpers.cs" />
|
|
|
|
|
<Compile Include="Helpers\UIHelpers.cs" />
|
|
|
|
|
<Compile Include="Helpers\UnityHelpers.cs" />
|
|
|
|
|
<Compile Include="MainMenu\InspectUnderMouse.cs" />
|
2020-08-29 21:15:54 +10:00
|
|
|
|
<Compile Include="CachedObjects\CacheObjectBase.cs" />
|
2020-09-05 01:30:50 +10:00
|
|
|
|
<Compile Include="UnstripFixes\SliderHandlerUnstrip.cs" />
|
|
|
|
|
<Compile Include="UnstripFixes\UnstripExtensions.cs" />
|
2020-08-28 00:45:34 +10:00
|
|
|
|
<Compile Include="Windows\ResizeDrag.cs" />
|
2020-08-30 01:08:48 +10:00
|
|
|
|
<Compile Include="Windows\TabViewWindow.cs" />
|
2020-08-18 17:11:58 +10:00
|
|
|
|
<Compile Include="Windows\UIWindow.cs" />
|
2020-08-07 23:45:09 +10:00
|
|
|
|
<Compile Include="MainMenu\Pages\ConsolePage.cs" />
|
|
|
|
|
<Compile Include="MainMenu\Pages\Console\REPL.cs" />
|
|
|
|
|
<Compile Include="MainMenu\Pages\Console\REPLHelper.cs" />
|
2020-08-13 00:06:39 +10:00
|
|
|
|
<Compile Include="MainMenu\Pages\WindowPage.cs" />
|
2020-08-18 17:11:58 +10:00
|
|
|
|
<Compile Include="Windows\WindowManager.cs" />
|
2020-08-07 23:45:09 +10:00
|
|
|
|
<Compile Include="MainMenu\MainMenu.cs" />
|
2020-08-18 17:11:58 +10:00
|
|
|
|
<Compile Include="Windows\GameObjectWindow.cs" />
|
|
|
|
|
<Compile Include="Windows\ReflectionWindow.cs" />
|
2020-08-07 23:45:09 +10:00
|
|
|
|
<Compile Include="MainMenu\Pages\ScenePage.cs" />
|
|
|
|
|
<Compile Include="MainMenu\Pages\SearchPage.cs" />
|
2020-08-18 17:11:58 +10:00
|
|
|
|
<Compile Include="Helpers\UIStyles.cs" />
|
2020-08-07 22:19:03 +10:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|