Skip to content

Commit

Permalink
Fix network solution dependency issue (#26571)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidai-msft authored Nov 4, 2024
1 parent c2f50b2 commit c28cd3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Network/Network.sln
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Az.Metricdata", "..\Monitor
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyVault.Management.Sdk", "..\KeyVault\KeyVault.Management.Sdk\KeyVault.Management.Sdk.csproj", "{66BD1E20-2B2A-415C-80E0-8DAEFF9A4E36}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Az.PipelineGroup", "..\Monitor\PipelineGroup.Autorest\Az.PipelineGroup.csproj", "{C1362419-9C04-46F7-A72A-CF71D9A2F53A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -243,6 +245,10 @@ Global
{66BD1E20-2B2A-415C-80E0-8DAEFF9A4E36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66BD1E20-2B2A-415C-80E0-8DAEFF9A4E36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66BD1E20-2B2A-415C-80E0-8DAEFF9A4E36}.Release|Any CPU.Build.0 = Release|Any CPU
{C1362419-9C04-46F7-A72A-CF71D9A2F53A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1362419-9C04-46F7-A72A-CF71D9A2F53A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1362419-9C04-46F7-A72A-CF71D9A2F53A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1362419-9C04-46F7-A72A-CF71D9A2F53A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -285,5 +291,6 @@ Global
{BE9114D3-FCC6-412D-927A-1EA60FF4D357} = {2DA02D7C-D132-4B90-8306-886B6959B6C6}
{9DBBA2D2-18E1-4BBF-9042-B3AF82202C5E} = {64E7C944-C1C6-401E-AF80-F7B1C94C45D2}
{66BD1E20-2B2A-415C-80E0-8DAEFF9A4E36} = {64E7C944-C1C6-401E-AF80-F7B1C94C45D2}
{C1362419-9C04-46F7-A72A-CF71D9A2F53A} = {64E7C944-C1C6-401E-AF80-F7B1C94C45D2}
EndGlobalSection
EndGlobal

0 comments on commit c28cd3a

Please sign in to comment.