Skip to content

Commit

Permalink
create pdb for release too
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Jul 27, 2015
1 parent 5193335 commit ef07418
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MahApps.Metro/MahApps.Metro.NET45.csproj
Expand Up @@ -89,7 +89,7 @@
<CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\NET45\</OutputPath>
<IntermediateOutputPath>obj\NET45\Release\</IntermediateOutputPath>
Expand All @@ -98,6 +98,7 @@
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\NET45\MahApps.Metro.XML</DocumentationFile>
<NoWarn>1572,1573,1591</NoWarn>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(StrongName)'=='True'">
<SignAssembly>true</SignAssembly>
Expand Down
3 changes: 2 additions & 1 deletion MahApps.Metro/MahApps.Metro.csproj
Expand Up @@ -51,7 +51,7 @@
<NoWarn>1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<IntermediateOutputPath>obj\NET4\Release\</IntermediateOutputPath>
Expand All @@ -60,6 +60,7 @@
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\MahApps.Metro.XML</DocumentationFile>
<NoWarn>1572,1573,1591</NoWarn>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(StrongName)'=='True'">
<SignAssembly>true</SignAssembly>
Expand Down

0 comments on commit ef07418

Please sign in to comment.