Procházet zdrojové kódy

Remove debug info for BepInEx assembly

Bepis před 7 roky
rodič
revize
a24333c173
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>