From 610fa328f36e9c573767e97052392850fdcb9f2f Mon Sep 17 00:00:00 2001 From: Sirio Builder Date: Tue, 9 Apr 2019 17:45:43 +0200 Subject: [PATCH] Patch level : 12.0 no-patch Files correlati : buld Commento : Aggiunta firma --- build/lv0.vcxproj | 3 +++ build/lv1.vcxproj | 3 +++ build/lv2.vcxproj | 3 +++ build/lv3.vcxproj | 3 +++ build/lv4.vcxproj | 3 +++ 5 files changed, 15 insertions(+) diff --git a/build/lv0.vcxproj b/build/lv0.vcxproj index 7c9a2d1ab..137a9c4c7 100644 --- a/build/lv0.vcxproj +++ b/build/lv0.vcxproj @@ -98,6 +98,9 @@ true $(IntDir)$(TargetName).bsc + + "C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\signtool.exe" sign /a /s MY /n "Sirio Informatica e Sistemi SPA" /fd sha256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /v "$(TargetPath)" + diff --git a/build/lv1.vcxproj b/build/lv1.vcxproj index 7cbaca4c3..cdde04188 100644 --- a/build/lv1.vcxproj +++ b/build/lv1.vcxproj @@ -100,6 +100,9 @@ $(IntDir)$(TargetName).xml + + "C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\signtool.exe" sign /a /s MY /n "Sirio Informatica e Sistemi SPA" /fd sha256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /v "$(TargetPath)" + diff --git a/build/lv2.vcxproj b/build/lv2.vcxproj index 291eadc3c..010850bbe 100644 --- a/build/lv2.vcxproj +++ b/build/lv2.vcxproj @@ -97,6 +97,9 @@ true $(IntDir)$(TargetName).bsc + + "C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\signtool.exe" sign /a /s MY /n "Sirio Informatica e Sistemi SPA" /fd sha256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /v "$(TargetPath)" + diff --git a/build/lv3.vcxproj b/build/lv3.vcxproj index 00759b00f..dfccc7d5b 100644 --- a/build/lv3.vcxproj +++ b/build/lv3.vcxproj @@ -98,6 +98,9 @@ true $(IntDir)$(TargetName).bsc + + "C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\signtool.exe" sign /a /s MY /n "Sirio Informatica e Sistemi SPA" /fd sha256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /v "$(TargetPath)" + diff --git a/build/lv4.vcxproj b/build/lv4.vcxproj index 558995583..5c057e5ee 100644 --- a/build/lv4.vcxproj +++ b/build/lv4.vcxproj @@ -101,6 +101,9 @@ $(IntDir)$(TargetName).xml + + "C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\signtool.exe" sign /a /s MY /n "Sirio Informatica e Sistemi SPA" /fd sha256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /v "$(TargetPath)" +