Skip to content

Commit

Permalink
Disabled WPF explicitly.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Dec 10, 2022
1 parent 427c384 commit 9e38e02
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.Access</RootNamespace>
Expand Down
1 change: 1 addition & 0 deletions JexusManager.Features.Asp/JexusManager.Features.Asp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.Asp</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.Authentication</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.Authorization</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.Caching</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.Certificates</RootNamespace>
Expand Down
1 change: 1 addition & 0 deletions JexusManager.Features.Cgi/JexusManager.Features.Cgi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.Cgi</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.Compression</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.DefaultDocument</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.DirectoryBrowse</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.FastCgi</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.Handlers</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.HttpApi</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.HttpErrors</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.HttpRedirect</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.IpSecurity</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.IsapiCgiRestriction</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.IsapiFilters</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.Jexus</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.Logging</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.MimeMap</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.Modules</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.RequestFiltering</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.ResponseHeaders</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.Rewrite</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager.Features.TraceFailedRequests</RootNamespace>
Expand Down
1 change: 1 addition & 0 deletions JexusManager.Shared/JexusManager.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager</RootNamespace>
Expand Down
1 change: 1 addition & 0 deletions JexusManager/JexusManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
<RootNamespace>JexusManager</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Jexus.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions Microsoft.Web.Management/Microsoft.Web.Management.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<ProjectGuid>{17E994B0-5A31-4F79-9796-83A45E87853D}</ProjectGuid>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.Web.Management</RootNamespace>
Expand Down
1 change: 1 addition & 0 deletions Tests.JexusManager/Tests.JexusManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
Expand Down

0 comments on commit 9e38e02

Please sign in to comment.