Skip to content

Commit

Permalink
Fix .pdb included in release
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Mar 27, 2023
1 parent c157205 commit 3cd2298
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/KKS_Fix_Eyebrows/KKS_Fix_Eyebrows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>embedded</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\bin\BepInEx\plugins\IllusionFixes\</OutputPath>
<DefineConstants>TRACE;KKS</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony, Version=2.5.4.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down

0 comments on commit 3cd2298

Please sign in to comment.