2020-09-27 22:04:23 +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-29 05:40:06 +10:00
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Release_ML_Cpp</Configuration>
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{B21DBDE3-5D6F-4726-93AB-CC3CC68BAE7D}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
|
|
|
|
<TargetFrameworkProfile />
|
2020-09-30 01:52:49 +10:00
|
|
|
|
<OutputPath>..\Release\Explorer.MelonLoader.Il2Cpp\</OutputPath>
|
|
|
|
|
<DefineConstants>CPP,ML</DefineConstants>
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<IsCpp>true</IsCpp>
|
|
|
|
|
<IsMelonLoader>true</IsMelonLoader>
|
|
|
|
|
<IsNet35>false</IsNet35>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<DebugSymbols>false</DebugSymbols>
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
<RootNamespace>Explorer</RootNamespace>
|
|
|
|
|
<AssemblyName>Explorer</AssemblyName>
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<!-- Set this to the MelonLoader Il2Cpp Game folder, without the ending '\' character. -->
|
|
|
|
|
<MLCppGameFolder>D:\Steam\steamapps\common\Hellpoint</MLCppGameFolder>
|
|
|
|
|
<!-- Set this to the MelonLoader Mono Game folder, without the ending '\' character. -->
|
|
|
|
|
<MLMonoGameFolder>D:\Steam\steamapps\common\Outward</MLMonoGameFolder>
|
|
|
|
|
<!-- Set this to the BepInEx Il2Cpp Game folder, without the ending '\' character. -->
|
|
|
|
|
<BIECppGameFolder>D:\Steam\steamapps\common\Outward - Il2Cpp</BIECppGameFolder>
|
|
|
|
|
<!-- Set this to the BepInEx Mono Game folder, without the ending '\' character. -->
|
|
|
|
|
<BIEMonoGameFolder>D:\Steam\steamapps\common\Outward</BIEMonoGameFolder>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_ML_Cpp|AnyCPU' ">
|
|
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
2020-09-27 22:52:08 +10:00
|
|
|
|
<OutputPath>..\Release\Explorer.MelonLoader.Il2Cpp\</OutputPath>
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<DefineConstants>CPP,ML</DefineConstants>
|
|
|
|
|
<IsCpp>true</IsCpp>
|
|
|
|
|
<IsMelonLoader>true</IsMelonLoader>
|
|
|
|
|
<IsNet35>false</IsNet35>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_ML_Mono|AnyCPU' ">
|
|
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
2020-09-27 22:52:08 +10:00
|
|
|
|
<OutputPath>..\Release\Explorer.MelonLoader.Mono\</OutputPath>
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<DefineConstants>MONO,ML</DefineConstants>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
<IsCpp>false</IsCpp>
|
|
|
|
|
<IsMelonLoader>true</IsMelonLoader>
|
|
|
|
|
<IsNet35>false</IsNet35>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_ML_Mono_NET35|AnyCPU' ">
|
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
2020-09-27 22:52:08 +10:00
|
|
|
|
<OutputPath>..\Release\Explorer.MelonLoader.Mono.NET35\</OutputPath>
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<DefineConstants>MONO,ML,NET35</DefineConstants>
|
|
|
|
|
<IsCpp>false</IsCpp>
|
|
|
|
|
<IsMelonLoader>true</IsMelonLoader>
|
|
|
|
|
<IsNet35>true</IsNet35>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_BIE_Cpp|AnyCPU' ">
|
|
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
2020-09-27 22:52:08 +10:00
|
|
|
|
<OutputPath>..\Release\Explorer.BepInEx.Il2Cpp\</OutputPath>
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<DefineConstants>CPP,BIE</DefineConstants>
|
|
|
|
|
<IsCpp>true</IsCpp>
|
|
|
|
|
<IsMelonLoader>false</IsMelonLoader>
|
|
|
|
|
<IsNet35>false</IsNet35>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_BIE_Mono|AnyCPU' ">
|
|
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
2020-09-27 22:52:08 +10:00
|
|
|
|
<OutputPath>..\Release\Explorer.BepInEx.Mono\</OutputPath>
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<DefineConstants>MONO,BIE</DefineConstants>
|
|
|
|
|
<IsCpp>false</IsCpp>
|
|
|
|
|
<IsMelonLoader>false</IsMelonLoader>
|
|
|
|
|
<IsNet35>false</IsNet35>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_BIE_Mono_NET35|AnyCPU' ">
|
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
2020-09-27 22:52:08 +10:00
|
|
|
|
<OutputPath>..\Release\Explorer.BepInEx.Mono.NET35\</OutputPath>
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<DefineConstants>MONO,BIE,NET35</DefineConstants>
|
|
|
|
|
<IsCpp>false</IsCpp>
|
|
|
|
|
<IsMelonLoader>false</IsMelonLoader>
|
|
|
|
|
<IsNet35>true</IsNet35>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<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" />
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<!-- MCS ref -->
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<Reference Include="mcs" Condition="'$(IsNet35)'=='false'">
|
|
|
|
|
<HintPath>..\lib\mcs.dll</HintPath>
|
2020-10-04 19:01:39 +11:00
|
|
|
|
<Private>False</Private>
|
2020-09-27 22:04:23 +10:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="mcs" Condition="'$(IsNet35)'=='true'">
|
|
|
|
|
<HintPath>..\lib\mcs.NET35.dll</HintPath>
|
2020-10-04 19:01:39 +11:00
|
|
|
|
<Private>False</Private>
|
2020-09-27 22:04:23 +10:00
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<!-- Universal Mono UnityEngine.dll ref (v5.3) -->
|
|
|
|
|
<ItemGroup Condition="'$(IsCpp)'=='false'">
|
|
|
|
|
<Reference Include="UnityEngine">
|
|
|
|
|
<HintPath>..\lib\UnityEngine.dll</HintPath>
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<!-- MelonLoader Mono ref -->
|
|
|
|
|
<ItemGroup Condition="'$(IsMelonLoader)|$(IsCpp)'=='true|false'">
|
|
|
|
|
<Reference Include="MelonLoader.ModHandler">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(MLMonoGameFolder)\MelonLoader\MelonLoader.ModHandler.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<!-- BepInEx Mono refs -->
|
|
|
|
|
<ItemGroup Condition="'$(IsMelonLoader)|$(IsCpp)'=='false|false'">
|
|
|
|
|
<Reference Include="BepInEx">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(BIEMonoGameFolder)\BepInEx\core\BepInEx.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="0Harmony">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(BIEMonoGameFolder)\BepInEx\core\0Harmony.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<!-- MelonLoader Il2Cpp refs -->
|
|
|
|
|
<ItemGroup Condition="'$(IsMelonLoader)|$(IsCpp)'=='true|true'">
|
|
|
|
|
<Reference Include="MelonLoader.ModHandler">
|
|
|
|
|
<HintPath>$(MLCppGameFolder)\MelonLoader\MelonLoader.ModHandler.dll</HintPath>
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="UnhollowerBaseLib">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(MLCppGameFolder)\MelonLoader\Managed\UnhollowerBaseLib.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="Il2Cppmscorlib">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(MLCppGameFolder)\MelonLoader\Managed\Il2Cppmscorlib.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="Il2CppSystem.Core">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(MLCppGameFolder)\MelonLoader\Managed\Il2CppSystem.Core.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="UnityEngine">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(MLCppGameFolder)\MelonLoader\Managed\UnityEngine.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="UnityEngine.CoreModule">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(MLCppGameFolder)\MelonLoader\Managed\UnityEngine.CoreModule.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="UnityEngine.IMGUIModule">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(MLCppGameFolder)\MelonLoader\Managed\UnityEngine.IMGUIModule.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="UnityEngine.PhysicsModule">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(MLCppGameFolder)\MelonLoader\Managed\UnityEngine.PhysicsModule.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="UnityEngine.TextRenderingModule">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(MLCppGameFolder)\MelonLoader\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="UnityEngine.UI">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(MLCppGameFolder)\MelonLoader\Managed\UnityEngine.UI.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<!-- BepInEx Il2Cpp refs -->
|
|
|
|
|
<ItemGroup Condition="'$(IsMelonLoader)|$(IsCpp)'=='false|true'">
|
|
|
|
|
<Reference Include="BepInEx">
|
|
|
|
|
<HintPath>$(BIECppGameFolder)\BepInEx\core\BepInEx.Core.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="0Harmony">
|
|
|
|
|
<HintPath>$(BIECppGameFolder)\BepInEx\core\0Harmony.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="BepInEx.IL2CPP">
|
|
|
|
|
<HintPath>$(BIECppGameFolder)\BepInEx\core\BepInEx.IL2CPP.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnhollowerBaseLib">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(BIECppGameFolder)\BepInEx\core\UnhollowerBaseLib.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="Il2Cppmscorlib">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(BIECppGameFolder)\BepInEx\unhollowed\Il2Cppmscorlib.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="Il2CppSystem.Core">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(BIECppGameFolder)\BepInEx\unhollowed\Il2CppSystem.Core.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="UnityEngine">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(BIECppGameFolder)\BepInEx\unhollowed\UnityEngine.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="UnityEngine.CoreModule">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(BIECppGameFolder)\BepInEx\unhollowed\UnityEngine.CoreModule.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="UnityEngine.IMGUIModule">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(BIECppGameFolder)\BepInEx\unhollowed\UnityEngine.IMGUIModule.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="UnityEngine.PhysicsModule">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(BIECppGameFolder)\BepInEx\unhollowed\UnityEngine.PhysicsModule.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="UnityEngine.TextRenderingModule">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(BIECppGameFolder)\BepInEx\unhollowed\UnityEngine.TextRenderingModule.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Reference Include="UnityEngine.UI">
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<HintPath>$(BIECppGameFolder)\BepInEx\unhollowed\UnityEngine.UI.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Compile Include="CachedObjects\CacheFactory.cs" />
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<Compile Include="CachedObjects\IExpandHeight.cs" />
|
|
|
|
|
<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\CacheEnumFlags.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" />
|
|
|
|
|
<Compile Include="Config\ModConfig.cs" />
|
|
|
|
|
<Compile Include="ExplorerCore.cs" />
|
2020-09-29 05:40:06 +10:00
|
|
|
|
<Compile Include="ExplorerBepInPlugin.cs" />
|
|
|
|
|
<Compile Include="ExplorerMelonMod.cs" />
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<Compile Include="Extensions\ReflectionExtensions.cs" />
|
2020-10-03 20:19:44 +10:00
|
|
|
|
<Compile Include="Input\AbstractInput.cs" />
|
|
|
|
|
<Compile Include="Input\InputManager.cs" />
|
|
|
|
|
<Compile Include="Input\InputSystem.cs" />
|
|
|
|
|
<Compile Include="Input\LegacyInput.cs" />
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<Compile Include="Menu\CursorControl.cs" />
|
2020-10-01 20:20:52 +10:00
|
|
|
|
<Compile Include="Menu\MainMenu\Pages\OptionsPage.cs" />
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<Compile Include="Tests\TestClass.cs" />
|
|
|
|
|
<Compile Include="UnstripFixes\GUIUnstrip.cs" />
|
2020-09-30 01:52:49 +10:00
|
|
|
|
<Compile Include="UnstripFixes\Internal_LayoutUtility.cs" />
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<Compile Include="Extensions\UnityExtensions.cs" />
|
|
|
|
|
<Compile Include="Helpers\PageHelper.cs" />
|
|
|
|
|
<Compile Include="Helpers\ReflectionHelpers.cs" />
|
|
|
|
|
<Compile Include="Menu\UIHelpers.cs" />
|
|
|
|
|
<Compile Include="Helpers\UnityHelpers.cs" />
|
|
|
|
|
<Compile Include="Menu\InspectUnderMouse.cs" />
|
|
|
|
|
<Compile Include="CachedObjects\CacheObjectBase.cs" />
|
2020-09-30 01:52:49 +10:00
|
|
|
|
<Compile Include="UnstripFixes\Internal_ScrollViewState.cs" />
|
|
|
|
|
<Compile Include="UnstripFixes\Internal_SliderHandler.cs" />
|
2020-09-27 22:04:23 +10:00
|
|
|
|
<Compile Include="Menu\ResizeDrag.cs" />
|
|
|
|
|
<Compile Include="Menu\Windows\TabViewWindow.cs" />
|
|
|
|
|
<Compile Include="Menu\Windows\UIWindow.cs" />
|
|
|
|
|
<Compile Include="Menu\MainMenu\Pages\ConsolePage.cs" />
|
|
|
|
|
<Compile Include="Menu\MainMenu\Pages\Console\REPL.cs" />
|
|
|
|
|
<Compile Include="Menu\MainMenu\Pages\Console\REPLHelper.cs" />
|
|
|
|
|
<Compile Include="Menu\MainMenu\Pages\WindowPage.cs" />
|
|
|
|
|
<Compile Include="Menu\Windows\WindowManager.cs" />
|
|
|
|
|
<Compile Include="Menu\MainMenu\MainMenu.cs" />
|
|
|
|
|
<Compile Include="Menu\Windows\GameObjectWindow.cs" />
|
|
|
|
|
<Compile Include="Menu\Windows\ReflectionWindow.cs" />
|
|
|
|
|
<Compile Include="Menu\MainMenu\Pages\ScenePage.cs" />
|
|
|
|
|
<Compile Include="Menu\MainMenu\Pages\SearchPage.cs" />
|
|
|
|
|
<Compile Include="Menu\UIStyles.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2020-09-30 01:52:49 +10:00
|
|
|
|
<Compile Include="UnstripFixes\Internal.cs" />
|
|
|
|
|
<Compile Include="UnstripFixes\Internal_SliderState.cs" />
|
2020-09-27 22:04:23 +10:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|