Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 3a58f81

Browse files
Updated solution file.
1 parent 8697eb2 commit 3a58f81

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

RabbitMQ.Client.Core.DependencyInjection.sln

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,26 @@ EndProject
2424
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{04EFD8F7-5120-4072-9728-64203F6F4873}"
2525
EndProject
2626
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{BC4CDBDE-4AEE-44B3-B00B-380EB1AC5E62}"
27-
ProjectSection(SolutionItems) = preProject
28-
docs\changelog.md = docs\changelog.md
29-
docs\rabbit-configuration.md = docs\rabbit-configuration.md
30-
docs\exchange-configuration.md = docs\exchange-configuration.md
31-
docs\message-production.md = docs\message-production.md
32-
docs\message-consumption.md = docs\message-consumption.md
33-
docs\readme.md = docs\readme.md
34-
EndProjectSection
27+
ProjectSection(SolutionItems) = preProject
28+
docs\advanced-usage.md = docs\advanced-usage.md
29+
docs\changelog.md = docs\changelog.md
30+
docs\exchange-configuration.md = docs\exchange-configuration.md
31+
docs\message-consumption.md = docs\message-consumption.md
32+
docs\message-production.md = docs\message-production.md
33+
docs\rabbit-configuration.md = docs\rabbit-configuration.md
34+
docs\readme.md = docs\readme.md
35+
EndProjectSection
3536
EndProject
3637
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{93D59B0E-856C-4260-B50E-57FE5C0F5073}"
37-
ProjectSection(SolutionItems) = preProject
38-
docs\images\delayed-message-model.png = docs\images\delayed-message-model.png
39-
EndProjectSection
38+
ProjectSection(SolutionItems) = preProject
39+
docs\images\delayed-message-model.png = docs\images\delayed-message-model.png
40+
EndProjectSection
4041
EndProject
4142
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{9D0289B2-C566-46CC-A53A-471BCBA0F277}"
4243
EndProject
43-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RabbitMQ.Client.Core.DependencyInjection.Tests", "tests\RabbitMQ.Client.Core.DependencyInjection.Tests\RabbitMQ.Client.Core.DependencyInjection.Tests.csproj", "{85907F19-00B0-4BA6-9B7C-0452A174903D}"
44+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RabbitMQ.Client.Core.DependencyInjection.Tests", "tests\RabbitMQ.Client.Core.DependencyInjection.Tests\RabbitMQ.Client.Core.DependencyInjection.Tests.csproj", "{85907F19-00B0-4BA6-9B7C-0452A174903D}"
4445
EndProject
45-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples.AdvancedConfiguration", "examples\Examples.AdvancedConfiguration\Examples.AdvancedConfiguration.csproj", "{0C713913-8D54-49E7-AADD-45497216E2EF}"
46+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples.AdvancedConfiguration", "examples\Examples.AdvancedConfiguration\Examples.AdvancedConfiguration.csproj", "{0C713913-8D54-49E7-AADD-45497216E2EF}"
4647
EndProject
4748
Global
4849
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)