|
8 | 8 | <OutputType>Library</OutputType>
|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 | 10 | <RootNamespace>Explorer</RootNamespace>
|
11 |
| - <AssemblyName>CppExplorer</AssemblyName> |
12 | 11 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
13 | 12 | <FileAlignment>512</FileAlignment>
|
14 | 13 | <Deterministic>true</Deterministic>
|
15 | 14 | <TargetFrameworkProfile />
|
16 | 15 | </PropertyGroup>
|
17 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
| 17 | + <AssemblyName>CppExplorer</AssemblyName> |
18 | 18 | <DebugSymbols>false</DebugSymbols>
|
19 | 19 | <DebugType>none</DebugType>
|
20 | 20 | <Optimize>false</Optimize>
|
21 | 21 | <OutputPath>..\Release\</OutputPath>
|
22 |
| - <DefineConstants> |
23 |
| - </DefineConstants> |
| 22 | + <DefineConstants>DEBUG</DefineConstants> |
24 | 23 | <ErrorReport>prompt</ErrorReport>
|
25 | 24 | <WarningLevel>4</WarningLevel>
|
26 | 25 | <PlatformTarget>x64</PlatformTarget>
|
27 | 26 | <Prefer32Bit>false</Prefer32Bit>
|
28 | 27 | </PropertyGroup>
|
29 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
30 |
| - <DebugType>pdbonly</DebugType> |
31 |
| - <Optimize>true</Optimize> |
32 |
| - <OutputPath>bin\Release\</OutputPath> |
33 |
| - <DefineConstants>TRACE</DefineConstants> |
| 28 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Unity2018|AnyCPU' "> |
| 29 | + <AssemblyName>CppExplorer_Unity2018</AssemblyName> |
| 30 | + <DebugSymbols>false</DebugSymbols> |
| 31 | + <DebugType>none</DebugType> |
| 32 | + <Optimize>false</Optimize> |
| 33 | + <OutputPath>..\Release\</OutputPath> |
| 34 | + <DefineConstants>Release_Unity2018</DefineConstants> |
34 | 35 | <ErrorReport>prompt</ErrorReport>
|
35 | 36 | <WarningLevel>4</WarningLevel>
|
| 37 | + <PlatformTarget>x64</PlatformTarget> |
36 | 38 | <Prefer32Bit>false</Prefer32Bit>
|
37 | 39 | </PropertyGroup>
|
38 | 40 | <ItemGroup>
|
|
66 | 68 | <HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnhollowerRuntimeLib.dll</HintPath>
|
67 | 69 | <Private>False</Private>
|
68 | 70 | </Reference>
|
69 |
| - <Reference Include="Unity.TextMeshPro"> |
70 |
| - <HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\Unity.TextMeshPro.dll</HintPath> |
| 71 | + <!-- Unity 2019 build (InputLegacyModule.dll) --> |
| 72 | + <Reference Include="UnityEngine" Condition="'$(Configuration)'=='Debug'"> |
| 73 | + <HintPath>..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.dll</HintPath> |
71 | 74 | <Private>False</Private>
|
72 | 75 | </Reference>
|
73 |
| - <Reference Include="UnityEngine.CoreModule"> |
74 |
| - <HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.CoreModule.dll</HintPath> |
| 76 | + <Reference Include="UnityEngine.CoreModule" Condition="'$(Configuration)'=='Debug'"> |
| 77 | + <HintPath>..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.CoreModule.dll</HintPath> |
75 | 78 | <Private>False</Private>
|
76 | 79 | </Reference>
|
77 |
| - <Reference Include="UnityEngine.IMGUIModule"> |
78 |
| - <HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.IMGUIModule.dll</HintPath> |
| 80 | + <Reference Include="UnityEngine.IMGUIModule" Condition="'$(Configuration)'=='Debug'"> |
| 81 | + <HintPath>..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.IMGUIModule.dll</HintPath> |
79 | 82 | <Private>False</Private>
|
80 | 83 | </Reference>
|
81 |
| - <Reference Include="UnityEngine.InputLegacyModule"> |
82 |
| - <HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.InputLegacyModule.dll</HintPath> |
| 84 | + <Reference Include="UnityEngine.InputModule" Condition="'$(Configuration)'=='Debug'"> |
| 85 | + <HintPath>..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.InputLegacyModule.dll</HintPath> |
83 | 86 | <Private>False</Private>
|
84 | 87 | </Reference>
|
85 |
| - <Reference Include="UnityEngine.InputModule"> |
86 |
| - <HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.InputModule.dll</HintPath> |
| 88 | + <Reference Include="UnityEngine.PhysicsModule" Condition="'$(Configuration)'=='Debug'"> |
| 89 | + <HintPath>..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.PhysicsModule.dll</HintPath> |
87 | 90 | <Private>False</Private>
|
88 | 91 | </Reference>
|
89 |
| - <Reference Include="UnityEngine.ParticleSystemModule"> |
90 |
| - <HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.ParticleSystemModule.dll</HintPath> |
| 92 | + <Reference Include="UnityEngine.TextRenderingModule" Condition="'$(Configuration)'=='Debug'"> |
| 93 | + <HintPath>..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.TextRenderingModule.dll</HintPath> |
91 | 94 | <Private>False</Private>
|
92 | 95 | </Reference>
|
93 |
| - <Reference Include="UnityEngine.PhysicsModule"> |
94 |
| - <HintPath>..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.PhysicsModule.dll</HintPath> |
| 96 | + <Reference Include="UnityEngine.UI" Condition="'$(Configuration)'=='Debug'"> |
| 97 | + <HintPath>..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.UI.dll</HintPath> |
| 98 | + <Private>False</Private> |
| 99 | + </Reference> |
| 100 | + <Reference Include="UnityEngine.UIElementsModule" Condition="'$(Configuration)'=='Debug'"> |
| 101 | + <HintPath>..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.UIElementsModule.dll</HintPath> |
| 102 | + <Private>False</Private> |
| 103 | + </Reference> |
| 104 | + <!-- Unity 2018 build (InputModule.dll) --> |
| 105 | + <Reference Include="UnityEngine" Condition="'$(Configuration)'=='Release_Unity2018'"> |
| 106 | + <HintPath>..\..\..\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.dll</HintPath> |
| 107 | + <Private>False</Private> |
| 108 | + </Reference> |
| 109 | + <Reference Include="UnityEngine.CoreModule" Condition="'$(Configuration)'=='Release_Unity2018'"> |
| 110 | + <HintPath>..\..\..\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.CoreModule.dll</HintPath> |
| 111 | + <Private>False</Private> |
| 112 | + </Reference> |
| 113 | + <Reference Include="UnityEngine.IMGUIModule" Condition="'$(Configuration)'=='Release_Unity2018'"> |
| 114 | + <HintPath>..\..\..\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.IMGUIModule.dll</HintPath> |
| 115 | + <Private>False</Private> |
| 116 | + </Reference> |
| 117 | + <Reference Include="UnityEngine.InputModule" Condition="'$(Configuration)'=='Release_Unity2018'"> |
| 118 | + <HintPath>..\..\..\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.InputModule.dll</HintPath> |
95 | 119 | <Private>False</Private>
|
96 | 120 | </Reference>
|
97 |
| - <Reference Include="UnityEngine.TextRenderingModule"> |
98 |
| - <HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.TextRenderingModule.dll</HintPath> |
| 121 | + <Reference Include="UnityEngine.PhysicsModule" Condition="'$(Configuration)'=='Release_Unity2018'"> |
| 122 | + <HintPath>..\..\..\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.PhysicsModule.dll</HintPath> |
99 | 123 | <Private>False</Private>
|
100 | 124 | </Reference>
|
101 |
| - <Reference Include="UnityEngine.UI"> |
102 |
| - <HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.UI.dll</HintPath> |
| 125 | + <Reference Include="UnityEngine.TextRenderingModule" Condition="'$(Configuration)'=='Release_Unity2018'"> |
| 126 | + <HintPath>..\..\..\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.TextRenderingModule.dll</HintPath> |
103 | 127 | <Private>False</Private>
|
104 | 128 | </Reference>
|
105 |
| - <Reference Include="UnityEngine.UIElementsModule"> |
106 |
| - <HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.UIElementsModule.dll</HintPath> |
| 129 | + <Reference Include="UnityEngine.UI" Condition="'$(Configuration)'=='Release_Unity2018'"> |
| 130 | + <HintPath>..\..\..\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.UI.dll</HintPath> |
107 | 131 | <Private>False</Private>
|
108 | 132 | </Reference>
|
109 |
| - <Reference Include="UnityEngine.UIModule"> |
110 |
| - <HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\UnityEngine.UIModule.dll</HintPath> |
| 133 | + <Reference Include="UnityEngine.UIElementsModule" Condition="'$(Configuration)'=='Release_Unity2018'"> |
| 134 | + <HintPath>..\..\..\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.UIElementsModule.dll</HintPath> |
111 | 135 | <Private>False</Private>
|
112 | 136 | </Reference>
|
113 | 137 | </ItemGroup>
|
|
0 commit comments