1
0
mirror of synced 2024-11-13 17:50:46 +01:00

Revert "Reference libraries from BepInEx interop folder"

This reverts commit 1640425595.
This commit is contained in:
Matt 2022-12-23 17:31:57 -05:00
parent 1640425595
commit 67d0a4e232

View File

@ -26,15 +26,15 @@
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>C:\XboxGames\T Tablet\Content\BepInEx\interop\Assembly-CSharp.dll</HintPath>
<HintPath>lib\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Il2Cppmscorlib">
<HintPath>C:\XboxGames\T Tablet\Content\BepInEx\interop\Il2Cppmscorlib.dll</HintPath>
<HintPath>lib\Il2Cppmscorlib.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>C:\XboxGames\T Tablet\Content\BepInEx\interop\UnityEngine.CoreModule.dll</HintPath>
<HintPath>lib\UnityEngine.CoreModule.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>