forked from projectkudu/ARMClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathARMClient.sln
37 lines (37 loc) · 2.09 KB
/
ARMClient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ARMClient.Console", "ARMClient.Console\ARMClient.Console.csproj", "{48E9A98D-6E60-4D9A-8E43-353E45E2B73E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ARMClient.Authentication", "ARMClient.Authentication\ARMClient.Authentication.csproj", "{2824485E-0EAD-4F72-B897-FFDAFF346528}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AADClient.Console", "AADClient.Console\AADClient.Console.csproj", "{7C204270-8911-4E04-B3FE-417381128D34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{48E9A98D-6E60-4D9A-8E43-353E45E2B73E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48E9A98D-6E60-4D9A-8E43-353E45E2B73E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48E9A98D-6E60-4D9A-8E43-353E45E2B73E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48E9A98D-6E60-4D9A-8E43-353E45E2B73E}.Release|Any CPU.Build.0 = Release|Any CPU
{2824485E-0EAD-4F72-B897-FFDAFF346528}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2824485E-0EAD-4F72-B897-FFDAFF346528}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2824485E-0EAD-4F72-B897-FFDAFF346528}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2824485E-0EAD-4F72-B897-FFDAFF346528}.Release|Any CPU.Build.0 = Release|Any CPU
{7C204270-8911-4E04-B3FE-417381128D34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C204270-8911-4E04-B3FE-417381128D34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C204270-8911-4E04-B3FE-417381128D34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C204270-8911-4E04-B3FE-417381128D34}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2466D2BD-7D9A-4ECA-9451-5C6EE2D8A316}
EndGlobalSection
EndGlobal