From 2363404f558407e7ac14ba79f6305dda88963071 Mon Sep 17 00:00:00 2001 From: "Painter, Christopher P" Date: Sun, 19 Nov 2023 21:08:22 -0600 Subject: [PATCH] remove code signing from source moving to CI/CD and will remain if we can find an affordable certificate going forward. --- Application/Designers/AppXDesigner/AppXDesigner.csproj | 4 ---- .../CustomTablesDesigner/CustomTablesDesigner.csproj | 3 --- .../Designers/FeaturesDesigner/FeaturesDesigner.csproj | 4 ---- .../FilesAndFoldersDesigner/FilesAndFoldersDesigner.csproj | 3 --- .../GeneralInformationDesigner.csproj | 3 --- Application/Designers/MSIXDesigner/MSIXDesigner.csproj | 4 ---- .../Designers/NamespacesDesigner/NamespacesDesigner.csproj | 4 ---- .../NewFilesAndFoldersDesigner.csproj | 4 ---- .../Designers/PropertiesDesigner/PropertiesDesigner.csproj | 4 +--- .../Designers/ServicesDesigner/ServicesDesigner.csproj | 4 ---- .../Designers/ShortCutsDesigner/ShortCutsDesigner.csproj | 3 --- Application/IsWiX/IsWiX.csproj | 7 ------- Application/IsWiX2022AddIn/IsWiX2022AddIn.csproj | 3 --- .../IsWiXAutomationInterface.csproj | 4 ---- Installer/IsWiX/IsWiX.wixproj | 3 --- 15 files changed, 1 insertion(+), 56 deletions(-) diff --git a/Application/Designers/AppXDesigner/AppXDesigner.csproj b/Application/Designers/AppXDesigner/AppXDesigner.csproj index afc696a..a270d41 100644 --- a/Application/Designers/AppXDesigner/AppXDesigner.csproj +++ b/Application/Designers/AppXDesigner/AppXDesigner.csproj @@ -30,8 +30,4 @@ - - - - diff --git a/Application/Designers/CustomTablesDesigner/CustomTablesDesigner.csproj b/Application/Designers/CustomTablesDesigner/CustomTablesDesigner.csproj index 8614f91..f40c1ee 100644 --- a/Application/Designers/CustomTablesDesigner/CustomTablesDesigner.csproj +++ b/Application/Designers/CustomTablesDesigner/CustomTablesDesigner.csproj @@ -28,8 +28,5 @@ - - - diff --git a/Application/Designers/FeaturesDesigner/FeaturesDesigner.csproj b/Application/Designers/FeaturesDesigner/FeaturesDesigner.csproj index 0889d84..e2ee74c 100644 --- a/Application/Designers/FeaturesDesigner/FeaturesDesigner.csproj +++ b/Application/Designers/FeaturesDesigner/FeaturesDesigner.csproj @@ -30,8 +30,4 @@ - - - - diff --git a/Application/Designers/FilesAndFoldersDesigner/FilesAndFoldersDesigner.csproj b/Application/Designers/FilesAndFoldersDesigner/FilesAndFoldersDesigner.csproj index e9b42a6..5805bd1 100644 --- a/Application/Designers/FilesAndFoldersDesigner/FilesAndFoldersDesigner.csproj +++ b/Application/Designers/FilesAndFoldersDesigner/FilesAndFoldersDesigner.csproj @@ -30,8 +30,5 @@ - - - diff --git a/Application/Designers/GeneralInformationDesigner/GeneralInformationDesigner.csproj b/Application/Designers/GeneralInformationDesigner/GeneralInformationDesigner.csproj index c66ffb5..e785679 100644 --- a/Application/Designers/GeneralInformationDesigner/GeneralInformationDesigner.csproj +++ b/Application/Designers/GeneralInformationDesigner/GeneralInformationDesigner.csproj @@ -29,8 +29,5 @@ - - - diff --git a/Application/Designers/MSIXDesigner/MSIXDesigner.csproj b/Application/Designers/MSIXDesigner/MSIXDesigner.csproj index dc7059b..fabc3ac 100644 --- a/Application/Designers/MSIXDesigner/MSIXDesigner.csproj +++ b/Application/Designers/MSIXDesigner/MSIXDesigner.csproj @@ -30,8 +30,4 @@ - - - - diff --git a/Application/Designers/NamespacesDesigner/NamespacesDesigner.csproj b/Application/Designers/NamespacesDesigner/NamespacesDesigner.csproj index 7bd3077..01624ba 100644 --- a/Application/Designers/NamespacesDesigner/NamespacesDesigner.csproj +++ b/Application/Designers/NamespacesDesigner/NamespacesDesigner.csproj @@ -30,8 +30,4 @@ - - - - diff --git a/Application/Designers/NewFilesAndFoldersDesigner/NewFilesAndFoldersDesigner.csproj b/Application/Designers/NewFilesAndFoldersDesigner/NewFilesAndFoldersDesigner.csproj index e9b42a6..51c8235 100644 --- a/Application/Designers/NewFilesAndFoldersDesigner/NewFilesAndFoldersDesigner.csproj +++ b/Application/Designers/NewFilesAndFoldersDesigner/NewFilesAndFoldersDesigner.csproj @@ -30,8 +30,4 @@ - - - - diff --git a/Application/Designers/PropertiesDesigner/PropertiesDesigner.csproj b/Application/Designers/PropertiesDesigner/PropertiesDesigner.csproj index bb557d5..fa8d702 100644 --- a/Application/Designers/PropertiesDesigner/PropertiesDesigner.csproj +++ b/Application/Designers/PropertiesDesigner/PropertiesDesigner.csproj @@ -28,8 +28,6 @@ - - - + diff --git a/Application/Designers/ServicesDesigner/ServicesDesigner.csproj b/Application/Designers/ServicesDesigner/ServicesDesigner.csproj index 2bc1a2e..1b44c1d 100644 --- a/Application/Designers/ServicesDesigner/ServicesDesigner.csproj +++ b/Application/Designers/ServicesDesigner/ServicesDesigner.csproj @@ -30,8 +30,4 @@ - - - - diff --git a/Application/Designers/ShortCutsDesigner/ShortCutsDesigner.csproj b/Application/Designers/ShortCutsDesigner/ShortCutsDesigner.csproj index b998c34..cee57f1 100644 --- a/Application/Designers/ShortCutsDesigner/ShortCutsDesigner.csproj +++ b/Application/Designers/ShortCutsDesigner/ShortCutsDesigner.csproj @@ -28,8 +28,5 @@ - - - diff --git a/Application/IsWiX/IsWiX.csproj b/Application/IsWiX/IsWiX.csproj index 67d98d2..50fdb6e 100644 --- a/Application/IsWiX/IsWiX.csproj +++ b/Application/IsWiX/IsWiX.csproj @@ -216,11 +216,4 @@ - - - - - - - diff --git a/Application/IsWiX2022AddIn/IsWiX2022AddIn.csproj b/Application/IsWiX2022AddIn/IsWiX2022AddIn.csproj index c20388c..6bc493e 100644 --- a/Application/IsWiX2022AddIn/IsWiX2022AddIn.csproj +++ b/Application/IsWiX2022AddIn/IsWiX2022AddIn.csproj @@ -186,9 +186,6 @@ powershell Compress-Archive -Path * -DestinationPath '$(ProjectDir)ProjectTempla CD "$(ProjectDir)HeatWaveStandardBASolutionTemplate" powershell Compress-Archive -Path * -DestinationPath '$(ProjectDir)ProjectTemplates\HeatWaveStandardBASolutionTemplate.zip' -Force - - IF "%25SIGN_ISWIX%25"=="TRUE" signtool sign /fd SHA256 /tr http://timestamp.sectigo.com/?td=sha256 /td sha256 /as $(TargetPath) -