@@ -23,6 +23,16 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ScenarioTests.Reso
23
23
EndProject
24
24
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Commands.Common.Authorization" , "..\..\Common\Commands.Common.Authorization\Commands.Common.Authorization.csproj" , "{24508E26-154D-47F1-80EE-439BF0710996}"
25
25
EndProject
26
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Commands.ServiceManagement.Common" , "..\..\ServiceManagement\Common\Commands.ServiceManagement.Common\Commands.ServiceManagement.Common.csproj" , "{CFF09E81-1E31-444E-B4D4-A21E946C29E2}"
27
+ EndProject
28
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Commands.Common.Authentication.ResourceManager" , "..\Common\Commands.Common.Authentication.ResourceManager\Commands.Common.Authentication.ResourceManager.csproj" , "{69C2EB6B-CD63-480A-89A0-C489706E9299}"
29
+ EndProject
30
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Commands.Profile" , "..\Profile\Commands.Profile\Commands.Profile.csproj" , "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"
31
+ EndProject
32
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Commands.Resources" , "..\Resources\Commands.Resources\Commands.Resources.csproj" , "{E1F5201D-6067-430E-B303-4E367652991B}"
33
+ EndProject
34
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Commands.Resources.Rest" , "..\Resources\Commands.ResourceManager\Cmdlets\Commands.Resources.Rest.csproj" , "{8058D403-06E3-4BED-8924-D166CE303961}"
35
+ EndProject
26
36
Global
27
37
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
28
38
Debug| Any CPU = Debug| Any CPU
@@ -65,12 +75,33 @@ Global
65
75
{24508E26-154D-47F1-80EE-439BF0710996} .Debug| Any CPU .Build .0 = Debug| Any CPU
66
76
{24508E26-154D-47F1-80EE-439BF0710996} .Release| Any CPU .ActiveCfg = Release| Any CPU
67
77
{24508E26-154D-47F1-80EE-439BF0710996} .Release| Any CPU .Build .0 = Release| Any CPU
78
+ {CFF09E81-1E31-444E-B4D4-A21E946C29E2} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
79
+ {CFF09E81-1E31-444E-B4D4-A21E946C29E2} .Debug| Any CPU .Build .0 = Debug| Any CPU
80
+ {CFF09E81-1E31-444E-B4D4-A21E946C29E2} .Release| Any CPU .ActiveCfg = Release| Any CPU
81
+ {CFF09E81-1E31-444E-B4D4-A21E946C29E2} .Release| Any CPU .Build .0 = Release| Any CPU
82
+ {69C2EB6B-CD63-480A-89A0-C489706E9299} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
83
+ {69C2EB6B-CD63-480A-89A0-C489706E9299} .Debug| Any CPU .Build .0 = Debug| Any CPU
84
+ {69C2EB6B-CD63-480A-89A0-C489706E9299} .Release| Any CPU .ActiveCfg = Release| Any CPU
85
+ {69C2EB6B-CD63-480A-89A0-C489706E9299} .Release| Any CPU .Build .0 = Release| Any CPU
86
+ {142D7B0B-388A-4CEB-A228-7F6D423C5C2E} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
87
+ {142D7B0B-388A-4CEB-A228-7F6D423C5C2E} .Debug| Any CPU .Build .0 = Debug| Any CPU
88
+ {142D7B0B-388A-4CEB-A228-7F6D423C5C2E} .Release| Any CPU .ActiveCfg = Release| Any CPU
89
+ {142D7B0B-388A-4CEB-A228-7F6D423C5C2E} .Release| Any CPU .Build .0 = Release| Any CPU
90
+ {E1F5201D-6067-430E-B303-4E367652991B} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
91
+ {E1F5201D-6067-430E-B303-4E367652991B} .Debug| Any CPU .Build .0 = Debug| Any CPU
92
+ {E1F5201D-6067-430E-B303-4E367652991B} .Release| Any CPU .ActiveCfg = Release| Any CPU
93
+ {E1F5201D-6067-430E-B303-4E367652991B} .Release| Any CPU .Build .0 = Release| Any CPU
94
+ {8058D403-06E3-4BED-8924-D166CE303961} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
95
+ {8058D403-06E3-4BED-8924-D166CE303961} .Debug| Any CPU .Build .0 = Debug| Any CPU
96
+ {8058D403-06E3-4BED-8924-D166CE303961} .Release| Any CPU .ActiveCfg = Release| Any CPU
97
+ {8058D403-06E3-4BED-8924-D166CE303961} .Release| Any CPU .Build .0 = Release| Any CPU
68
98
EndGlobalSection
69
99
GlobalSection (SolutionProperties ) = preSolution
70
100
HideSolutionNode = FALSE
71
101
EndGlobalSection
72
102
GlobalSection (NestedProjects ) = preSolution
73
103
{2DA1C063-AA27-4BBC-BE25-E3C7D008B6CF} = {DBEBFF94-E0FD-45A7-8D2D-6EC24C053819}
74
104
{3436A126-EDC9-4060-8952-9A1BE34CDD95} = {DBEBFF94-E0FD-45A7-8D2D-6EC24C053819}
105
+ {CFF09E81-1E31-444E-B4D4-A21E946C29E2} = {DBEBFF94-E0FD-45A7-8D2D-6EC24C053819}
75
106
EndGlobalSection
76
107
EndGlobal
0 commit comments