Quellcode durchsuchen

Disable pdb generation for BepInEx.Preloader project

Bepis vor 6 Jahren
Ursprung
Commit
03692b812f
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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>