-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlambda_c2pasign.sln
34 lines (34 loc) · 1.71 KB
/
lambda_c2pasign.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34616.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "lambda_c2pasign", "lambda_c2pasign\lambda_c2pasign.csproj", "{4756DFF9-F3AD-47DC-9251-C9D72594B232}"
ProjectSection(ProjectDependencies) = postProject
{6945C589-A61A-4758-A0FD-4FA247D26129} = {6945C589-A61A-4758-A0FD-4FA247D26129}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "kms_signer", "kms_signer\kms_signer.csproj", "{6945C589-A61A-4758-A0FD-4FA247D26129}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4756DFF9-F3AD-47DC-9251-C9D72594B232}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4756DFF9-F3AD-47DC-9251-C9D72594B232}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4756DFF9-F3AD-47DC-9251-C9D72594B232}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4756DFF9-F3AD-47DC-9251-C9D72594B232}.Release|Any CPU.Build.0 = Release|Any CPU
{6945C589-A61A-4758-A0FD-4FA247D26129}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6945C589-A61A-4758-A0FD-4FA247D26129}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6945C589-A61A-4758-A0FD-4FA247D26129}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6945C589-A61A-4758-A0FD-4FA247D26129}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4101F73E-8132-4AC8-ABB9-79F156DA5D9B}
EndGlobalSection
EndGlobal