-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKeyVault.sln
31 lines (31 loc) · 1.61 KB
/
KeyVault.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2008
MinimumVisualStudioVersion = 10.0.40219.1
Project("{151D2E53-A2C4-4D7D-83FE-D05416EBD58E}") = "KeyVault-AppSecrets", "KeyVault-AppSecrets\KeyVault-AppSecrets.deployproj", "{26DAD8B4-A6A9-4181-AFAE-980BA429F4F6}"
EndProject
Project("{151D2E53-A2C4-4D7D-83FE-D05416EBD58E}") = "KeyVault-InstallCert", "KeyVault-InstallCert\KeyVault-InstallCert.deployproj", "{804871CB-B8B6-4E87-B570-9AA327053092}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26DAD8B4-A6A9-4181-AFAE-980BA429F4F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26DAD8B4-A6A9-4181-AFAE-980BA429F4F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26DAD8B4-A6A9-4181-AFAE-980BA429F4F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26DAD8B4-A6A9-4181-AFAE-980BA429F4F6}.Release|Any CPU.Build.0 = Release|Any CPU
{804871CB-B8B6-4E87-B570-9AA327053092}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{804871CB-B8B6-4E87-B570-9AA327053092}.Debug|Any CPU.Build.0 = Debug|Any CPU
{804871CB-B8B6-4E87-B570-9AA327053092}.Release|Any CPU.ActiveCfg = Release|Any CPU
{804871CB-B8B6-4E87-B570-9AA327053092}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF449F0E-1326-4622-9FFF-ECBD7C511CCD}
EndGlobalSection
EndGlobal