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

Commit 2030b53

Browse files
committed
move mcs.dll reference into lib folder
1 parent 142a75b commit 2030b53

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

lib/mcs.dll

1.47 MB
Binary file not shown.

src/CppExplorer.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@
4444
<HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\Il2CppSystem.Core.dll</HintPath>
4545
<Private>False</Private>
4646
</Reference>
47-
<Reference Include="mcs, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
48-
<SpecificVersion>False</SpecificVersion>
49-
<HintPath>..\Release\mcs.dll</HintPath>
50-
<Private>False</Private>
47+
<Reference Include="mcs">
48+
<HintPath>..\lib\mcs.dll</HintPath>
49+
<Private>True</Private>
5150
</Reference>
5251
<Reference Include="MelonLoader.ModHandler">
5352
<HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\MelonLoader.ModHandler.dll</HintPath>

0 commit comments

Comments
 (0)