浏览代码

Fix dll reference

Bepis 6 年之前
父节点
当前提交
98f3d2ed42
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      BepInEx/BepInEx.csproj

+ 2 - 3
BepInEx/BepInEx.csproj

@@ -53,9 +53,8 @@
     <Reference Include="System.Windows.Forms" />
     <Reference Include="System.Data" />
     <Reference Include="System.Xml" />
-    <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>D:\koikatu\KoikatuTrial_Data\Managed\UnityEngine.dll</HintPath>
+    <Reference Include="UnityEngine">
+      <HintPath>..\lib\UnityEngine.dll</HintPath>
       <Private>False</Private>
     </Reference>
   </ItemGroup>