Skip to content

Commit 605fc16

Browse files
committed
Put all module projects at the top of the sln so those projects would be the default projects when the sln is opened.
1 parent b9a1846 commit 605fc16

File tree

51 files changed

+134
-134
lines changed

Some content is hidden

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

51 files changed

+134
-134
lines changed

src/ResourceManager/AnalysisServices/AnalysisServices.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ 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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.AnalysisServices.Netcore", "Commands.AnalysisServices\Commands.AnalysisServices.Netcore.csproj", "{14FAC1BF-F007-4F56-80FA-75F2F303374B}"
6+
EndProject
57
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
68
EndProject
79
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.AnalysisServices.Test.Netcore", "Commands.AnalysisServices.Test\Commands.AnalysisServices.Test.Netcore.csproj", "{9056F1E3-0B1D-46CA-A435-F1E9AAE6DCC0}"
810
EndProject
9-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.AnalysisServices.Netcore", "Commands.AnalysisServices\Commands.AnalysisServices.Netcore.csproj", "{14FAC1BF-F007-4F56-80FA-75F2F303374B}"
10-
EndProject
1111
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
1313
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "..\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"
@@ -18,14 +18,14 @@ Global
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ 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
75
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.ApiManagement.Netcore", "Commands.ApiManagement\Commands.ApiManagement.Netcore.csproj", "{DC0A9742-DF36-48C9-BD2F-68D01AED6257}"
86
EndProject
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
8+
EndProject
99
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.ApiManagement.Test.Netcore", "Commands.ApiManagement.Test\Commands.ApiManagement.Test.Netcore.csproj", "{BEC9ECE9-A3D6-4B24-A682-1FA890647D9D}"
1010
EndProject
1111
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.ApiManagement.ServiceManagement.Netcore", "Commands.ApiManagement.ServiceManagement\Commands.ApiManagement.ServiceManagement.Netcore.csproj", "{ED8BA708-AF42-4C08-9F4E-DAA1037797D5}"

src/ResourceManager/ApplicationInsights/ApplicationInsights.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ 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", "{13BB1C60-A70E-4780-ABEF-D5EE36754085}"
6-
EndProject
75
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.ApplicationInsights.Netcore", "Commands.ApplicationInsights\Commands.ApplicationInsights.Netcore.csproj", "{87A51B59-9020-4874-A39B-838C78468E08}"
86
EndProject
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{13BB1C60-A70E-4780-ABEF-D5EE36754085}"
8+
EndProject
99
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.ApplicationInsights.Test.Netcore", "Commands.ApplicationInsights.Test\Commands.ApplicationInsights.Test.Netcore.csproj", "{D77378FE-D936-4DD8-A82A-3C89A3994A9D}"
1010
EndProject
1111
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "..\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"

src/ResourceManager/Automation/Automation.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ 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
75
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Automation.Netcore", "Commands.Automation\Commands.Automation.Netcore.csproj", "{90DEF35A-F7FF-40D0-B008-F489A4C092DB}"
86
EndProject
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
8+
EndProject
99
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Automation.Test.Netcore", "Commands.Automation.Test\Commands.Automation.Test.Netcore.csproj", "{59D1B5DC-9175-43EC-90C6-CBA601B3565F}"
1010
EndProject
1111
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "..\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"

src/ResourceManager/AzureBatch/AzureBatch.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ 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
75
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Batch.Netcore", "Commands.Batch\Commands.Batch.Netcore.csproj", "{D470E50A-9607-48D6-A924-4F9F86502704}"
86
EndProject
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
8+
EndProject
99
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Batch.Test.Netcore", "Commands.Batch.Test\Commands.Batch.Test.Netcore.csproj", "{F4ABAD68-64A5-4B23-B09C-42559A7524DE}"
1010
EndProject
1111
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "..\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"

