瀏覽代碼

Add missing <EnableWindowsTargeting>true</EnableWindowsTargeting>

Max Katz 1 年之前
父節點
當前提交
a1b5d6a0e9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      samples/interop/WindowsInteropTest/WindowsInteropTest.csproj

+ 1 - 0
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>