Skip to content

Commit 1376a40

Browse files
authored
Merge pull request #7973 from MiYanni/az-cleanup-5-sln
5: Create Az SLN files
2 parents b34e25b + 185c0fd commit 1376a40

File tree

227 files changed

+1475
-19621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+1475
-19621
lines changed

src/ResourceManager/Aks/Aks.sln

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.27703.2035
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Aks", "Commands.Aks\Commands.Aks.csproj", "{8058D403-06E3-4BED-8924-D166CE303961}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Aks.Netcore", "Commands.Aks\Commands.Aks.Netcore.csproj", "{8058D403-06E3-4BED-8924-D166CE303961}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{2FCD151C-4DC7-41A1-AF45-EF66C47EC6B3}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Aks.Test", "Commands.Aks.Test\Commands.Aks.Test.csproj", "{D61726C4-A130-4CA1-A119-40BAC87ED761}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Aks.Test.Netcore", "Commands.Aks.Test\Commands.Aks.Test.Netcore.csproj", "{D61726C4-A130-4CA1-A119-40BAC87ED761}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Profile", "..\Profile\Commands.Profile\Commands.Profile.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"
13-
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Resources.Rest", "..\Resources\Commands.ResourceManager\Cmdlets\Commands.Resources.Rest.csproj", "{E8FFEA7F-A9CB-4FE6-A4D3-9334125B57B4}"
15-
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Resources", "..\Resources\Commands.Resources\Commands.Resources.csproj", "{E1F5201D-6067-430E-B303-4E367652991B}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "..\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"
1713
EndProject
1814
Global
1915
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -33,22 +29,12 @@ Global
3329
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
3430
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
3531
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.Build.0 = Release|Any CPU
36-
{E8FFEA7F-A9CB-4FE6-A4D3-9334125B57B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37-
{E8FFEA7F-A9CB-4FE6-A4D3-9334125B57B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
38-
{E8FFEA7F-A9CB-4FE6-A4D3-9334125B57B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
39-
{E8FFEA7F-A9CB-4FE6-A4D3-9334125B57B4}.Release|Any CPU.Build.0 = Release|Any CPU
40-
{E1F5201D-6067-430E-B303-4E367652991B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
41-
{E1F5201D-6067-430E-B303-4E367652991B}.Debug|Any CPU.Build.0 = Debug|Any CPU
42-
{E1F5201D-6067-430E-B303-4E367652991B}.Release|Any CPU.ActiveCfg = Release|Any CPU
43-
{E1F5201D-6067-430E-B303-4E367652991B}.Release|Any CPU.Build.0 = Release|Any CPU
4432
EndGlobalSection
4533
GlobalSection(SolutionProperties) = preSolution
4634
HideSolutionNode = FALSE
4735
EndGlobalSection
4836
GlobalSection(NestedProjects) = preSolution
4937
{D61726C4-A130-4CA1-A119-40BAC87ED761} = {2FCD151C-4DC7-41A1-AF45-EF66C47EC6B3}
50-
{E8FFEA7F-A9CB-4FE6-A4D3-9334125B57B4} = {2FCD151C-4DC7-41A1-AF45-EF66C47EC6B3}
51-
{E1F5201D-6067-430E-B303-4E367652991B} = {2FCD151C-4DC7-41A1-AF45-EF66C47EC6B3}
5238
EndGlobalSection
5339
GlobalSection(ExtensibilityGlobals) = postSolution
5440
SolutionGuid = {60D0F1F7-74E2-4F0F-A640-09094B2B10A7}

src/ResourceManager/Aks/Commands.Aks.Test/Commands.Aks.Test.Netcore.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1111
<WarningsAsErrors />
12+
<IsPackable>false</IsPackable>
1213
</PropertyGroup>
1314

1415
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -27,13 +28,22 @@
2728
<PackageReference Include="YamlDotNet.Signed" Version="5.2.1" />
2829
</ItemGroup>
2930

31+
<ItemGroup>
32+
<Reference Include="Microsoft.Azure.Commands.Aks">
33+
<HintPath>..\..\..\Package\$(Configuration)\ResourceManager\AzureResourceManager\Az.Aks\Microsoft.Azure.Commands.Aks.dll</HintPath>
34+
</Reference>
35+
</ItemGroup>
36+
3037
<ItemGroup>
3138
<None Update="SessionRecords\**\*.json">
3239
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
3340
</None>
3441
<None Update="ScenarioTests\*.ps1">
3542
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
3643
</None>
44+
<None Update="Fixtures\*.*">
45+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
46+
</None>
3747
</ItemGroup>
3848

3949
</Project>

src/ResourceManager/Aks/Commands.Aks.Test/ScenarioTests/TestController.cs

Lines changed: 27 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -6,45 +6,44 @@
66
using Microsoft.WindowsAzure.Commands.ScenarioTest;
77
using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
88
using Microsoft.Rest.ClientRuntime.Azure.TestFramework;
9-
using Microsoft.Azure.Graph.RBAC.Version1_6;
109
using System.Collections.Generic;
1110
using Microsoft.Azure.Test.HttpRecorder;
1211
using Microsoft.Azure.Commands.Common.Authentication.Models;
1312
using System.Reflection;
1413
using System.IO;
14+
using Microsoft.Azure.Management.Internal.Resources;
1515
using Microsoft.Azure.ServiceManagemenet.Common.Models;
1616

1717
namespace Commands.Aks.Test.ScenarioTests
1818
{
1919
public class TestController : RMTestBase
2020
{
21-
private EnvironmentSetupHelper helper;
21+
private readonly EnvironmentSetupHelper _helper;
2222

2323
public ContainerServiceClient ContainerServiceClient { get; private set; }
2424

25-
public Microsoft.Azure.Management.ResourceManager.ResourceManagementClient ResourceClient { get; private set; }
26-
2725
public TestController()
2826
{
29-
helper = new EnvironmentSetupHelper();
27+
_helper = new EnvironmentSetupHelper();
3028
}
3129

3230
public static TestController NewInstance => new TestController();
3331

34-
public Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient InternalResourceManagementClient { get; private set; }
35-
36-
public GraphRbacManagementClient GraphRbacManagementClient { get; private set; }
32+
public ResourceManagementClient InternalResourceManagementClient { get; private set; }
3733

3834
public void RunPowerShellTest(XunitTracingInterceptor logger, params string[] scripts)
3935
{
40-
var callingClassType = TestUtilities.GetCallingClass(2);
41-
var mockName = TestUtilities.GetCurrentMethodName(2);
36+
var sf = new StackTrace().GetFrame(1);
37+
var callingClassType = sf.GetMethod().ReflectedType?.ToString();
38+
var mockName = sf.GetMethod().Name;
4239

43-
helper.TracingInterceptor = logger;
40+
_helper.TracingInterceptor = logger;
4441

45-
Dictionary<string, string> d = new Dictionary<string, string>();
46-
d.Add("Microsoft.Features", null);
47-
d.Add("Microsoft.Authorization", null);
42+
var d = new Dictionary<string, string>
43+
{
44+
{"Microsoft.Features", null},
45+
{"Microsoft.Authorization", null}
46+
};
4847
var providersToIgnore = new Dictionary<string, string>
4948
{
5049
{"Microsoft.Azure.Management.Resources.ResourceManagementClient", "2017-05-10"},
@@ -56,17 +55,15 @@ public void RunPowerShellTest(XunitTracingInterceptor logger, params string[] sc
5655
using (var context = MockContext.Start(callingClassType, mockName))
5756
{
5857
SetupManagementClients(context);
59-
var callingClassName = callingClassType
60-
.Split(new[] { "." }, StringSplitOptions.RemoveEmptyEntries)
61-
.Last();
58+
var callingClassName = callingClassType?.Split(new[] { "." }, StringSplitOptions.RemoveEmptyEntries).Last();
6259

63-
helper.SetupEnvironment(AzureModule.AzureResourceManager);
64-
helper.SetupModules(AzureModule.AzureResourceManager,
65-
helper.RMProfileModule,
66-
helper.RMResourceModule,
67-
helper.GetRMModulePath(@"AzureRM.Aks.psd1"),
60+
_helper.SetupEnvironment(AzureModule.AzureResourceManager);
61+
_helper.SetupModules(AzureModule.AzureResourceManager,
62+
_helper.RMProfileModule,
63+
_helper.GetRMModulePath(@"AzureRM.Aks.psd1"),
6864
"ScenarioTests\\Common.ps1",
69-
"ScenarioTests\\" + callingClassName + ".ps1");
65+
"ScenarioTests\\" + callingClassName + ".ps1",
66+
"AzureRM.Resources.ps1");
7067

7168
if (HttpMockServer.GetCurrentMode() == HttpRecorderMode.Playback)
7269
{
@@ -75,7 +72,7 @@ public void RunPowerShellTest(XunitTracingInterceptor logger, params string[] sc
7572
var dir = Path.GetDirectoryName(new Uri(Assembly.GetExecutingAssembly().CodeBase).AbsolutePath);
7673
var subscription = HttpMockServer.Variables["SubscriptionId"];
7774
AzureSession.Instance.DataStore.WriteFile(Path.Combine(home, ".ssh", "id_rsa.pub"), File.ReadAllText(dir + "/Fixtures/id_rsa.pub"));
78-
string jsonOutput = @"{""" + subscription + @""":{ ""service_principal"":""foo"",""client_secret"":""bar""}}";
75+
var jsonOutput = @"{""" + subscription + @""":{ ""service_principal"":""foo"",""client_secret"":""bar""}}";
7976
AzureSession.Instance.DataStore.WriteFile(Path.Combine(home, ".azure", "acsServicePrincipal.json"), jsonOutput);
8077
}
8178
else if (HttpMockServer.GetCurrentMode() == HttpRecorderMode.Record)
@@ -96,41 +93,28 @@ public void RunPowerShellTest(XunitTracingInterceptor logger, params string[] sc
9693
spnSecret = currentEnvironment.ConnectionString.KeyValuePairs["ServicePrincipalSecret"];
9794
}
9895
AzureSession.Instance.DataStore.WriteFile(Path.Combine(home, ".ssh", "id_rsa.pub"), File.ReadAllText(dir + "/Fixtures/id_rsa.pub"));
99-
string jsonOutput = @"{""" + subscription + @""":{ ""service_principal"":""" + spn + @""",""client_secret"":"""+ spnSecret + @"""}}";
96+
var jsonOutput = @"{""" + subscription + @""":{ ""service_principal"":""" + spn + @""",""client_secret"":"""+ spnSecret + @"""}}";
10097
AzureSession.Instance.DataStore.WriteFile(Path.Combine(home, ".azure", "acsServicePrincipal.json"), jsonOutput);
10198
}
10299

103-
helper.RunPowerShellTest(scripts);
100+
_helper.RunPowerShellTest(scripts);
104101
}
105102
}
106103

107104
private void SetupManagementClients(MockContext context)
108105
{
109106
ContainerServiceClient = GetContainerServiceClient(context);
110-
ResourceClient = GetResourceManagementClient(context);
111107
InternalResourceManagementClient = GetInternalResourceManagementClient(context);
112-
GraphRbacManagementClient = GetRbacManagementClient(context);
113-
helper.SetupManagementClients(ContainerServiceClient, ResourceClient, InternalResourceManagementClient, GraphRbacManagementClient);
108+
_helper.SetupManagementClients(ContainerServiceClient, InternalResourceManagementClient);
114109
}
115110

116-
private ContainerServiceClient GetContainerServiceClient(MockContext context)
111+
private static ContainerServiceClient GetContainerServiceClient(MockContext context)
117112
{
118113
return context.GetServiceClient<ContainerServiceClient>();
119114
}
120-
121-
private Microsoft.Azure.Management.ResourceManager.ResourceManagementClient GetResourceManagementClient(MockContext context)
122-
{
123-
return context.GetServiceClient<Microsoft.Azure.Management.ResourceManager.ResourceManagementClient>();
124-
}
125-
126-
private Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient GetInternalResourceManagementClient(MockContext context)
127-
{
128-
return context.GetServiceClient<Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient>();
129-
}
130-
131-
private GraphRbacManagementClient GetRbacManagementClient(MockContext context)
115+
private static ResourceManagementClient GetInternalResourceManagementClient(MockContext context)
132116
{
133-
return context.GetGraphServiceClient<GraphRbacManagementClient>();
117+
return context.GetServiceClient<ResourceManagementClient>();
134118
}
135119
}
136120
}

src/ResourceManager/AnalysisServices/AnalysisServices.sln

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 15
33
VisualStudioVersion = 15.0.27703.2042
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
5+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.AnalysisServices.Netcore", "Commands.AnalysisServices\Commands.AnalysisServices.Netcore.csproj", "{14FAC1BF-F007-4F56-80FA-75F2F303374B}"
66
EndProject
7-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.AnalysisServices.Test", "Commands.AnalysisServices.Test\Commands.AnalysisServices.Test.csproj", "{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}"
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
88
EndProject
9-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.AnalysisServices", "Commands.AnalysisServices\Commands.AnalysisServices.csproj", "{14FAC1BF-F007-4F56-80FA-75F2F303374B}"
9+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.AnalysisServices.Test.Netcore", "Commands.AnalysisServices.Test\Commands.AnalysisServices.Test.Netcore.csproj", "{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}"
1010
EndProject
11-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.AnalysisServices.Dataplane", "Commands.AnalysisServices.Dataplane\Commands.AnalysisServices.Dataplane.csproj", "{4944B213-4F12-4815-B416-3FF1853ADCC1}"
11+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.AnalysisServices.Dataplane.Netcore", "Commands.AnalysisServices.Dataplane\Commands.AnalysisServices.Dataplane.Netcore.csproj", "{4944B213-4F12-4815-B416-3FF1853ADCC1}"
1212
EndProject
13-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Profile", "..\Profile\Commands.Profile\Commands.Profile.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"
13+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "..\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"
1414
EndProject
1515
Global
1616
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1717
Debug|Any CPU = Debug|Any CPU
1818
Release|Any CPU = Release|Any CPU
1919
EndGlobalSection
2020
GlobalSection(ProjectConfigurationPlatforms) = postSolution
21-
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
22-
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
23-
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
24-
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Release|Any CPU.Build.0 = Release|Any CPU
2521
{14FAC1BF-F007-4F56-80FA-75F2F303374B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2622
{14FAC1BF-F007-4F56-80FA-75F2F303374B}.Debug|Any CPU.Build.0 = Debug|Any CPU
2723
{14FAC1BF-F007-4F56-80FA-75F2F303374B}.Release|Any CPU.ActiveCfg = Release|Any CPU
2824
{14FAC1BF-F007-4F56-80FA-75F2F303374B}.Release|Any CPU.Build.0 = Release|Any CPU
25+
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
26+
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
27+
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
28+
{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}.Release|Any CPU.Build.0 = Release|Any CPU
2929
{4944B213-4F12-4815-B416-3FF1853ADCC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3030
{4944B213-4F12-4815-B416-3FF1853ADCC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
3131
{4944B213-4F12-4815-B416-3FF1853ADCC1}.Release|Any CPU.ActiveCfg = Release|Any CPU

src/ResourceManager/ApiManagement/ApiManagement.sln

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 15
33
VisualStudioVersion = 15.0.27703.2042
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
6-
EndProject
7-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ApiManagement", "Commands.ApiManagement\Commands.ApiManagement.csproj", "{DC0A9742-DF36-48C9-BD2F-68D01AED6257}"
5+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.ApiManagement.Netcore", "Commands.ApiManagement\Commands.ApiManagement.Netcore.csproj", "{DC0A9742-DF36-48C9-BD2F-68D01AED6257}"
86
EndProject
9-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ApiManagement.Test", "Commands.ApiManagement.Test\Commands.ApiManagement.Test.csproj", "{BEC9ECE9-A3D6-4B24-A682-1FA890647D9D}"
10-
EndProject
11-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ApiManagement.ServiceManagement", "Commands.ApiManagement.ServiceManagement\Commands.ApiManagement.ServiceManagement.csproj", "{ED8BA708-AF42-4C08-9F4E-DAA1037797D5}"
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
128
EndProject
13-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ApiManagement.ServiceManagement.Test", "Commands.SMAPI.Test\Commands.ApiManagement.ServiceManagement.Test.csproj", "{6448E795-3D02-4BDD-B0C7-AD0A2AFE3C8B}"
9+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.ApiManagement.Test.Netcore", "Commands.ApiManagement.Test\Commands.ApiManagement.Test.Netcore.csproj", "{BEC9ECE9-A3D6-4B24-A682-1FA890647D9D}"
1410
EndProject
15-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Profile", "..\Profile\Commands.Profile\Commands.Profile.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"
11+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.ApiManagement.ServiceManagement.Netcore", "Commands.ApiManagement.ServiceManagement\Commands.ApiManagement.ServiceManagement.Netcore.csproj", "{ED8BA708-AF42-4C08-9F4E-DAA1037797D5}"
1612
EndProject
17-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Management.Storage", "..\Storage\Commands.Management.Storage\Commands.Management.Storage.csproj", "{A50AB133-5C04-4A17-9054-F8343683EC23}"
13+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.ApiManagement.ServiceManagement.Test.Netcore", "Commands.SMAPI.Test\Commands.ApiManagement.ServiceManagement.Test.Netcore.csproj", "{6448E795-3D02-4BDD-B0C7-AD0A2AFE3C8B}"
1814
EndProject
19-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Storage", "..\..\Storage\Commands.Storage\Commands.Storage.csproj", "{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A}"
15+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "..\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"
2016
EndProject
2117
Global
2218
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -44,23 +40,13 @@ Global
4440
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
4541
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
4642
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.Build.0 = Release|Any CPU
47-
{A50AB133-5C04-4A17-9054-F8343683EC23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
48-
{A50AB133-5C04-4A17-9054-F8343683EC23}.Debug|Any CPU.Build.0 = Debug|Any CPU
49-
{A50AB133-5C04-4A17-9054-F8343683EC23}.Release|Any CPU.ActiveCfg = Release|Any CPU
50-
{A50AB133-5C04-4A17-9054-F8343683EC23}.Release|Any CPU.Build.0 = Release|Any CPU
51-
{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
52-
{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A}.Debug|Any CPU.Build.0 = Debug|Any CPU
53-
{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A}.Release|Any CPU.ActiveCfg = Release|Any CPU
54-
{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A}.Release|Any CPU.Build.0 = Release|Any CPU
5543
EndGlobalSection
5644
GlobalSection(SolutionProperties) = preSolution
5745
HideSolutionNode = FALSE
5846
EndGlobalSection
5947
GlobalSection(NestedProjects) = preSolution
6048
{BEC9ECE9-A3D6-4B24-A682-1FA890647D9D} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
6149
{6448E795-3D02-4BDD-B0C7-AD0A2AFE3C8B} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
62-
{A50AB133-5C04-4A17-9054-F8343683EC23} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
63-
{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
6450
EndGlobalSection
6551
GlobalSection(ExtensibilityGlobals) = postSolution
6652
SolutionGuid = {0343A2B3-2962-4236-9F71-9A7C109720B8}

0 commit comments

Comments
 (0)