Skip to content

Commit

Permalink
Folder names have been updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
byerlikaya committed Sep 21, 2023
1 parent 213fdaf commit 243c28e
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Basic.RabbitMQ.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Basic.RabbitMQ", "src\Basic.RabbitMQ\Basic.RabbitMQ.csproj", "{75C7583C-6553-4E67-9A85-9BA13E01AB96}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Consumer.Sample", "sample\Basic.RabbitMQ.Sample\Consumer.Sample.csproj", "{A7A78508-90B2-497F-AF0A-FF1333F64E0C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Consumer.Sample", "sample\Consumer.Sample\Consumer.Sample.csproj", "{EEC1BC95-7C28-476A-9F2C-F8593BB24C38}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Producer.Sample.Api", "sample\Basic.RabbitMQ.Sample.Api\Producer.Sample.Api.csproj", "{CD9F9473-C893-4152-924C-202C93BF4F88}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Producer.Sample.Api", "sample\Producer.Sample.Api\Producer.Sample.Api.csproj", "{2E9671C9-B684-43FF-9E29-4A8469FED1AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -19,14 +19,14 @@ Global
{75C7583C-6553-4E67-9A85-9BA13E01AB96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75C7583C-6553-4E67-9A85-9BA13E01AB96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75C7583C-6553-4E67-9A85-9BA13E01AB96}.Release|Any CPU.Build.0 = Release|Any CPU
{A7A78508-90B2-497F-AF0A-FF1333F64E0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7A78508-90B2-497F-AF0A-FF1333F64E0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7A78508-90B2-497F-AF0A-FF1333F64E0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7A78508-90B2-497F-AF0A-FF1333F64E0C}.Release|Any CPU.Build.0 = Release|Any CPU
{CD9F9473-C893-4152-924C-202C93BF4F88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD9F9473-C893-4152-924C-202C93BF4F88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD9F9473-C893-4152-924C-202C93BF4F88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD9F9473-C893-4152-924C-202C93BF4F88}.Release|Any CPU.Build.0 = Release|Any CPU
{EEC1BC95-7C28-476A-9F2C-F8593BB24C38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEC1BC95-7C28-476A-9F2C-F8593BB24C38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEC1BC95-7C28-476A-9F2C-F8593BB24C38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEC1BC95-7C28-476A-9F2C-F8593BB24C38}.Release|Any CPU.Build.0 = Release|Any CPU
{2E9671C9-B684-43FF-9E29-4A8469FED1AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E9671C9-B684-43FF-9E29-4A8469FED1AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E9671C9-B684-43FF-9E29-4A8469FED1AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E9671C9-B684-43FF-9E29-4A8469FED1AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 243c28e

Please sign in to comment.