Browse Source

Add missing <EnableWindowsTargeting>true</EnableWindowsTargeting>

pull/13677/head
Max Katz 3 years ago
committed by GitHub
parent
commit
a1b5d6a0e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      samples/interop/WindowsInteropTest/WindowsInteropTest.csproj

1
samples/interop/WindowsInteropTest/WindowsInteropTest.csproj

@ -4,6 +4,7 @@
<TargetFrameworks>net461;net6.0-windows</TargetFrameworks>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
<ItemGroup>

Loading…
Cancel
Save