-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhashicorp-vault-orchestrator.sln
61 lines (61 loc) · 3.02 KB
/
hashicorp-vault-orchestrator.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "hashicorp-vault-orchestrator", "hashicorp-vault-orchestrator\hashicorp-vault-orchestrator.csproj", "{76771DD1-BDF1-4C3F-9EAB-C9096A1BBF7B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{83623EBF-AC4C-4158-922D-959AEFC75453}"
ProjectSection(SolutionItems) = preProject
images\cert-store-kv.PNG = images\cert-store-kv.PNG
images\cert-store-pki.PNG = images\cert-store-pki.PNG
images\cert-store-type-advanced.png = images\cert-store-type-advanced.png
images\cert_store_add_dialog.png = images\cert_store_add_dialog.png
images\cert_store_fields.png = images\cert_store_fields.png
CHANGELOG.md = CHANGELOG.md
images\discovery.PNG = images\discovery.PNG
integration-manifest.json = integration-manifest.json
LICENSE = LICENSE
images\PEM-vault-example-1.PNG = images\PEM-vault-example-1.PNG
images\PEM-vault-example-2.PNG = images\PEM-vault-example-2.PNG
images\PEM-vault-example-3.PNG = images\PEM-vault-example-3.PNG
images\pfx_enrollment_blank.png = images\pfx_enrollment_blank.png
images\pfx_enrollment_certstore.png = images\pfx_enrollment_certstore.png
images\pfx_enrollment_filled.png = images\pfx_enrollment_filled.png
README.md = README.md
readme_source.md = readme_source.md
images\store-type-kv.PNG = images\store-type-kv.PNG
images\store_type_1.PNG = images\store_type_1.PNG
images\store_type_add.png = images\store_type_add.png
images\store_type_fields.png = images\store_type_fields.png
images\store_type_pki.png = images\store_type_pki.png
images\vault_cli_list.png = images\vault_cli_list.png
images\vault_cli_read.png = images\vault_cli_read.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "readme-src", "readme-src", "{3266961F-0B1D-4DB6-9A58-C0DA958EB832}"
ProjectSection(SolutionItems) = preProject
readme-pam-support.md = readme-pam-support.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76771DD1-BDF1-4C3F-9EAB-C9096A1BBF7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76771DD1-BDF1-4C3F-9EAB-C9096A1BBF7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76771DD1-BDF1-4C3F-9EAB-C9096A1BBF7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76771DD1-BDF1-4C3F-9EAB-C9096A1BBF7B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3266961F-0B1D-4DB6-9A58-C0DA958EB832} = {83623EBF-AC4C-4158-922D-959AEFC75453}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1706189-FE1B-4EE6-9AE1-EF4A777B2F06}
EndGlobalSection
EndGlobal