瀏覽代碼

Remove debug info for BepInEx assembly

Bepis 7 年之前
父節點
當前提交
a24333c173
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BepInEx/BepInEx.csproj

+ 1 - 1
BepInEx/BepInEx.csproj

@@ -25,7 +25,7 @@
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugType>pdbonly</DebugType>
+    <DebugType>none</DebugType>
     <Optimize>true</Optimize>
     <OutputPath>K:\KoikatuTrial_Data\Managed\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>