Skip to content

Commit

Permalink
fix for Tulpep/Notification-Popup-Window/#9
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed May 21, 2020
1 parent bdbfc22 commit 5ccfc5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DemoApp/DemoApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
<DebugType>pdbonly</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugType>full</DebugType>
<DebugType>portable</DebugType>
<LangVersion>7.3</LangVersion>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<DebugType>pdbonly</DebugType>
Expand Down

0 comments on commit 5ccfc5a

Please sign in to comment.