Skip to content

Commit

Permalink
Default to 'true' for unset msbuild properties owned by WPF (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryalanms authored Jul 17, 2019
1 parent 715ea3f commit f85c653
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<Project>
<PropertyGroup>
<_MicrosoftNetSdkWindowsDesktop>true</_MicrosoftNetSdkWindowsDesktop>
<EnableDefaultPageItems Condition="'$(EnableDefaultPageItems)' == ''">true</EnableDefaultPageItems>
<EnableDefaultApplicationDefinition Condition="'$(EnableDefaultApplicationDefinition)' == ''">true</EnableDefaultApplicationDefinition>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit f85c653

Please sign in to comment.