move mcs.dll reference into lib folder

This commit is contained in:
sinaioutlander 2020-08-07 23:58:43 +10:00
parent 142a75bbbb
commit 2030b5309d
2 changed files with 3 additions and 4 deletions

BIN
lib/mcs.dll Normal file

Binary file not shown.

View File

@ -44,10 +44,9 @@
<HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\Managed\Il2CppSystem.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="mcs, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Release\mcs.dll</HintPath>
<Private>False</Private>
<Reference Include="mcs">
<HintPath>..\lib\mcs.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MelonLoader.ModHandler">
<HintPath>..\..\..\..\..\Steam\steamapps\common\Hellpoint\MelonLoader\MelonLoader.ModHandler.dll</HintPath>