forked from microsoft/AzureKeyVaultExplorer
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathAzureKeyVaultExplorer.sln
More file actions
55 lines (55 loc) · 3.08 KB
/
AzureKeyVaultExplorer.sln
File metadata and controls
55 lines (55 loc) · 3.08 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36221.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Root", "Root", "{6E6E5E45-EDF7-4082-AC97-FB28DB1D5229}"
ProjectSection(SolutionItems) = preProject
License.txt = License.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{023CB6B8-5A17-4482-B303-D65A9A0E7E33}"
ProjectSection(SolutionItems) = preProject
Vault\Build\AssemblyInfo.cs.t4 = Vault\Build\AssemblyInfo.cs.t4
Vault\Build\AutoVersioning.props = Vault\Build\AutoVersioning.props
Vault\Build\t4.targets = Vault\Build\t4.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Vault\Core\Core.csproj", "{0303A70B-0ED7-7C8F-F005-049FC7212F90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VaultLibrary", "Vault\Library\VaultLibrary.csproj", "{BFD27F00-FEA1-0886-C404-C448B7301DEC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClearClipboard", "Vault\ClearClipboard\ClearClipboard.csproj", "{40C7DF3D-993B-31DE-6D7E-4631B22F953D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VaultExplorer", "Vault\Explorer\VaultExplorer.csproj", "{69764C77-9EAF-F546-F956-09B65047C229}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0303A70B-0ED7-7C8F-F005-049FC7212F90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0303A70B-0ED7-7C8F-F005-049FC7212F90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0303A70B-0ED7-7C8F-F005-049FC7212F90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0303A70B-0ED7-7C8F-F005-049FC7212F90}.Release|Any CPU.Build.0 = Release|Any CPU
{BFD27F00-FEA1-0886-C404-C448B7301DEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFD27F00-FEA1-0886-C404-C448B7301DEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFD27F00-FEA1-0886-C404-C448B7301DEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFD27F00-FEA1-0886-C404-C448B7301DEC}.Release|Any CPU.Build.0 = Release|Any CPU
{40C7DF3D-993B-31DE-6D7E-4631B22F953D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40C7DF3D-993B-31DE-6D7E-4631B22F953D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40C7DF3D-993B-31DE-6D7E-4631B22F953D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40C7DF3D-993B-31DE-6D7E-4631B22F953D}.Release|Any CPU.Build.0 = Release|Any CPU
{69764C77-9EAF-F546-F956-09B65047C229}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69764C77-9EAF-F546-F956-09B65047C229}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69764C77-9EAF-F546-F956-09B65047C229}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69764C77-9EAF-F546-F956-09B65047C229}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {30E37588-7475-4A89-AE9E-DBCEAF06554C}
EndGlobalSection
EndGlobal