-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAzureKeyVault.sln
63 lines (63 loc) · 3.15 KB
/
AzureKeyVault.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
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureKeyVault", "AzureKeyVault\AzureKeyVault.csproj", "{AE54486C-0CEB-4272-A8E0-CE674CAFC9FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureKeyVaultTests", "AzureKeyVaultTests\AzureKeyVaultTests.csproj", "{8A15B1A1-9306-4780-B1F3-ABAAE34708A7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E303EF59-E043-4F25-A1C4-5C29DA23EFF9}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Images\app-registration.PNG = Images\app-registration.PNG
AzureKeyVault.sln.licenseheader = AzureKeyVault.sln.licenseheader
Images\cert-mgmt-perm-list.PNG = Images\cert-mgmt-perm-list.PNG
Images\Image1.png = Images\Image1.png
Images\Image10.png = Images\Image10.png
Images\Image2.png = Images\Image2.png
Images\Image3.png = Images\Image3.png
Images\Image4.png = Images\Image4.png
Images\Image5.png = Images\Image5.png
Images\Image6.png = Images\Image6.png
Images\Image7.png = Images\Image7.png
Images\Image8.png = Images\Image8.png
Images\Image9.png = Images\Image9.png
integration-manifest.json = integration-manifest.json
LICENSE = LICENSE
Images\managed-app-link.png = Images\managed-app-link.png
Images\objectId.png = Images\objectId.png
readme_source.md = readme_source.md
Images\resource-group-add-role.PNG = Images\resource-group-add-role.PNG
Images\rg-role-select-principal.PNG = Images\rg-role-select-principal.PNG
Images\save-access-policy.PNG = Images\save-access-policy.PNG
Images\select-principal.PNG = Images\select-principal.PNG
Images\vault-perms.png = Images\vault-perms.png
Images\vault-rbac-final.png = Images\vault-rbac-final.png
Images\vault-rbac-kvadmin.png = Images\vault-rbac-kvadmin.png
Images\vault-rbac-principal.png = Images\vault-rbac-principal.png
Images\vault-rbac.png = Images\vault-rbac.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE54486C-0CEB-4272-A8E0-CE674CAFC9FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE54486C-0CEB-4272-A8E0-CE674CAFC9FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE54486C-0CEB-4272-A8E0-CE674CAFC9FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE54486C-0CEB-4272-A8E0-CE674CAFC9FE}.Release|Any CPU.Build.0 = Release|Any CPU
{8A15B1A1-9306-4780-B1F3-ABAAE34708A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A15B1A1-9306-4780-B1F3-ABAAE34708A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A15B1A1-9306-4780-B1F3-ABAAE34708A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A15B1A1-9306-4780-B1F3-ABAAE34708A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80A5205A-188C-47A4-8893-2E938B0C901F}
EndGlobalSection
EndGlobal