@@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33# Visual Studio Version 17
44VisualStudioVersion = 17.9.34723.18
55MinimumVisualStudioVersion = 10.0.40219.1
6- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "MassTransit.PostgresOutbox" , "src\PandaNuGet\MassTransit.PostgresOutbox.csproj" , "{25001943-A870-4E17-A9B9-0D190CEC819B}"
7- EndProject
86Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "MassTransit.PostgresOutbox.Tests" , "test\PandaNuGet.Tests\MassTransit.PostgresOutbox.Tests.csproj" , "{0305E58F-1C47-454C-B10B-A223F2561A85}"
97EndProject
108Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "MassTransit.PostgresOutbox.Demo" , "test\PandaNuGet.Demo\MassTransit.PostgresOutbox.Demo.csproj" , "{8A6AA36D-1CEF-4018-9C9D-7D029F3EAECE}"
@@ -21,16 +19,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2119 Readme .md = Readme .md
2220 EndProject Section
2321EndProject
22+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "MassTransit.PostgresOutbox" , "src\MassTransit.PostgresOutbox\MassTransit.PostgresOutbox.csproj" , "{6DB923B1-083D-4585-843E-895EC761B052}"
23+ EndProject
2424Global
2525 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
2626 Debug| Any CPU = Debug| Any CPU
2727 Release| Any CPU = Release| Any CPU
2828 EndGlobalSection
2929 GlobalSection (ProjectConfigurationPlatforms ) = postSolution
30- {25001943-A870-4E17-A9B9-0D190CEC819B} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
31- {25001943-A870-4E17-A9B9-0D190CEC819B} .Debug| Any CPU .Build .0 = Debug| Any CPU
32- {25001943-A870-4E17-A9B9-0D190CEC819B} .Release| Any CPU .ActiveCfg = Release| Any CPU
33- {25001943-A870-4E17-A9B9-0D190CEC819B} .Release| Any CPU .Build .0 = Release| Any CPU
3430 {0305E58F-1C47-454C-B10B-A223F2561A85} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
3531 {0305E58F-1C47-454C-B10B-A223F2561A85} .Debug| Any CPU .Build .0 = Debug| Any CPU
3632 {0305E58F-1C47-454C-B10B-A223F2561A85} .Release| Any CPU .ActiveCfg = Release| Any CPU
@@ -39,14 +35,18 @@ Global
3935 {8A6AA36D-1CEF-4018-9C9D-7D029F3EAECE} .Debug| Any CPU .Build .0 = Debug| Any CPU
4036 {8A6AA36D-1CEF-4018-9C9D-7D029F3EAECE} .Release| Any CPU .ActiveCfg = Release| Any CPU
4137 {8A6AA36D-1CEF-4018-9C9D-7D029F3EAECE} .Release| Any CPU .Build .0 = Release| Any CPU
38+ {6DB923B1-083D-4585-843E-895EC761B052} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
39+ {6DB923B1-083D-4585-843E-895EC761B052} .Debug| Any CPU .Build .0 = Debug| Any CPU
40+ {6DB923B1-083D-4585-843E-895EC761B052} .Release| Any CPU .ActiveCfg = Release| Any CPU
41+ {6DB923B1-083D-4585-843E-895EC761B052} .Release| Any CPU .Build .0 = Release| Any CPU
4242 EndGlobalSection
4343 GlobalSection (SolutionProperties ) = preSolution
4444 HideSolutionNode = FALSE
4545 EndGlobalSection
4646 GlobalSection (NestedProjects ) = preSolution
47- {25001943-A870-4E17-A9B9-0D190CEC819B} = {F8A6DCFE-8924-49A4-B3E9-2034593F54E5}
4847 {0305E58F-1C47-454C-B10B-A223F2561A85} = {FEE159A2-74A0-4469-9B93-52987CA1A3CA}
4948 {8A6AA36D-1CEF-4018-9C9D-7D029F3EAECE} = {FEE159A2-74A0-4469-9B93-52987CA1A3CA}
49+ {6DB923B1-083D-4585-843E-895EC761B052} = {F8A6DCFE-8924-49A4-B3E9-2034593F54E5}
5050 EndGlobalSection
5151 GlobalSection (ExtensibilityGlobals ) = postSolution
5252 SolutionGuid = {32F4406B-A6AC-4ACA-BBC6-30D53665B7F7}
0 commit comments