Skip to content

Commit 79a6db3

Browse files
committed
Make sure that we've activated EnableWindowsTargeting on all applicable projects.
1 parent 274e40d commit 79a6db3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<!-- Ensure projects which use WPF or Windows Forms import Windows Desktop targets -->
2323
<PropertyGroup Condition="'$(UseWPF)' == 'true' or '$(UseWindowsForms)' == 'true'">
2424
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
25+
<EnableWindowsTargeting>true</EnableWindowsTargeting>
2526
</PropertyGroup>
2627

2728
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">

0 commit comments

Comments
 (0)