Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion src/CosmosDB/CosmosDB.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32126.315
MinimumVisualStudioVersion = 10.0.40219.1
Expand Down Expand Up @@ -33,6 +33,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tags", "..\Resources\Tags\T
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyVault", "..\KeyVault\KeyVault\KeyVault.csproj", "{1C67BD60-FE24-482C-BE67-E400FCF0BAC2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Authorization", "..\Resources\Authorization.Autorest\Az.Authorization.csproj", "{AC2D75A0-C617-4198-8DBF-051318F0B18A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -143,6 +145,14 @@ Global
{1C67BD60-FE24-482C-BE67-E400FCF0BAC2}.Release|Any CPU.Build.0 = Release|Any CPU
{1C67BD60-FE24-482C-BE67-E400FCF0BAC2}.Release|x64.ActiveCfg = Release|Any CPU
{1C67BD60-FE24-482C-BE67-E400FCF0BAC2}.Release|x64.Build.0 = Release|Any CPU
{AC2D75A0-C617-4198-8DBF-051318F0B18A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC2D75A0-C617-4198-8DBF-051318F0B18A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC2D75A0-C617-4198-8DBF-051318F0B18A}.Debug|x64.ActiveCfg = Debug|Any CPU
{AC2D75A0-C617-4198-8DBF-051318F0B18A}.Debug|x64.Build.0 = Debug|Any CPU
{AC2D75A0-C617-4198-8DBF-051318F0B18A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC2D75A0-C617-4198-8DBF-051318F0B18A}.Release|Any CPU.Build.0 = Release|Any CPU
{AC2D75A0-C617-4198-8DBF-051318F0B18A}.Release|x64.ActiveCfg = Release|Any CPU
{AC2D75A0-C617-4198-8DBF-051318F0B18A}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
8 changes: 7 additions & 1 deletion src/DeploymentManager/DeploymentManager.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Expand Down Expand Up @@ -34,6 +34,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tags", "..\Resources\Tags\T
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Az.MSGraph", "..\Resources\MSGraph.Autorest\Az.MSGraph.csproj", "{266CBF7F-4C80-4D7A-A415-44C142369101}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Authorization", "..\Resources\Authorization.Autorest\Az.Authorization.csproj", "{6C082E99-2EB8-47C6-B954-3E0352E8A88D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -100,6 +102,10 @@ Global
{266CBF7F-4C80-4D7A-A415-44C142369101}.Debug|Any CPU.Build.0 = Debug|Any CPU
{266CBF7F-4C80-4D7A-A415-44C142369101}.Release|Any CPU.ActiveCfg = Release|Any CPU
{266CBF7F-4C80-4D7A-A415-44C142369101}.Release|Any CPU.Build.0 = Release|Any CPU
{6C082E99-2EB8-47C6-B954-3E0352E8A88D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C082E99-2EB8-47C6-B954-3E0352E8A88D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C082E99-2EB8-47C6-B954-3E0352E8A88D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C082E99-2EB8-47C6-B954-3E0352E8A88D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
8 changes: 7 additions & 1 deletion src/DevSpaces/DevSpaces.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
Expand Down Expand Up @@ -29,6 +29,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFx", "..\..\tools\TestF
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Az.MSGraph", "..\Resources\MSGraph.Autorest\Az.MSGraph.csproj", "{266CBF7F-4C80-4D7A-A415-44C142369101}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Authorization", "..\Resources\Authorization.Autorest\Az.Authorization.csproj", "{AA385841-E911-465D-AFBE-A7D2CAF8B1C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -79,6 +81,10 @@ Global
{266CBF7F-4C80-4D7A-A415-44C142369101}.Debug|Any CPU.Build.0 = Debug|Any CPU
{266CBF7F-4C80-4D7A-A415-44C142369101}.Release|Any CPU.ActiveCfg = Release|Any CPU
{266CBF7F-4C80-4D7A-A415-44C142369101}.Release|Any CPU.Build.0 = Release|Any CPU
{AA385841-E911-465D-AFBE-A7D2CAF8B1C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA385841-E911-465D-AFBE-A7D2CAF8B1C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA385841-E911-465D-AFBE-A7D2CAF8B1C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA385841-E911-465D-AFBE-A7D2CAF8B1C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
8 changes: 7 additions & 1 deletion src/MachineLearning/MachineLearning.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
Expand Down Expand Up @@ -29,6 +29,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tags", "..\Resources\Tags\T
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Az.MSGraph", "..\Resources\MSGraph.Autorest\Az.MSGraph.csproj", "{266CBF7F-4C80-4D7A-A415-44C142369101}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Authorization", "..\Resources\Authorization.Autorest\Az.Authorization.csproj", "{A7222924-718D-4435-B51F-834C605179E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -87,6 +89,10 @@ Global
{266CBF7F-4C80-4D7A-A415-44C142369101}.Debug|Any CPU.Build.0 = Debug|Any CPU
{266CBF7F-4C80-4D7A-A415-44C142369101}.Release|Any CPU.ActiveCfg = Release|Any CPU
{266CBF7F-4C80-4D7A-A415-44C142369101}.Release|Any CPU.Build.0 = Release|Any CPU
{A7222924-718D-4435-B51F-834C605179E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7222924-718D-4435-B51F-834C605179E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7222924-718D-4435-B51F-834C605179E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7222924-718D-4435-B51F-834C605179E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
8 changes: 7 additions & 1 deletion src/Peering/Peering.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Expand Down Expand Up @@ -31,6 +31,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tags", "..\Resources\Tags\T
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Az.MSGraph", "..\Resources\MSGraph.Autorest\Az.MSGraph.csproj", "{266CBF7F-4C80-4D7A-A415-44C142369101}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Authorization", "..\Resources\Authorization.Autorest\Az.Authorization.csproj", "{817308A4-CA60-45FC-A928-38247B218CC1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -85,6 +87,10 @@ Global
{266CBF7F-4C80-4D7A-A415-44C142369101}.Debug|Any CPU.Build.0 = Debug|Any CPU
{266CBF7F-4C80-4D7A-A415-44C142369101}.Release|Any CPU.ActiveCfg = Release|Any CPU
{266CBF7F-4C80-4D7A-A415-44C142369101}.Release|Any CPU.Build.0 = Release|Any CPU
{817308A4-CA60-45FC-A928-38247B218CC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{817308A4-CA60-45FC-A928-38247B218CC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{817308A4-CA60-45FC-A928-38247B218CC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{817308A4-CA60-45FC-A928-38247B218CC1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down