Explorar o código

Disable pdb generation for BepInEx.Preloader project

Bepis %!s(int64=6) %!d(string=hai) anos
pai
achega
03692b812f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      BepInEx.Preloader/BepInEx.Preloader.csproj

+ 2 - 2
BepInEx.Preloader/BepInEx.Preloader.csproj

@@ -14,7 +14,7 @@
     <Deterministic>true</Deterministic>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Legacy|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
+    <DebugType>none</DebugType>
     <Optimize>true</Optimize>
     <OutputPath>..\bin\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
@@ -25,7 +25,7 @@
     <OutputPath>bin\v2018\</OutputPath>
     <DefineConstants>TRACE;UNITY_2018</DefineConstants>
     <Optimize>true</Optimize>
-    <DebugType>pdbonly</DebugType>
+    <DebugType>none</DebugType>
     <PlatformTarget>AnyCPU</PlatformTarget>
     <ErrorReport>prompt</ErrorReport>
     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>