src/ResourceManager/Billing/Billing.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ 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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Billing.Netcore", "Commands.Billing\Commands.Billing.Netcore.csproj", "{8C6489F5-0352-4667-8A0D-86B4B399EECC}"
6+
EndProject
57
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
68
EndProject
79
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Billing.Test.Netcore", "Commands.Billing.Test\Commands.Billing.Test.Netcore.csproj", "{9A685061-0EF3-4963-AC60-88610F6D309E}"
810
EndProject
9-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Billing.Netcore", "Commands.Billing\Commands.Billing.Netcore.csproj", "{8C6489F5-0352-4667-8A0D-86B4B399EECC}"
10-
EndProject
1111
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "..\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"
1212
EndProject
1313
Global
@@ -16,14 +16,14 @@ Global
1616
Release|Any CPU = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(ProjectConfigurationPlatforms) = postSolution
19-
{9A685061-0EF3-4963-AC60-88610F6D309E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20-
{9A685061-0EF3-4963-AC60-88610F6D309E}.Debug|Any CPU.Build.0 = Debug|Any CPU
21-
{9A685061-0EF3-4963-AC60-88610F6D309E}.Release|Any CPU.ActiveCfg = Release|Any CPU
22-
{9A685061-0EF3-4963-AC60-88610F6D309E}.Release|Any CPU.Build.0 = Release|Any CPU
2319
{8C6489F5-0352-4667-8A0D-86B4B399EECC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2420
{8C6489F5-0352-4667-8A0D-86B4B399EECC}.Debug|Any CPU.Build.0 = Debug|Any CPU
2521
{8C6489F5-0352-4667-8A0D-86B4B399EECC}.Release|Any CPU.ActiveCfg = Release|Any CPU
2622
{8C6489F5-0352-4667-8A0D-86B4B399EECC}.Release|Any CPU.Build.0 = Release|Any CPU
23+
{9A685061-0EF3-4963-AC60-88610F6D309E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24+
{9A685061-0EF3-4963-AC60-88610F6D309E}.Debug|Any CPU.Build.0 = Debug|Any CPU
25+
{9A685061-0EF3-4963-AC60-88610F6D309E}.Release|Any CPU.ActiveCfg = Release|Any CPU
26+
{9A685061-0EF3-4963-AC60-88610F6D309E}.Release|Any CPU.Build.0 = Release|Any CPU
2727
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2828
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
2929
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.ActiveCfg = Release|Any CPU

src/ResourceManager/Cdn/Cdn.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ 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
75
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Cdn.Netcore", "Commands.Cdn\Commands.Cdn.Netcore.csproj", "{42656543-77AD-4968-BA4B-BE0778705625}"
86
EndProject
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
8+
EndProject
99
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Cdn.Test.Netcore", "Commands.Cdn.Test\Commands.Cdn.Test.Netcore.csproj", "{5E5BBB82-2D69-4A12-93AA-E5753F87AF03}"
1010
EndProject
1111
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "..\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"

src/ResourceManager/CognitiveServices/CognitiveServices.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ VisualStudioVersion = 15.0.27703.2042
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Management.CognitiveServices.Netcore", "Commands.Management.CognitiveServices\Commands.Management.CognitiveServices.Netcore.csproj", "{442B597E-BFDC-4711-B196-82C0EF852966}"
66
EndProject
7-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Management.CognitiveServices.Test.Netcore", "CognitiveServices.Test\Commands.Management.CognitiveServices.Test.Netcore.csproj", "{F6F8A360-F203-4161-98A7-60097AB94193}"
8-
EndProject
97
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{13BB1C60-A70E-4780-ABEF-D5EE36754085}"
108
EndProject
9+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Management.CognitiveServices.Test.Netcore", "CognitiveServices.Test\Commands.Management.CognitiveServices.Test.Netcore.csproj", "{F6F8A360-F203-4161-98A7-60097AB94193}"
10+
EndProject
1111
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "..\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"
1212
EndProject
1313
Global

src/ResourceManager/Compute/Compute.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ 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
75
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Compute.Netcore", "Commands.Compute\Commands.Compute.Netcore.csproj", "{52643BD5-6378-49BD-9F6E-DAC9DD8A867B}"
86
EndProject
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
8+
EndProject
99
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Compute.Test.Netcore", "Commands.Compute.Test\Commands.Compute.Test.Netcore.csproj", "{37C44181-3F1B-4ABD-8089-26DFAB4B6BA8}"
1010
EndProject
1111
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Network.Netcore", "..\Network\Commands.Network\Commands.Network.Netcore.csproj", "{98CFD96B-A6BC-4F15-AE2C-603FC2B58981}"

src/ResourceManager/Consumption/Consumption.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ 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
75
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Consumption.Netcore", "Commands.Consumption\Commands.Consumption.Netcore.csproj", "{1BF17E01-F9D5-4314-930C-333692D056A8}"
86
EndProject
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
8+
EndProject
99
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Consumption.Test.Netcore", "Commands.Consumption.Test\Commands.Consumption.Test.Netcore.csproj", "{03632E67-424C-4EE5-969A-CF9E4E3DE423}"
1010
EndProject
1111
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "..\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"

src/ResourceManager/ContainerRegistry/ContainerRegistry.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ 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
75
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.ContainerRegistry.Netcore", "Commands.ContainerRegistry\Commands.ContainerRegistry.Netcore.csproj", "{FE330703-623A-4C08-9DA7-1C63B4058034}"
86
EndProject
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
8+
EndProject
99
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.ContainerRegistry.Test.Netcore", "Commands.ContainerRegistry.Test\Commands.ContainerRegistry.Test.Netcore.csproj", "{094709D1-0301-44F4-8BB2-203162006A3D}"
1010
EndProject
1111
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "..\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"

src/ResourceManager/DataFactories/DataFactories.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ 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
75
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DataFactories.Netcore", "Commands.DataFactories\Commands.DataFactories.Netcore.csproj", "{9577252E-0A6B-4D61-86E8-95F7F309A987}"
86
EndProject
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
8+
EndProject
99
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DataFactories.Test.Netcore", "Commands.DataFactories.Test\Commands.DataFactories.Test.Netcore.csproj", "{D4EDAD6F-6A1D-4295-9A88-CD3F69EAD42B}"
1010
EndProject
1111
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "..\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"

src/ResourceManager/DataFactoryV2/DataFactoryV2.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ 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
75
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DataFactoryV2.Netcore", "Commands.DataFactoryV2\Commands.DataFactoryV2.Netcore.csproj", "{26B676D3-E448-4FA5-A23C-C79E7753D280}"
86
EndProject
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
8+
EndProject
99
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DataFactoryV2.Test.Netcore", "Commands.DataFactoryV2.Test\Commands.DataFactoryV2.Test.Netcore.csproj", "{8E5612F5-4F26-49CA-B9AC-67A4C1DB74F3}"
1010
EndProject
1111
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "..\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"

src/ResourceManager/DataLakeAnalytics/DataLakeAnalytics.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ 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
75
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DataLakeAnalytics.Netcore", "Commands.DataLakeAnalytics\Commands.DataLakeAnalytics.Netcore.csproj", "{8A397A61-6DC3-4244-9A40-D44A22152AAE}"
86
EndProject
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
8+
EndProject
99
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DataLakeAnalytics.Test.Netcore", "Commands.DataLakeAnalytics.Test\Commands.DataLakeAnalytics.Test.Netcore.csproj", "{E6122DB1-1466-47EE-8BA0-73F9CA90F826}"
1010
EndProject
1111
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "..\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"

src/ResourceManager/DataLakeStore/DataLakeStore.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ 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
75
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DataLakeStore.Netcore", "Commands.DataLakeStore\Commands.DataLakeStore.Netcore.csproj", "{8AAB43E6-E8F6-4F91-AF8A-6A63CD78EF1E}"
86
EndProject
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
8+
EndProject
99
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DataLakeStore.Test.Netcore", "Commands.DataLakeStore.Test\Commands.DataLakeStore.Test.Netcore.csproj", "{B0D03ECF-9F25-499A-BE25-D668E0D208AA}"
1010
EndProject
1111
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "..\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"

src/ResourceManager/DevTestLabs/DevTestLabs.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ 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
75
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DevTestLabs.Netcore", "Commands.DevTestLabs\Commands.DevTestLabs.Netcore.csproj", "{B6C3CD57-D255-431B-9C23-9F554E8A658C}"
86
EndProject
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"
8+
EndProject
99
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DevTestLabs.Test.Netcore", "Commands.DevTestLabs.Test\Commands.DevTestLabs.Test.Netcore.csproj", "{D4B58288-BD8F-4514-9833-07309E7E4F23}"
1010
EndProject
1111
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Profile.Netcore", "..\Profile\Commands.Profile\Commands.Profile.Netcore.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"

0 commit comments

Comments
 (0)