-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPostBox.sln
More file actions
75 lines (75 loc) · 5.09 KB
/
PostBox.sln
File metadata and controls
75 lines (75 loc) · 5.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Outbound", "Outbound", "{EA0EDC5D-8487-453F-90D5-79EC4251BAA5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Inbound", "Inbound", "{1DF8BA9D-B47D-429C-A11C-46673DA4C1B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Integration", "Integration", "{F7DF2A43-D1B0-4044-A617-58453F7A946F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project", "Project", "{697B506A-405F-4D55-8409-195CB6292C41}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{030DD165-6081-48BB-98E2-7EC45E1606ED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{6A2D7D03-B8E0-4D3C-A1BF-8F0FC1948276}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostBox.Common.Core", "PostBox\Project\Common\PostBox.Common.Core\PostBox.Common.Core.csproj", "{B98A6C13-ACAE-42F6-8173-D14D3F2AD51E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{F3176C8F-6708-43D6-AD21-5703DC21E60D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PostBox.Integration.Sample.API", "PostBox\Testing\Integration\Samples\PostBox.Integration.Sample.API\PostBox.Integration.Sample.API.csproj", "{CFB440DA-28B3-4E8F-9989-1B29D724569B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostBox.Common.DataAccess", "PostBox\Project\Common\PostBox.Common.DataAccess\PostBox.Common.DataAccess.csproj", "{343C1285-72AE-4458-B962-0343D64BB85D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostBox.Outbound.Ingestion.Interface", "PostBox\Project\Outbound\PostBox.Outbound.Ingestion.Interface\PostBox.Outbound.Ingestion.Interface.csproj", "{E06F0751-73A1-4F79-8435-89B42B206A23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostBox.Outbound.Relayer.Interface", "PostBox\Project\Outbound\PostBox.Outbound.Relayer.Interface\PostBox.Outbound.Relayer.Interface.csproj", "{FB414819-B3FB-479A-8498-B3BA57F82439}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B98A6C13-ACAE-42F6-8173-D14D3F2AD51E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B98A6C13-ACAE-42F6-8173-D14D3F2AD51E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B98A6C13-ACAE-42F6-8173-D14D3F2AD51E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B98A6C13-ACAE-42F6-8173-D14D3F2AD51E}.Release|Any CPU.Build.0 = Release|Any CPU
{CFB440DA-28B3-4E8F-9989-1B29D724569B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFB440DA-28B3-4E8F-9989-1B29D724569B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFB440DA-28B3-4E8F-9989-1B29D724569B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFB440DA-28B3-4E8F-9989-1B29D724569B}.Release|Any CPU.Build.0 = Release|Any CPU
{343C1285-72AE-4458-B962-0343D64BB85D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{343C1285-72AE-4458-B962-0343D64BB85D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{343C1285-72AE-4458-B962-0343D64BB85D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{343C1285-72AE-4458-B962-0343D64BB85D}.Release|Any CPU.Build.0 = Release|Any CPU
{E06F0751-73A1-4F79-8435-89B42B206A23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E06F0751-73A1-4F79-8435-89B42B206A23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E06F0751-73A1-4F79-8435-89B42B206A23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E06F0751-73A1-4F79-8435-89B42B206A23}.Release|Any CPU.Build.0 = Release|Any CPU
{FB414819-B3FB-479A-8498-B3BA57F82439}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB414819-B3FB-479A-8498-B3BA57F82439}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB414819-B3FB-479A-8498-B3BA57F82439}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB414819-B3FB-479A-8498-B3BA57F82439}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EA0EDC5D-8487-453F-90D5-79EC4251BAA5} = {697B506A-405F-4D55-8409-195CB6292C41}
{1DF8BA9D-B47D-429C-A11C-46673DA4C1B3} = {697B506A-405F-4D55-8409-195CB6292C41}
{F7DF2A43-D1B0-4044-A617-58453F7A946F} = {030DD165-6081-48BB-98E2-7EC45E1606ED}
{6A2D7D03-B8E0-4D3C-A1BF-8F0FC1948276} = {697B506A-405F-4D55-8409-195CB6292C41}
{B98A6C13-ACAE-42F6-8173-D14D3F2AD51E} = {6A2D7D03-B8E0-4D3C-A1BF-8F0FC1948276}
{F3176C8F-6708-43D6-AD21-5703DC21E60D} = {F7DF2A43-D1B0-4044-A617-58453F7A946F}
{CFB440DA-28B3-4E8F-9989-1B29D724569B} = {F3176C8F-6708-43D6-AD21-5703DC21E60D}
{343C1285-72AE-4458-B962-0343D64BB85D} = {6A2D7D03-B8E0-4D3C-A1BF-8F0FC1948276}
{E06F0751-73A1-4F79-8435-89B42B206A23} = {EA0EDC5D-8487-453F-90D5-79EC4251BAA5}
{FB414819-B3FB-479A-8498-B3BA57F82439} = {EA0EDC5D-8487-453F-90D5-79EC4251BAA5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1553AF66-A823-4ACB-B6C3-6D65600AC0FD}
EndGlobalSection
EndGlobal