Browse Source

Fix project references

Bepis 4 years ago
parent
commit
2e66c68fee
2 changed files with 5 additions and 1 deletions
  1. 1 1
      BepInEx.Bootstrap/BepInEx.Bootstrap.csproj
  2. 4 0
      BepInExTests/BepInExTests.csproj

+ 1 - 1
BepInEx.Bootstrap/BepInEx.Bootstrap.csproj

@@ -32,7 +32,7 @@
   <ItemGroup>
     <ProjectReference Include="..\BepInEx.Core\BepInEx.Core.csproj">
       <Project>{4ffba620-f5ed-47f9-b90c-dad1316fd9b9}</Project>
-      <Name>BepInEx</Name>
+      <Name>BepInEx.Core</Name>
       <Private>False</Private>
     </ProjectReference>
     <ProjectReference Include="..\BepInEx.Unity\BepInEx.Unity.csproj">

+ 4 - 0
BepInExTests/BepInExTests.csproj

@@ -73,6 +73,10 @@
     <None Include="packages.config" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\BepInEx.Core\BepInEx.Core.csproj">
+      <Project>{4FFBA620-F5ED-47F9-B90C-DAD1316FD9B9}</Project>
+      <Name>BepInEx.Core</Name>
+    </ProjectReference>
     <ProjectReference Include="..\BepInEx.Unity\BepInEx.Unity.csproj">
       <Project>{EAE9FAE6-8011-45A3-8B6E-0C7F14210533}</Project>
       <Name>BepInEx.Unity</Name>