Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit 86c099f

Browse files
committed
Update csproj file
1 parent 7aa16fe commit 86c099f

1 file changed

Lines changed: 34 additions & 18 deletions

File tree

ReMod.Core.csproj

Lines changed: 34 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -41,61 +41,76 @@
4141
</PropertyGroup>
4242
<ItemGroup>
4343
<Reference Include="Assembly-CSharp">
44-
<HintPath>..\..\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\Assembly-CSharp.dll</HintPath>
44+
<HintPath>..\3rdparty\ml\Managed\Assembly-CSharp.dll</HintPath>
45+
<Private>False</Private>
4546
</Reference>
4647
<Reference Include="DataModel">
47-
<HintPath>..\..\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\DataModel.dll</HintPath>
48+
<HintPath>..\3rdparty\ml\Managed\DataModel.dll</HintPath>
49+
<Private>False</Private>
4850
</Reference>
4951
<Reference Include="Il2Cppmscorlib">
50-
<HintPath>..\..\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2Cppmscorlib.dll</HintPath>
52+
<HintPath>..\3rdparty\ml\Managed\Il2Cppmscorlib.dll</HintPath>
53+
<Private>False</Private>
5154
</Reference>
5255
<Reference Include="MelonLoader">
53-
<HintPath>..\..\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\MelonLoader.dll</HintPath>
56+
<HintPath>..\3rdparty\ml\MelonLoader.dll</HintPath>
57+
<Private>False</Private>
5458
</Reference>
5559
<Reference Include="Photon-DotNet">
56-
<HintPath>..\..\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\Photon-DotNet.dll</HintPath>
60+
<HintPath>..\3rdparty\ml\Managed\Photon-DotNet.dll</HintPath>
61+
<Private>False</Private>
5762
</Reference>
5863
<Reference Include="System" />
5964
<Reference Include="System.Core" />
6065
<Reference Include="UnhollowerBaseLib">
61-
<HintPath>..\..\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnhollowerBaseLib.dll</HintPath>
66+
<HintPath>..\3rdparty\ml\Managed\UnhollowerBaseLib.dll</HintPath>
67+
<Private>False</Private>
6268
</Reference>
6369
<Reference Include="Unity.TextMeshPro">
64-
<HintPath>..\..\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\Unity.TextMeshPro.dll</HintPath>
70+
<HintPath>..\3rdparty\ml\Managed\Unity.TextMeshPro.dll</HintPath>
71+
<Private>False</Private>
6572
</Reference>
6673
<Reference Include="UnityEngine">
67-
<HintPath>..\..\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.dll</HintPath>
74+
<HintPath>..\3rdparty\ml\Managed\UnityEngine.dll</HintPath>
75+
<Private>False</Private>
6876
</Reference>
6977
<Reference Include="UnityEngine.CoreModule">
70-
<HintPath>..\..\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.CoreModule.dll</HintPath>
78+
<HintPath>..\3rdparty\ml\Managed\UnityEngine.CoreModule.dll</HintPath>
79+
<Private>False</Private>
7180
</Reference>
7281
<Reference Include="UnityEngine.ImageConversionModule">
73-
<HintPath>..\..\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.ImageConversionModule.dll</HintPath>
82+
<HintPath>..\3rdparty\ml\Managed\UnityEngine.ImageConversionModule.dll</HintPath>
83+
<Private>False</Private>
7484
</Reference>
7585
<Reference Include="UnityEngine.TextRenderingModule">
76-
<HintPath>..\..\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
86+
<HintPath>..\3rdparty\ml\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
87+
<Private>False</Private>
7788
</Reference>
7889
<Reference Include="UnityEngine.UI">
79-
<HintPath>..\..\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.UI.dll</HintPath>
90+
<HintPath>..\3rdparty\ml\Managed\UnityEngine.UI.dll</HintPath>
91+
<Private>False</Private>
8092
</Reference>
8193
<Reference Include="VRC.UI.Core">
82-
<HintPath>..\..\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRC.UI.Core.dll</HintPath>
94+
<HintPath>..\3rdparty\ml\Managed\VRC.UI.Core.dll</HintPath>
95+
<Private>False</Private>
8396
</Reference>
8497
<Reference Include="VRC.UI.Elements">
85-
<HintPath>..\..\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRC.UI.Elements.dll</HintPath>
98+
<HintPath>..\3rdparty\ml\Managed\VRC.UI.Elements.dll</HintPath>
99+
<Private>False</Private>
86100
</Reference>
87101
<Reference Include="VRCCore-Standalone">
88-
<HintPath>..\..\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRCCore-Standalone.dll</HintPath>
102+
<HintPath>..\3rdparty\ml\Managed\VRCCore-Standalone.dll</HintPath>
103+
<Private>False</Private>
89104
</Reference>
90105
<Reference Include="VRCSDKBase">
91-
<HintPath>..\..\Program Files (x86)\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRCSDKBase.dll</HintPath>
106+
<HintPath>..\3rdparty\ml\Managed\VRCSDKBase.dll</HintPath>
107+
<Private>False</Private>
92108
</Reference>
93109
</ItemGroup>
94110
<ItemGroup>
95111
<Compile Include="EnumExtensions.cs" />
96112
<Compile Include="Managers\ConfigManager.cs" />
97113
<Compile Include="UI\QuickMenu\IButtonPage.cs" />
98-
<Compile Include="UI\QuickMenu\ReSliderCategory.cs" />
99114
<Compile Include="UI\Wings\ReMirroredWingButton.cs" />
100115
<Compile Include="UI\Wings\ReMirroredWingMenu.cs" />
101116
<Compile Include="UI\Wings\ReMirroredWingToggle.cs" />
@@ -112,8 +127,9 @@
112127
<Compile Include="UI\QuickMenu\ReMenuButton.cs" />
113128
<Compile Include="UI\QuickMenu\ReMenuCategory.cs" />
114129
<Compile Include="UI\QuickMenu\ReMenuPage.cs" />
130+
<Compile Include="UI\QuickMenu\ReMenuSlider.cs" />
115131
<Compile Include="UI\QuickMenu\ReMenuToggle.cs" />
116-
<Compile Include="UI\QuickMenu\ReMenuSlider.cs" />
132+
<Compile Include="UI\QuickMenu\ReSliderCategory.cs" />
117133
<Compile Include="UI\QuickMenu\ReTabButton.cs" />
118134
<Compile Include="UI\ReUiButton.cs" />
119135
<Compile Include="UI\ReUiText.cs" />

0 commit comments

Comments
 (0)