Browse Source
Add missing <EnableWindowsTargeting>true</EnableWindowsTargeting>
pull/13677/head
Max Katz
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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> |
|
|
|
|