@@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio Version 17
4
4
VisualStudioVersion = 17.9.34723.18
5
5
MinimumVisualStudioVersion = 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
8
6
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "MassTransit.PostgresOutbox.Tests" , "test\PandaNuGet.Tests\MassTransit.PostgresOutbox.Tests.csproj" , "{0305E58F-1C47-454C-B10B-A223F2561A85}"
9
7
EndProject
10
8
Project ("{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
21
19
Readme .md = Readme .md
22
20
EndProject Section
23
21
EndProject
22
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "MassTransit.PostgresOutbox" , "src\MassTransit.PostgresOutbox\MassTransit.PostgresOutbox.csproj" , "{6DB923B1-083D-4585-843E-895EC761B052}"
23
+ EndProject
24
24
Global
25
25
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
26
26
Debug| Any CPU = Debug| Any CPU
27
27
Release| Any CPU = Release| Any CPU
28
28
EndGlobalSection
29
29
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
34
30
{0305E58F-1C47-454C-B10B-A223F2561A85} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
35
31
{0305E58F-1C47-454C-B10B-A223F2561A85} .Debug| Any CPU .Build .0 = Debug| Any CPU
36
32
{0305E58F-1C47-454C-B10B-A223F2561A85} .Release| Any CPU .ActiveCfg = Release| Any CPU
@@ -39,14 +35,18 @@ Global
39
35
{8A6AA36D-1CEF-4018-9C9D-7D029F3EAECE} .Debug| Any CPU .Build .0 = Debug| Any CPU
40
36
{8A6AA36D-1CEF-4018-9C9D-7D029F3EAECE} .Release| Any CPU .ActiveCfg = Release| Any CPU
41
37
{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
42
42
EndGlobalSection
43
43
GlobalSection (SolutionProperties ) = preSolution
44
44
HideSolutionNode = FALSE
45
45
EndGlobalSection
46
46
GlobalSection (NestedProjects ) = preSolution
47
- {25001943-A870-4E17-A9B9-0D190CEC819B} = {F8A6DCFE-8924-49A4-B3E9-2034593F54E5}
48
47
{0305E58F-1C47-454C-B10B-A223F2561A85} = {FEE159A2-74A0-4469-9B93-52987CA1A3CA}
49
48
{8A6AA36D-1CEF-4018-9C9D-7D029F3EAECE} = {FEE159A2-74A0-4469-9B93-52987CA1A3CA}
49
+ {6DB923B1-083D-4585-843E-895EC761B052} = {F8A6DCFE-8924-49A4-B3E9-2034593F54E5}
50
50
EndGlobalSection
51
51
GlobalSection (ExtensibilityGlobals ) = postSolution
52
52
SolutionGuid = {32F4406B-A6AC-4ACA-BBC6-30D53665B7F7}
0 commit comments