We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd71d2e commit 574f83bCopy full SHA for 574f83b
TaskEditor/TaskEditor.csproj
@@ -1,5 +1,6 @@
1
-<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
+ <ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
4
<UseWindowsForms>true</UseWindowsForms>
5
<TargetFrameworks>net20;net35;net40;net452</TargetFrameworks>
6
<AssemblyName>Microsoft.Win32.TaskSchedulerEditor</AssemblyName>
0 commit comments