From a1ef26fd1e39ffae06ba14a2f9fb564523e0e297 Mon Sep 17 00:00:00 2001 From: "Mohammed S. Yaseen" <51242349+mohasarc@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:55:17 +0000 Subject: [PATCH] fix: change sdk version and add sln file --- README.md | 2 +- eTokenSign2.sln | 22 ++++++++++++++++++++++ eTokenSign2.vcxproj | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 eTokenSign2.sln diff --git a/README.md b/README.md index 88db4af..5c22a46 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -The same eTokenSign2 found on https://www.panagenda.com/2018/09/ev-code-signing-with-ci-cd/ +Build for same eTokenSign2 found on https://www.panagenda.com/2018/09/ev-code-signing-with-ci-cd/ All credit goes to draketb for his post on https://stackoverflow.com/questions/17927895/automate-extended-validation-ev-code-signing/47894907 diff --git a/eTokenSign2.sln b/eTokenSign2.sln new file mode 100644 index 0000000..f883d45 --- /dev/null +++ b/eTokenSign2.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.1169 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "eTokenSign3", "eTokenSign3.vcxproj", "{37DB9351-7658-49F7-83F4-29A4EF161C13}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {37DB9351-7658-49F7-83F4-29A4EF161C13}.Release|x86.ActiveCfg = Release|Win32 + {37DB9351-7658-49F7-83F4-29A4EF161C13}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {27FF7855-F473-4967-B1EC-75740FC6032B} + EndGlobalSection +EndGlobal \ No newline at end of file diff --git a/eTokenSign2.vcxproj b/eTokenSign2.vcxproj index 8c71834..e162d6c 100644 --- a/eTokenSign2.vcxproj +++ b/eTokenSign2.vcxproj @@ -11,7 +11,7 @@ {37DB9351-7658-49F7-83F4-29A4EF161C13} Win32Proj eTokenSign2 - 10.0.17134.0 + 10.0.17763.0