Skip to content

Commit

Permalink
Update solution file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeline committed Nov 4, 2024
1 parent 96345a7 commit 52f3b11
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions DotnetExamples.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesignPatterns", "DesignPat
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OtherTopics", "OtherTopics\OtherTopics.csproj", "{3455BE53-3CD5-40B8-86B7-E98E630D95C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBusExample", "Azure\ServiceBusExample\ServiceBusExample.csproj", "{0BEF2D4E-B5FA-462D-8173-65A062153F34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherDataProcessor", "Azure\WeatherDataProcessor\WeatherDataProcessor.csproj", "{817781C5-428B-4AB7-BA8C-6ACBCD292972}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -55,5 +59,13 @@ Global
{3455BE53-3CD5-40B8-86B7-E98E630D95C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3455BE53-3CD5-40B8-86B7-E98E630D95C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3455BE53-3CD5-40B8-86B7-E98E630D95C4}.Release|Any CPU.Build.0 = Release|Any CPU
{0BEF2D4E-B5FA-462D-8173-65A062153F34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BEF2D4E-B5FA-462D-8173-65A062153F34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BEF2D4E-B5FA-462D-8173-65A062153F34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BEF2D4E-B5FA-462D-8173-65A062153F34}.Release|Any CPU.Build.0 = Release|Any CPU
{817781C5-428B-4AB7-BA8C-6ACBCD292972}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{817781C5-428B-4AB7-BA8C-6ACBCD292972}.Debug|Any CPU.Build.0 = Debug|Any CPU
{817781C5-428B-4AB7-BA8C-6ACBCD292972}.Release|Any CPU.ActiveCfg = Release|Any CPU
{817781C5-428B-4AB7-BA8C-6ACBCD292972}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

0 comments on commit 52f3b11

Please sign in to comment.