Skip to content

Commit cf43fb6

Browse files
Netcore sln files update.
1 parent 948981f commit cf43fb6

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

Azure.PowerShell.Netcore.sln

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,16 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Storage.Netcore",
139139
EndProject
140140
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.KeyVault.Netcore", "src\Common\Commands.Common.KeyVault\Common.KeyVault.Netcore.csproj", "{836965C0-B198-4D01-B3D7-757DB62B49A0}"
141141
EndProject
142-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Common.Websites.Netcore", "src\Common\Commands.Common.Websites\Common.Websites.Netcore.csproj", "{592B3E1B-49E3-4F3C-BF6B-E5D4133B1443}"
142+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.Websites.Netcore", "src\Common\Commands.Common.Websites\Common.Websites.Netcore.csproj", "{592B3E1B-49E3-4F3C-BF6B-E5D4133B1443}"
143143
EndProject
144144
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.UsageAggregates.Netcore", "src\ResourceManager\UsageAggregates\Commands.UsageAggregates\Commands.UsageAggregates.Netcore.csproj", "{AC30CFA4-0EC7-4303-ABC1-A60DFCA44B74}"
145145
EndProject
146146
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DeviceProvisioningServices.Netcore", "src\ResourceManager\DeviceProvisioningServices\Commands.DeviceProvisioningServices\Commands.DeviceProvisioningServices.Netcore.csproj", "{804B11B7-D7B5-4E0F-ADFB-4BCD61B23D55}"
147147
EndProject
148148
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.PolicyInsights.Netcore", "src\ResourceManager\PolicyInsights\Commands.PolicyInsights\Commands.PolicyInsights.Netcore.csproj", "{A0574194-976A-486A-B589-07B2E50CA6EF}"
149149
EndProject
150+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Common.Aks.Netcore", "src\Common\Commands.Common.Aks\Commands.Common.Aks.Netcore.csproj", "{8734DDB8-2E41-40F7-B595-D777F1DBD760}"
151+
EndProject
150152
Global
151153
GlobalSection(SolutionConfigurationPlatforms) = preSolution
152154
Debug|Any CPU = Debug|Any CPU
@@ -1021,6 +1023,18 @@ Global
10211023
{A0574194-976A-486A-B589-07B2E50CA6EF}.Release|x64.Build.0 = Release|Any CPU
10221024
{A0574194-976A-486A-B589-07B2E50CA6EF}.Release|x86.ActiveCfg = Release|Any CPU
10231025
{A0574194-976A-486A-B589-07B2E50CA6EF}.Release|x86.Build.0 = Release|Any CPU
1026+
{8734DDB8-2E41-40F7-B595-D777F1DBD760}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1027+
{8734DDB8-2E41-40F7-B595-D777F1DBD760}.Debug|Any CPU.Build.0 = Debug|Any CPU
1028+
{8734DDB8-2E41-40F7-B595-D777F1DBD760}.Debug|x64.ActiveCfg = Debug|Any CPU
1029+
{8734DDB8-2E41-40F7-B595-D777F1DBD760}.Debug|x64.Build.0 = Debug|Any CPU
1030+
{8734DDB8-2E41-40F7-B595-D777F1DBD760}.Debug|x86.ActiveCfg = Debug|Any CPU
1031+
{8734DDB8-2E41-40F7-B595-D777F1DBD760}.Debug|x86.Build.0 = Debug|Any CPU
1032+
{8734DDB8-2E41-40F7-B595-D777F1DBD760}.Release|Any CPU.ActiveCfg = Release|Any CPU
1033+
{8734DDB8-2E41-40F7-B595-D777F1DBD760}.Release|Any CPU.Build.0 = Release|Any CPU
1034+
{8734DDB8-2E41-40F7-B595-D777F1DBD760}.Release|x64.ActiveCfg = Release|Any CPU
1035+
{8734DDB8-2E41-40F7-B595-D777F1DBD760}.Release|x64.Build.0 = Release|Any CPU
1036+
{8734DDB8-2E41-40F7-B595-D777F1DBD760}.Release|x86.ActiveCfg = Release|Any CPU
1037+
{8734DDB8-2E41-40F7-B595-D777F1DBD760}.Release|x86.Build.0 = Release|Any CPU
10241038
EndGlobalSection
10251039
GlobalSection(SolutionProperties) = preSolution
10261040
HideSolutionNode = FALSE

src/Azure.PowerShell.Netcore.Test.sln

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DeviceProvisioning
5959
EndProject
6060
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.PolicyInsights.Test.Netcore", "ResourceManager\PolicyInsights\Commands.PolicyInsights.Test\Commands.PolicyInsights.Test.Netcore.csproj", "{AFA65D3A-FB7E-4DAB-9867-1CA4CBA41BFB}"
6161
EndProject
62+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.TestFw.Netcore", "ResourceManager\Common\Commands.TestFw\Commands.TestFw.Netcore.csproj", "{BFACE421-52D9-4D41-BDE9-444A8A721330}"
63+
EndProject
6264
Global
6365
GlobalSection(SolutionConfigurationPlatforms) = preSolution
6466
Debug|Any CPU = Debug|Any CPU
@@ -405,6 +407,18 @@ Global
405407
{AFA65D3A-FB7E-4DAB-9867-1CA4CBA41BFB}.Release|x64.Build.0 = Release|Any CPU
406408
{AFA65D3A-FB7E-4DAB-9867-1CA4CBA41BFB}.Release|x86.ActiveCfg = Release|Any CPU
407409
{AFA65D3A-FB7E-4DAB-9867-1CA4CBA41BFB}.Release|x86.Build.0 = Release|Any CPU
410+
{BFACE421-52D9-4D41-BDE9-444A8A721330}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
411+
{BFACE421-52D9-4D41-BDE9-444A8A721330}.Debug|Any CPU.Build.0 = Debug|Any CPU
412+
{BFACE421-52D9-4D41-BDE9-444A8A721330}.Debug|x64.ActiveCfg = Debug|Any CPU
413+
{BFACE421-52D9-4D41-BDE9-444A8A721330}.Debug|x64.Build.0 = Debug|Any CPU
414+
{BFACE421-52D9-4D41-BDE9-444A8A721330}.Debug|x86.ActiveCfg = Debug|Any CPU
415+
{BFACE421-52D9-4D41-BDE9-444A8A721330}.Debug|x86.Build.0 = Debug|Any CPU
416+
{BFACE421-52D9-4D41-BDE9-444A8A721330}.Release|Any CPU.ActiveCfg = Release|Any CPU
417+
{BFACE421-52D9-4D41-BDE9-444A8A721330}.Release|Any CPU.Build.0 = Release|Any CPU
418+
{BFACE421-52D9-4D41-BDE9-444A8A721330}.Release|x64.ActiveCfg = Release|Any CPU
419+
{BFACE421-52D9-4D41-BDE9-444A8A721330}.Release|x64.Build.0 = Release|Any CPU
420+
{BFACE421-52D9-4D41-BDE9-444A8A721330}.Release|x86.ActiveCfg = Release|Any CPU
421+
{BFACE421-52D9-4D41-BDE9-444A8A721330}.Release|x86.Build.0 = Release|Any CPU
408422
EndGlobalSection
409423
GlobalSection(SolutionProperties) = preSolution
410424
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)