From 0fb9510d95439ef7b013f4d3cc3f81d51b3a898e Mon Sep 17 00:00:00 2001 From: David Kallesen Date: Tue, 21 Nov 2023 18:01:34 +0100 Subject: [PATCH] build: Remove SignAssembly for now --- .../Atc.Installer.Integration.Azure.csproj | 2 -- .../Atc.Installer.Integration.ElasticSearch.csproj | 2 -- .../Atc.Installer.Integration.InternetInformationServer.csproj | 2 -- .../Atc.Installer.Integration.PostgreSql.csproj | 2 -- .../Atc.Installer.Integration.WindowsApplication.csproj | 2 -- src/Atc.Installer.Integration/Atc.Installer.Integration.csproj | 2 -- src/Atc.Installer.Wpf.App/Atc.Installer.Wpf.App.csproj | 2 -- .../Atc.Installer.Wpf.ComponentProvider.ElasticSearch.csproj | 2 -- ...aller.Wpf.ComponentProvider.InternetInformationServer.csproj | 2 -- .../Atc.Installer.Wpf.ComponentProvider.PostgreSql.csproj | 2 -- ...tc.Installer.Wpf.ComponentProvider.WindowsApplication.csproj | 2 -- .../Atc.Installer.Wpf.ComponentProvider.csproj | 2 -- .../Atc.Installer.Integration.WindowsApplication.Tests.csproj | 2 -- 13 files changed, 26 deletions(-) diff --git a/src/Atc.Installer.Integration.Azure/Atc.Installer.Integration.Azure.csproj b/src/Atc.Installer.Integration.Azure/Atc.Installer.Integration.Azure.csproj index c38d446..4164e10 100644 --- a/src/Atc.Installer.Integration.Azure/Atc.Installer.Integration.Azure.csproj +++ b/src/Atc.Installer.Integration.Azure/Atc.Installer.Integration.Azure.csproj @@ -3,8 +3,6 @@ net7.0 false - True - ..\..\Atc.snk diff --git a/src/Atc.Installer.Integration.ElasticSearch/Atc.Installer.Integration.ElasticSearch.csproj b/src/Atc.Installer.Integration.ElasticSearch/Atc.Installer.Integration.ElasticSearch.csproj index 97d2ac7..d6ccf41 100644 --- a/src/Atc.Installer.Integration.ElasticSearch/Atc.Installer.Integration.ElasticSearch.csproj +++ b/src/Atc.Installer.Integration.ElasticSearch/Atc.Installer.Integration.ElasticSearch.csproj @@ -3,8 +3,6 @@ net7.0 false - True - ..\..\Atc.snk diff --git a/src/Atc.Installer.Integration.InternetInformationServer/Atc.Installer.Integration.InternetInformationServer.csproj b/src/Atc.Installer.Integration.InternetInformationServer/Atc.Installer.Integration.InternetInformationServer.csproj index d521ac4..950e8b6 100644 --- a/src/Atc.Installer.Integration.InternetInformationServer/Atc.Installer.Integration.InternetInformationServer.csproj +++ b/src/Atc.Installer.Integration.InternetInformationServer/Atc.Installer.Integration.InternetInformationServer.csproj @@ -3,8 +3,6 @@ net7.0 false - True - ..\..\Atc.snk diff --git a/src/Atc.Installer.Integration.PostgreSql/Atc.Installer.Integration.PostgreSql.csproj b/src/Atc.Installer.Integration.PostgreSql/Atc.Installer.Integration.PostgreSql.csproj index 5a00c24..b91713d 100644 --- a/src/Atc.Installer.Integration.PostgreSql/Atc.Installer.Integration.PostgreSql.csproj +++ b/src/Atc.Installer.Integration.PostgreSql/Atc.Installer.Integration.PostgreSql.csproj @@ -3,8 +3,6 @@ net7.0 false - True - ..\..\Atc.snk diff --git a/src/Atc.Installer.Integration.WindowsApplication/Atc.Installer.Integration.WindowsApplication.csproj b/src/Atc.Installer.Integration.WindowsApplication/Atc.Installer.Integration.WindowsApplication.csproj index 0ada73b..af477a8 100644 --- a/src/Atc.Installer.Integration.WindowsApplication/Atc.Installer.Integration.WindowsApplication.csproj +++ b/src/Atc.Installer.Integration.WindowsApplication/Atc.Installer.Integration.WindowsApplication.csproj @@ -3,8 +3,6 @@ net7.0 false - True - ..\..\Atc.snk diff --git a/src/Atc.Installer.Integration/Atc.Installer.Integration.csproj b/src/Atc.Installer.Integration/Atc.Installer.Integration.csproj index 55cc496..a502579 100644 --- a/src/Atc.Installer.Integration/Atc.Installer.Integration.csproj +++ b/src/Atc.Installer.Integration/Atc.Installer.Integration.csproj @@ -3,8 +3,6 @@ net7.0 false - True - ..\..\Atc.snk diff --git a/src/Atc.Installer.Wpf.App/Atc.Installer.Wpf.App.csproj b/src/Atc.Installer.Wpf.App/Atc.Installer.Wpf.App.csproj index 34b66d8..3352f53 100644 --- a/src/Atc.Installer.Wpf.App/Atc.Installer.Wpf.App.csproj +++ b/src/Atc.Installer.Wpf.App/Atc.Installer.Wpf.App.csproj @@ -12,8 +12,6 @@ false app.manifest Resources\AppIcon.ico - True - ..\..\Atc.snk diff --git a/src/Atc.Installer.Wpf.ComponentProvider.ElasticSearch/Atc.Installer.Wpf.ComponentProvider.ElasticSearch.csproj b/src/Atc.Installer.Wpf.ComponentProvider.ElasticSearch/Atc.Installer.Wpf.ComponentProvider.ElasticSearch.csproj index dadc639..43cf5ab 100644 --- a/src/Atc.Installer.Wpf.ComponentProvider.ElasticSearch/Atc.Installer.Wpf.ComponentProvider.ElasticSearch.csproj +++ b/src/Atc.Installer.Wpf.ComponentProvider.ElasticSearch/Atc.Installer.Wpf.ComponentProvider.ElasticSearch.csproj @@ -5,8 +5,6 @@ true false false - True - ..\..\Atc.snk diff --git a/src/Atc.Installer.Wpf.ComponentProvider.InternetInformationServer/Atc.Installer.Wpf.ComponentProvider.InternetInformationServer.csproj b/src/Atc.Installer.Wpf.ComponentProvider.InternetInformationServer/Atc.Installer.Wpf.ComponentProvider.InternetInformationServer.csproj index e1b0b8e..a2af9f4 100644 --- a/src/Atc.Installer.Wpf.ComponentProvider.InternetInformationServer/Atc.Installer.Wpf.ComponentProvider.InternetInformationServer.csproj +++ b/src/Atc.Installer.Wpf.ComponentProvider.InternetInformationServer/Atc.Installer.Wpf.ComponentProvider.InternetInformationServer.csproj @@ -5,8 +5,6 @@ true false false - True - ..\..\Atc.snk diff --git a/src/Atc.Installer.Wpf.ComponentProvider.PostgreSql/Atc.Installer.Wpf.ComponentProvider.PostgreSql.csproj b/src/Atc.Installer.Wpf.ComponentProvider.PostgreSql/Atc.Installer.Wpf.ComponentProvider.PostgreSql.csproj index e34bd45..a0197d7 100644 --- a/src/Atc.Installer.Wpf.ComponentProvider.PostgreSql/Atc.Installer.Wpf.ComponentProvider.PostgreSql.csproj +++ b/src/Atc.Installer.Wpf.ComponentProvider.PostgreSql/Atc.Installer.Wpf.ComponentProvider.PostgreSql.csproj @@ -5,8 +5,6 @@ true false false - True - ..\..\Atc.snk diff --git a/src/Atc.Installer.Wpf.ComponentProvider.WindowsApplication/Atc.Installer.Wpf.ComponentProvider.WindowsApplication.csproj b/src/Atc.Installer.Wpf.ComponentProvider.WindowsApplication/Atc.Installer.Wpf.ComponentProvider.WindowsApplication.csproj index acc980d..6ee20a7 100644 --- a/src/Atc.Installer.Wpf.ComponentProvider.WindowsApplication/Atc.Installer.Wpf.ComponentProvider.WindowsApplication.csproj +++ b/src/Atc.Installer.Wpf.ComponentProvider.WindowsApplication/Atc.Installer.Wpf.ComponentProvider.WindowsApplication.csproj @@ -5,8 +5,6 @@ true false false - True - ..\..\Atc.snk diff --git a/src/Atc.Installer.Wpf.ComponentProvider/Atc.Installer.Wpf.ComponentProvider.csproj b/src/Atc.Installer.Wpf.ComponentProvider/Atc.Installer.Wpf.ComponentProvider.csproj index 3b565ff..f490fa1 100644 --- a/src/Atc.Installer.Wpf.ComponentProvider/Atc.Installer.Wpf.ComponentProvider.csproj +++ b/src/Atc.Installer.Wpf.ComponentProvider/Atc.Installer.Wpf.ComponentProvider.csproj @@ -5,8 +5,6 @@ true false false - True - ..\..\Atc.snk diff --git a/test/Atc.Installer.Integration.WindowsApplication.Tests/Atc.Installer.Integration.WindowsApplication.Tests.csproj b/test/Atc.Installer.Integration.WindowsApplication.Tests/Atc.Installer.Integration.WindowsApplication.Tests.csproj index c900b78..3970fb9 100644 --- a/test/Atc.Installer.Integration.WindowsApplication.Tests/Atc.Installer.Integration.WindowsApplication.Tests.csproj +++ b/test/Atc.Installer.Integration.WindowsApplication.Tests/Atc.Installer.Integration.WindowsApplication.Tests.csproj @@ -4,8 +4,6 @@ net7.0 false true - True - ..\..\Atc.snk