From 9e38e029c2cecdfcda7374a46986185c14fd92ff Mon Sep 17 00:00:00 2001 From: Lex Li Date: Sat, 10 Dec 2022 14:10:38 -0500 Subject: [PATCH] Disabled WPF explicitly. --- JexusManager.Features.Access/JexusManager.Features.Access.csproj | 1 + JexusManager.Features.Asp/JexusManager.Features.Asp.csproj | 1 + .../JexusManager.Features.Authentication.csproj | 1 + .../JexusManager.Features.Authorization.csproj | 1 + .../JexusManager.Features.Caching.csproj | 1 + .../JexusManager.Features.Certificates.csproj | 1 + JexusManager.Features.Cgi/JexusManager.Features.Cgi.csproj | 1 + .../JexusManager.Features.Compression.csproj | 1 + .../JexusManager.Features.DefaultDocument.csproj | 1 + .../JexusManager.Features.DirectoryBrowse.csproj | 1 + .../JexusManager.Features.FastCgi.csproj | 1 + .../JexusManager.Features.Handlers.csproj | 1 + .../JexusManager.Features.HttpApi.csproj | 1 + .../JexusManager.Features.HttpErrors.csproj | 1 + .../JexusManager.Features.HttpRedirect.csproj | 1 + .../JexusManager.Features.IpSecurity.csproj | 1 + .../JexusManager.Features.IsapiCgiRestriction.csproj | 1 + .../JexusManager.Features.IsapiFilters.csproj | 1 + JexusManager.Features.Jexus/JexusManager.Features.Jexus.csproj | 1 + .../JexusManager.Features.Logging.csproj | 1 + .../JexusManager.Features.MimeMap.csproj | 1 + .../JexusManager.Features.Modules.csproj | 1 + .../JexusManager.Features.RequestFiltering.csproj | 1 + .../JexusManager.Features.ResponseHeaders.csproj | 1 + .../JexusManager.Features.Rewrite.csproj | 1 + .../JexusManager.Features.TraceFailedRequests.csproj | 1 + JexusManager.Shared/JexusManager.Shared.csproj | 1 + JexusManager/JexusManager.csproj | 1 + Microsoft.Web.Administration/Microsoft.Web.Administration.csproj | 1 + Microsoft.Web.Management/Microsoft.Web.Management.csproj | 1 + Tests.JexusManager/Tests.JexusManager.csproj | 1 + Tests/Tests.csproj | 1 + 32 files changed, 32 insertions(+) diff --git a/JexusManager.Features.Access/JexusManager.Features.Access.csproj b/JexusManager.Features.Access/JexusManager.Features.Access.csproj index 13e0b30..7b8df2f 100644 --- a/JexusManager.Features.Access/JexusManager.Features.Access.csproj +++ b/JexusManager.Features.Access/JexusManager.Features.Access.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.Access diff --git a/JexusManager.Features.Asp/JexusManager.Features.Asp.csproj b/JexusManager.Features.Asp/JexusManager.Features.Asp.csproj index d877405..86615f8 100644 --- a/JexusManager.Features.Asp/JexusManager.Features.Asp.csproj +++ b/JexusManager.Features.Asp/JexusManager.Features.Asp.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.Asp diff --git a/JexusManager.Features.Authentication/JexusManager.Features.Authentication.csproj b/JexusManager.Features.Authentication/JexusManager.Features.Authentication.csproj index f2fda0d..cc675e7 100644 --- a/JexusManager.Features.Authentication/JexusManager.Features.Authentication.csproj +++ b/JexusManager.Features.Authentication/JexusManager.Features.Authentication.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.Authentication diff --git a/JexusManager.Features.Authorization/JexusManager.Features.Authorization.csproj b/JexusManager.Features.Authorization/JexusManager.Features.Authorization.csproj index 786acb1..a3c2774 100644 --- a/JexusManager.Features.Authorization/JexusManager.Features.Authorization.csproj +++ b/JexusManager.Features.Authorization/JexusManager.Features.Authorization.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.Authorization diff --git a/JexusManager.Features.Caching/JexusManager.Features.Caching.csproj b/JexusManager.Features.Caching/JexusManager.Features.Caching.csproj index 8d754cf..1aef55f 100644 --- a/JexusManager.Features.Caching/JexusManager.Features.Caching.csproj +++ b/JexusManager.Features.Caching/JexusManager.Features.Caching.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.Caching diff --git a/JexusManager.Features.Certificates/JexusManager.Features.Certificates.csproj b/JexusManager.Features.Certificates/JexusManager.Features.Certificates.csproj index 2398da8..c45ecb4 100644 --- a/JexusManager.Features.Certificates/JexusManager.Features.Certificates.csproj +++ b/JexusManager.Features.Certificates/JexusManager.Features.Certificates.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.Certificates diff --git a/JexusManager.Features.Cgi/JexusManager.Features.Cgi.csproj b/JexusManager.Features.Cgi/JexusManager.Features.Cgi.csproj index a7d95a7..4a889d8 100644 --- a/JexusManager.Features.Cgi/JexusManager.Features.Cgi.csproj +++ b/JexusManager.Features.Cgi/JexusManager.Features.Cgi.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.Cgi diff --git a/JexusManager.Features.Compression/JexusManager.Features.Compression.csproj b/JexusManager.Features.Compression/JexusManager.Features.Compression.csproj index 8472b05..a101bb6 100644 --- a/JexusManager.Features.Compression/JexusManager.Features.Compression.csproj +++ b/JexusManager.Features.Compression/JexusManager.Features.Compression.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.Compression diff --git a/JexusManager.Features.DefaultDocument/JexusManager.Features.DefaultDocument.csproj b/JexusManager.Features.DefaultDocument/JexusManager.Features.DefaultDocument.csproj index 11dba08..9db43d9 100644 --- a/JexusManager.Features.DefaultDocument/JexusManager.Features.DefaultDocument.csproj +++ b/JexusManager.Features.DefaultDocument/JexusManager.Features.DefaultDocument.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.DefaultDocument diff --git a/JexusManager.Features.DirectoryBrowse/JexusManager.Features.DirectoryBrowse.csproj b/JexusManager.Features.DirectoryBrowse/JexusManager.Features.DirectoryBrowse.csproj index bea01aa..f038bf8 100644 --- a/JexusManager.Features.DirectoryBrowse/JexusManager.Features.DirectoryBrowse.csproj +++ b/JexusManager.Features.DirectoryBrowse/JexusManager.Features.DirectoryBrowse.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.DirectoryBrowse diff --git a/JexusManager.Features.FastCgi/JexusManager.Features.FastCgi.csproj b/JexusManager.Features.FastCgi/JexusManager.Features.FastCgi.csproj index fc7fc54..3d5d8ea 100644 --- a/JexusManager.Features.FastCgi/JexusManager.Features.FastCgi.csproj +++ b/JexusManager.Features.FastCgi/JexusManager.Features.FastCgi.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.FastCgi diff --git a/JexusManager.Features.Handlers/JexusManager.Features.Handlers.csproj b/JexusManager.Features.Handlers/JexusManager.Features.Handlers.csproj index b9938e5..bfc2c7e 100644 --- a/JexusManager.Features.Handlers/JexusManager.Features.Handlers.csproj +++ b/JexusManager.Features.Handlers/JexusManager.Features.Handlers.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.Handlers diff --git a/JexusManager.Features.HttpApi/JexusManager.Features.HttpApi.csproj b/JexusManager.Features.HttpApi/JexusManager.Features.HttpApi.csproj index 4c48f1d..27ed3b1 100644 --- a/JexusManager.Features.HttpApi/JexusManager.Features.HttpApi.csproj +++ b/JexusManager.Features.HttpApi/JexusManager.Features.HttpApi.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.HttpApi diff --git a/JexusManager.Features.HttpErrors/JexusManager.Features.HttpErrors.csproj b/JexusManager.Features.HttpErrors/JexusManager.Features.HttpErrors.csproj index f25040d..55bb34b 100644 --- a/JexusManager.Features.HttpErrors/JexusManager.Features.HttpErrors.csproj +++ b/JexusManager.Features.HttpErrors/JexusManager.Features.HttpErrors.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.HttpErrors diff --git a/JexusManager.Features.HttpRedirect/JexusManager.Features.HttpRedirect.csproj b/JexusManager.Features.HttpRedirect/JexusManager.Features.HttpRedirect.csproj index c126075..a4dc4db 100644 --- a/JexusManager.Features.HttpRedirect/JexusManager.Features.HttpRedirect.csproj +++ b/JexusManager.Features.HttpRedirect/JexusManager.Features.HttpRedirect.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.HttpRedirect diff --git a/JexusManager.Features.IpSecurity/JexusManager.Features.IpSecurity.csproj b/JexusManager.Features.IpSecurity/JexusManager.Features.IpSecurity.csproj index 609d5b2..4040a69 100644 --- a/JexusManager.Features.IpSecurity/JexusManager.Features.IpSecurity.csproj +++ b/JexusManager.Features.IpSecurity/JexusManager.Features.IpSecurity.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.IpSecurity diff --git a/JexusManager.Features.IsapiCgiRestriction/JexusManager.Features.IsapiCgiRestriction.csproj b/JexusManager.Features.IsapiCgiRestriction/JexusManager.Features.IsapiCgiRestriction.csproj index 94bcbc5..3468983 100644 --- a/JexusManager.Features.IsapiCgiRestriction/JexusManager.Features.IsapiCgiRestriction.csproj +++ b/JexusManager.Features.IsapiCgiRestriction/JexusManager.Features.IsapiCgiRestriction.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.IsapiCgiRestriction diff --git a/JexusManager.Features.IsapiFilters/JexusManager.Features.IsapiFilters.csproj b/JexusManager.Features.IsapiFilters/JexusManager.Features.IsapiFilters.csproj index fd3d4b0..f42d2bc 100644 --- a/JexusManager.Features.IsapiFilters/JexusManager.Features.IsapiFilters.csproj +++ b/JexusManager.Features.IsapiFilters/JexusManager.Features.IsapiFilters.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.IsapiFilters diff --git a/JexusManager.Features.Jexus/JexusManager.Features.Jexus.csproj b/JexusManager.Features.Jexus/JexusManager.Features.Jexus.csproj index 82a8b36..d733078 100644 --- a/JexusManager.Features.Jexus/JexusManager.Features.Jexus.csproj +++ b/JexusManager.Features.Jexus/JexusManager.Features.Jexus.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.Jexus diff --git a/JexusManager.Features.Logging/JexusManager.Features.Logging.csproj b/JexusManager.Features.Logging/JexusManager.Features.Logging.csproj index ca76a39..eb7064a 100644 --- a/JexusManager.Features.Logging/JexusManager.Features.Logging.csproj +++ b/JexusManager.Features.Logging/JexusManager.Features.Logging.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.Logging diff --git a/JexusManager.Features.MimeMap/JexusManager.Features.MimeMap.csproj b/JexusManager.Features.MimeMap/JexusManager.Features.MimeMap.csproj index 90331bb..8f1d218 100644 --- a/JexusManager.Features.MimeMap/JexusManager.Features.MimeMap.csproj +++ b/JexusManager.Features.MimeMap/JexusManager.Features.MimeMap.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.MimeMap diff --git a/JexusManager.Features.Modules/JexusManager.Features.Modules.csproj b/JexusManager.Features.Modules/JexusManager.Features.Modules.csproj index 0692fd0..14a712b 100644 --- a/JexusManager.Features.Modules/JexusManager.Features.Modules.csproj +++ b/JexusManager.Features.Modules/JexusManager.Features.Modules.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.Modules diff --git a/JexusManager.Features.RequestFiltering/JexusManager.Features.RequestFiltering.csproj b/JexusManager.Features.RequestFiltering/JexusManager.Features.RequestFiltering.csproj index b9362bb..f007d54 100644 --- a/JexusManager.Features.RequestFiltering/JexusManager.Features.RequestFiltering.csproj +++ b/JexusManager.Features.RequestFiltering/JexusManager.Features.RequestFiltering.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.RequestFiltering diff --git a/JexusManager.Features.ResponseHeaders/JexusManager.Features.ResponseHeaders.csproj b/JexusManager.Features.ResponseHeaders/JexusManager.Features.ResponseHeaders.csproj index ed77817..62be61b 100644 --- a/JexusManager.Features.ResponseHeaders/JexusManager.Features.ResponseHeaders.csproj +++ b/JexusManager.Features.ResponseHeaders/JexusManager.Features.ResponseHeaders.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.ResponseHeaders diff --git a/JexusManager.Features.Rewrite/JexusManager.Features.Rewrite.csproj b/JexusManager.Features.Rewrite/JexusManager.Features.Rewrite.csproj index 70962dc..d95a34e 100644 --- a/JexusManager.Features.Rewrite/JexusManager.Features.Rewrite.csproj +++ b/JexusManager.Features.Rewrite/JexusManager.Features.Rewrite.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.Rewrite diff --git a/JexusManager.Features.TraceFailedRequests/JexusManager.Features.TraceFailedRequests.csproj b/JexusManager.Features.TraceFailedRequests/JexusManager.Features.TraceFailedRequests.csproj index a229945..1581444 100644 --- a/JexusManager.Features.TraceFailedRequests/JexusManager.Features.TraceFailedRequests.csproj +++ b/JexusManager.Features.TraceFailedRequests/JexusManager.Features.TraceFailedRequests.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager.Features.TraceFailedRequests diff --git a/JexusManager.Shared/JexusManager.Shared.csproj b/JexusManager.Shared/JexusManager.Shared.csproj index 9ec2e20..71acf15 100644 --- a/JexusManager.Shared/JexusManager.Shared.csproj +++ b/JexusManager.Shared/JexusManager.Shared.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager diff --git a/JexusManager/JexusManager.csproj b/JexusManager/JexusManager.csproj index 1447b5b..9d246eb 100644 --- a/JexusManager/JexusManager.csproj +++ b/JexusManager/JexusManager.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk JexusManager diff --git a/Microsoft.Web.Administration/Microsoft.Web.Administration.csproj b/Microsoft.Web.Administration/Microsoft.Web.Administration.csproj index 8d5d597..bda69fb 100644 --- a/Microsoft.Web.Administration/Microsoft.Web.Administration.csproj +++ b/Microsoft.Web.Administration/Microsoft.Web.Administration.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true Jexus.snk diff --git a/Microsoft.Web.Management/Microsoft.Web.Management.csproj b/Microsoft.Web.Management/Microsoft.Web.Management.csproj index 54e5e68..09a456a 100644 --- a/Microsoft.Web.Management/Microsoft.Web.Management.csproj +++ b/Microsoft.Web.Management/Microsoft.Web.Management.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false {17E994B0-5A31-4F79-9796-83A45E87853D} Properties Microsoft.Web.Management diff --git a/Tests.JexusManager/Tests.JexusManager.csproj b/Tests.JexusManager/Tests.JexusManager.csproj index 7ed64d9..721efd5 100644 --- a/Tests.JexusManager/Tests.JexusManager.csproj +++ b/Tests.JexusManager/Tests.JexusManager.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 9a56e4d..d0b37af 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -3,6 +3,7 @@ net7.0-windows true + false true JexusManager.snk