Sfoglia il codice sorgente

Disable pdb generation for BepInEx.Preloader project

Bepis 6 anni fa
parent
commit
03692b812f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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>