-
Notifications
You must be signed in to change notification settings - Fork 2
/
Sloth.sln
105 lines (105 loc) · 7.23 KB
/
Sloth.sln
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sloth.Core", "Sloth.Core\Sloth.Core.csproj", "{B2E2E365-565E-4A58-AFF2-EA468C89DE6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sloth.Api", "Sloth.Api\Sloth.Api.csproj", "{DD650A1F-65A5-4213-A2FA-A8C793A99FED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sloth.Xml", "Sloth.Xml\Sloth.Xml.csproj", "{14D605C4-A265-462A-B51C-49A18494E0C7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Root", "Root", "{8A3F61DD-FDBF-49E7-A939-F112DCE88B70}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sloth.Test", "Sloth.Test\Sloth.Test.csproj", "{F453C2E7-D80C-49E8-9416-1F930C3C0AAC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sloth.Integrations.Cybersource", "Sloth.Integrations.Cybersource\Sloth.Integrations.Cybersource.csproj", "{D08B9958-DBB7-4AEB-884B-604126EF2E5C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sloth.Web", "Sloth.Web\Sloth.Web.csproj", "{1C25DDA5-6D1B-4DD1-B194-2938503F758E}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "Sloth.Sql", "Sloth.Sql\Sloth.Sql.sqlproj", "{89F7C7D5-6BAA-48EC-9FE7-97D88EE4F20D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Jobs", "Jobs", "{69F922A0-BE9E-4C89-AF91-51629451D3A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sloth.Jobs.CyberSource.BankReconcile", "Sloth.Jobs.CyberSource.BankReconcile\Sloth.Jobs.CyberSource.BankReconcile.csproj", "{609AE699-4CF5-46EF-A7C5-52F0290DCDDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sloth.Jobs.Core", "Sloth.Jobs.Core\Sloth.Jobs.Core.csproj", "{60693A8F-3E5C-4879-B159-3A46D4B25482}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sloth.Jobs.WebHooks.Resend", "Sloth.Jobs.WebHooks.Resend\Sloth.Jobs.WebHooks.Resend.csproj", "{8B2DE509-F577-457B-A1CD-9E2C122455DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sloth.Jobs.AggieEnterprise.JournalProcessor", "Sloth.Jobs.AggieEnterprise.JournalProcessor\Sloth.Jobs.AggieEnterprise.JournalProcessor.csproj", "{B62FB659-EBA0-4F65-9F24-7B5558D46814}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sloth.Jobs.Notifications", "Sloth.Jobs.Notifications\Sloth.Jobs.Notifications.csproj", "{BB500DB8-1B26-461D-8F53-E32C65253FCF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2E2E365-565E-4A58-AFF2-EA468C89DE6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2E2E365-565E-4A58-AFF2-EA468C89DE6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2E2E365-565E-4A58-AFF2-EA468C89DE6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2E2E365-565E-4A58-AFF2-EA468C89DE6B}.Release|Any CPU.Build.0 = Release|Any CPU
{DD650A1F-65A5-4213-A2FA-A8C793A99FED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD650A1F-65A5-4213-A2FA-A8C793A99FED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD650A1F-65A5-4213-A2FA-A8C793A99FED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD650A1F-65A5-4213-A2FA-A8C793A99FED}.Release|Any CPU.Build.0 = Release|Any CPU
{14D605C4-A265-462A-B51C-49A18494E0C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14D605C4-A265-462A-B51C-49A18494E0C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14D605C4-A265-462A-B51C-49A18494E0C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14D605C4-A265-462A-B51C-49A18494E0C7}.Release|Any CPU.Build.0 = Release|Any CPU
{F453C2E7-D80C-49E8-9416-1F930C3C0AAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F453C2E7-D80C-49E8-9416-1F930C3C0AAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F453C2E7-D80C-49E8-9416-1F930C3C0AAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F453C2E7-D80C-49E8-9416-1F930C3C0AAC}.Release|Any CPU.Build.0 = Release|Any CPU
{D08B9958-DBB7-4AEB-884B-604126EF2E5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D08B9958-DBB7-4AEB-884B-604126EF2E5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D08B9958-DBB7-4AEB-884B-604126EF2E5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D08B9958-DBB7-4AEB-884B-604126EF2E5C}.Release|Any CPU.Build.0 = Release|Any CPU
{1C25DDA5-6D1B-4DD1-B194-2938503F758E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C25DDA5-6D1B-4DD1-B194-2938503F758E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C25DDA5-6D1B-4DD1-B194-2938503F758E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C25DDA5-6D1B-4DD1-B194-2938503F758E}.Release|Any CPU.Build.0 = Release|Any CPU
{89F7C7D5-6BAA-48EC-9FE7-97D88EE4F20D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89F7C7D5-6BAA-48EC-9FE7-97D88EE4F20D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{609AE699-4CF5-46EF-A7C5-52F0290DCDDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{609AE699-4CF5-46EF-A7C5-52F0290DCDDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{609AE699-4CF5-46EF-A7C5-52F0290DCDDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{609AE699-4CF5-46EF-A7C5-52F0290DCDDE}.Release|Any CPU.Build.0 = Release|Any CPU
{60693A8F-3E5C-4879-B159-3A46D4B25482}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60693A8F-3E5C-4879-B159-3A46D4B25482}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60693A8F-3E5C-4879-B159-3A46D4B25482}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60693A8F-3E5C-4879-B159-3A46D4B25482}.Release|Any CPU.Build.0 = Release|Any CPU
{8B2DE509-F577-457B-A1CD-9E2C122455DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B2DE509-F577-457B-A1CD-9E2C122455DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B2DE509-F577-457B-A1CD-9E2C122455DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B2DE509-F577-457B-A1CD-9E2C122455DD}.Release|Any CPU.Build.0 = Release|Any CPU
{B62FB659-EBA0-4F65-9F24-7B5558D46814}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B62FB659-EBA0-4F65-9F24-7B5558D46814}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B62FB659-EBA0-4F65-9F24-7B5558D46814}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B62FB659-EBA0-4F65-9F24-7B5558D46814}.Release|Any CPU.Build.0 = Release|Any CPU
{BB500DB8-1B26-461D-8F53-E32C65253FCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB500DB8-1B26-461D-8F53-E32C65253FCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB500DB8-1B26-461D-8F53-E32C65253FCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB500DB8-1B26-461D-8F53-E32C65253FCF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{609AE699-4CF5-46EF-A7C5-52F0290DCDDE} = {69F922A0-BE9E-4C89-AF91-51629451D3A0}
{60693A8F-3E5C-4879-B159-3A46D4B25482} = {69F922A0-BE9E-4C89-AF91-51629451D3A0}
{8B2DE509-F577-457B-A1CD-9E2C122455DD} = {69F922A0-BE9E-4C89-AF91-51629451D3A0}
{B62FB659-EBA0-4F65-9F24-7B5558D46814} = {69F922A0-BE9E-4C89-AF91-51629451D3A0}
{BB500DB8-1B26-461D-8F53-E32C65253FCF} = {69F922A0-BE9E-4C89-AF91-51629451D3A0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24A52AFC-C6F1-46E3-B01C-59D9D1977B9F}
EndGlobalSection
EndGlobal