Skip to content

Commit cea85e3

Browse files
Migrate off of legacy properties
1 parent 243a01a commit cea85e3

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

TestProjects/Windows-Desktop-C#/WPF-Application/WPF-Application.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net45</TargetFramework>
6-
<ExtrasEnableWpfProjectSetup>true</ExtrasEnableWpfProjectSetup>
6+
<UseWpf>true</UseWpf>
77
</PropertyGroup>
88

99
<PropertyGroup>

TestProjects/Windows-Desktop-C#/WPF-Browser-Application/WPF-Browser-Application.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net45</TargetFramework>
6-
<ExtrasEnableWpfProjectSetup>true</ExtrasEnableWpfProjectSetup>
6+
<UseWpf>true</UseWpf>
77
</PropertyGroup>
88

99
<PropertyGroup>

TestProjects/Windows-Desktop-C#/WPF-Library/WPF-Library.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net45</TargetFramework>
5-
<ExtrasEnableWpfProjectSetup>true</ExtrasEnableWpfProjectSetup>
5+
<UseWpf>true</UseWpf>
66
</PropertyGroup>
77

88
<PropertyGroup>

TestProjects/Windows-Desktop-C#/WinForms-Application/WinForms-Application.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net45</TargetFramework>
6-
<ExtrasEnableWinFormsProjectSetup>true</ExtrasEnableWinFormsProjectSetup>
6+
<UseWindowsForms>true</UseWindowsForms>
77
</PropertyGroup>
88

99
<PropertyGroup>

TestProjects/Windows-Desktop-C#/WinForms-Library/WinForms-Library.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net45</TargetFramework>
5-
<ExtrasEnableWinFormsProjectSetup>true</ExtrasEnableWinFormsProjectSetup>
6-
<ExtrasEnableUserControlDesigner>true</ExtrasEnableUserControlDesigner>
5+
<UseWindowsForms>true</UseWindowsForms>
76
</PropertyGroup>
87

98
<PropertyGroup>

0 commit comments

Comments
 (0)