Browse Source

Fix debug type

ghorsington 3 years ago
parent
commit
a49e599b15

+ 1 - 1
BepInEx.Core/BepInEx.Core.csproj

@@ -23,7 +23,7 @@
     <DocumentationFile />
     <PlatformTarget>x86</PlatformTarget>
     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
-    <DebugType>full</DebugType>
+    <DebugType>portable</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="0Harmony, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">

+ 1 - 1
BepInEx.IL2CPP/BepInEx.IL2CPP.csproj

@@ -12,7 +12,7 @@
     <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DebugType>full</DebugType>
+    <DebugType>portable</DebugType>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>

+ 1 - 1
BepInEx.NetLauncher/BepInEx.NetLauncher.csproj

@@ -13,7 +13,7 @@
     <OutputPath>..\bin\net\</OutputPath>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
+    <DebugType>portable</DebugType>
     <OutputPath>..\bin\NetLauncher\</OutputPath>
     <DocumentationFile />
   </PropertyGroup>