1
0
mirror of synced 2025-02-17 10:38:32 +01:00

Reference libraries from BepInEx interop folder

This commit is contained in:
Matt 2022-12-03 01:39:10 -05:00
parent 873bff34b8
commit 1640425595

View File

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