Skip to content

Commit

Permalink
Fixed pdb format for source link
Browse files Browse the repository at this point in the history
  • Loading branch information
ironfede committed Sep 17, 2020
1 parent 949e5ce commit 38f63c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/OpenMcdf/OpenMcdf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DebugType>portable</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\bin\Debug\OpenMcdf\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
Expand All @@ -32,7 +32,7 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>portable</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\bin\Release\OpenMcdf\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
Expand Down

0 comments on commit 38f63c2

Please sign in to comment.