We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274e40d commit 79a6db3Copy full SHA for 79a6db3
1 file changed
Directory.Build.props
@@ -22,6 +22,7 @@
22
<!-- Ensure projects which use WPF or Windows Forms import Windows Desktop targets -->
23
<PropertyGroup Condition="'$(UseWPF)' == 'true' or '$(UseWindowsForms)' == 'true'">
24
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
25
+ <EnableWindowsTargeting>true</EnableWindowsTargeting>
26
</PropertyGroup>
27
28
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
0 commit comments