Browse Source

Remove debug info for BepInEx assembly

Bepis 7 years ago
parent
commit
a24333c173
1 changed files with 1 additions and 1 deletions
  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>