-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCommon.props
59 lines (59 loc) · 2.62 KB
/
Common.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony">
<HintPath>$(ShipOfFoolsRootPath)\MelonLoader\net6\0Harmony.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Il2CppCore">
<HintPath>$(ShipOfFoolsRootPath)\MelonLoader\Il2CppAssemblies\Il2CppCore.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Il2CppInterop.Runtime">
<HintPath>$(ShipOfFoolsRootPath)\MelonLoader\net6\Il2CppInterop.Runtime.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Il2Cppmscorlib">
<HintPath>$(ShipOfFoolsRootPath)\MelonLoader\Il2CppAssemblies\Il2Cppmscorlib.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Il2CppRewired_Core">
<HintPath>$(ShipOfFoolsRootPath)\MelonLoader\Il2CppAssemblies\Il2CppRewired_Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="MelonLoader">
<HintPath>$(ShipOfFoolsRootPath)\MelonLoader\net6\MelonLoader.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>$(ShipOfFoolsRootPath)\MelonLoader\Il2CppAssemblies\UnityEngine.CoreModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Unity.Localization">
<HintPath>$(ShipOfFoolsRootPath)\MelonLoader\Il2CppAssemblies\Unity.Localization.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Unity.Netcode.Runtime">
<HintPath>$(ShipOfFoolsRootPath)\MelonLoader\Il2CppAssemblies\Unity.Netcode.Runtime.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Unity.TextMeshPro">
<HintPath>$(ShipOfFoolsRootPath)\MelonLoader\Il2CppAssemblies\Unity.TextMeshPro.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Unity.VectorGraphics">
<HintPath>$(ShipOfFoolsRootPath)\MelonLoader\Il2CppAssemblies\Unity.VectorGraphics.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>$(ShipOfFoolsRootPath)\MelonLoader\Il2CppAssemblies\UnityEngine.UI.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
</Project>