This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
/
PSCredentialManager.sln
52 lines (52 loc) · 3.31 KB
/
PSCredentialManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FF227CA6-0204-4FC1-847F-485C136DCCFB}"
ProjectSection(SolutionItems) = preProject
License = License
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PSCredentialManager.Api", "PSCredentialManager.Api\PSCredentialManager.Api.csproj", "{3E381D62-76D6-4F94-A459-0193D9A1D33C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PSCredentialManager.Common", "PSCredentialManager.Object\PSCredentialManager.Common.csproj", "{C71F88F8-B26C-4A57-B6DD-155B1C724E26}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PSCredentialManager.Cmdlet", "PSCredentialManager.Cmdlet\PSCredentialManager.Cmdlet.csproj", "{EB676C83-B382-4217-AAF9-C412B1E26B5F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PSCredentialManager.ApiTests", "PSCredentialManager.ApiTests\PSCredentialManager.ApiTests.csproj", "{28874AA5-29B5-4F1F-A3BB-346A9E8BAB90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PSCredentialManager.CmdletTests", "PSCredentialManager.CmdletTests\PSCredentialManager.CmdletTests.csproj", "{5843E23D-CDF7-4AB9-8937-2CA7ED5D8C28}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E381D62-76D6-4F94-A459-0193D9A1D33C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E381D62-76D6-4F94-A459-0193D9A1D33C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E381D62-76D6-4F94-A459-0193D9A1D33C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E381D62-76D6-4F94-A459-0193D9A1D33C}.Release|Any CPU.Build.0 = Release|Any CPU
{C71F88F8-B26C-4A57-B6DD-155B1C724E26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C71F88F8-B26C-4A57-B6DD-155B1C724E26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C71F88F8-B26C-4A57-B6DD-155B1C724E26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C71F88F8-B26C-4A57-B6DD-155B1C724E26}.Release|Any CPU.Build.0 = Release|Any CPU
{EB676C83-B382-4217-AAF9-C412B1E26B5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB676C83-B382-4217-AAF9-C412B1E26B5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB676C83-B382-4217-AAF9-C412B1E26B5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB676C83-B382-4217-AAF9-C412B1E26B5F}.Release|Any CPU.Build.0 = Release|Any CPU
{28874AA5-29B5-4F1F-A3BB-346A9E8BAB90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28874AA5-29B5-4F1F-A3BB-346A9E8BAB90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28874AA5-29B5-4F1F-A3BB-346A9E8BAB90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28874AA5-29B5-4F1F-A3BB-346A9E8BAB90}.Release|Any CPU.Build.0 = Release|Any CPU
{5843E23D-CDF7-4AB9-8937-2CA7ED5D8C28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5843E23D-CDF7-4AB9-8937-2CA7ED5D8C28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5843E23D-CDF7-4AB9-8937-2CA7ED5D8C28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5843E23D-CDF7-4AB9-8937-2CA7ED5D8C28}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal