Sfoglia il codice sorgente

Fix misplaced BepInEx.Preloader.dll in v2018 build

ghorsington 6 anni fa
parent
commit
f28c07ac36
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      BepInEx.Preloader/BepInEx.Preloader.csproj

+ 1 - 1
BepInEx.Preloader/BepInEx.Preloader.csproj

@@ -22,7 +22,7 @@
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'v2018|AnyCPU'">
-    <OutputPath>bin\v2018\</OutputPath>
+    <OutputPath>..\bin\</OutputPath>
     <DefineConstants>TRACE;UNITY_2018</DefineConstants>
     <Optimize>true</Optimize>
     <DebugType>none</DebugType>