-
Notifications
You must be signed in to change notification settings - Fork 16
/
DentallApp.sln
121 lines (121 loc) · 8.52 KB
/
DentallApp.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DentallApp.HostApplication", "src\HostApplication\DentallApp.HostApplication.csproj", "{E354A181-1E6C-4F76-8D99-96E5A6824FC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DentallApp.Core", "src\Core\DentallApp.Core.csproj", "{1B8756B1-A59A-4724-B757-01AAECADF43C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DentallApp.Infrastructure", "src\Infrastructure\DentallApp.Infrastructure.csproj", "{8B55ED45-A4D0-4A9C-BBA9-5B27056B346B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DentallApp.Shared", "src\Shared\DentallApp.Shared.csproj", "{F46CF4CF-269B-416C-B182-57ACBE30E009}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{053D7291-ED0F-415C-BCD9-17871520D348}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DentallApp.IntegrationTests", "tests\IntegrationTests\DentallApp.IntegrationTests.csproj", "{14FD4017-9906-4345-93B4-282B2E8D7968}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DentallApp.UnitTests", "tests\UnitTests\DentallApp.UnitTests.csproj", "{BE6318A1-900B-4E8E-8AAE-C391F881C844}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{30EF533B-8888-4B94-BEF9-BC8DE05FC667}"
ProjectSection(SolutionItems) = preProject
src\Plugins\build-plugins.sh = src\Plugins\build-plugins.sh
src\Plugins\Directory.Build.props = src\Plugins\Directory.Build.props
src\Plugins\restore-plugins.sh = src\Plugins\restore-plugins.sh
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugin.AppointmentReminders", "src\Plugins\AppointmentReminders\Plugin.AppointmentReminders.csproj", "{EACB8B54-AAFE-4A46-A1D9-1FB23ADDA41C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugin.ChatBot", "src\Plugins\ChatBot\Plugin.ChatBot.csproj", "{BFD8D9F8-AEF4-4661-B0DC-6D79F84F718E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugin.ChatBot.IntegrationTests", "tests\ChatBot\Plugin.ChatBot.IntegrationTests.csproj", "{3897DDB9-5C4F-4664-94D7-756A5E673951}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugin.Twilio.WhatsApp", "src\Plugins\TwilioWhatsApp\Plugin.Twilio.WhatsApp.csproj", "{6B8BD4C1-00A7-429B-A22F-25851E7296B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugin.SendGrid", "src\Plugins\SendGrid\Plugin.SendGrid.csproj", "{6917AD6C-E337-4DE6-88D8-B0990E9B8D56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugin.IdentityDocument.Ecuador", "src\Plugins\IdentityDocumentEcuador\Plugin.IdentityDocument.Ecuador.csproj", "{390B0477-73DB-4C71-A1BE-4539E93EF55D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Elements", "Solution Elements", "{D66CD840-8EE9-4697-9FFA-B4E5B0F25D80}"
ProjectSection(SolutionItems) = preProject
.env = .env
.env.example = .env.example
tests\IntegrationTests\.env.test = tests\IntegrationTests\.env.test
tests\IntegrationTests\.env.test.example = tests\IntegrationTests\.env.test.example
src\HostApplication\appsettings.json = src\HostApplication\appsettings.json
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E354A181-1E6C-4F76-8D99-96E5A6824FC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E354A181-1E6C-4F76-8D99-96E5A6824FC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E354A181-1E6C-4F76-8D99-96E5A6824FC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E354A181-1E6C-4F76-8D99-96E5A6824FC1}.Release|Any CPU.Build.0 = Release|Any CPU
{1B8756B1-A59A-4724-B757-01AAECADF43C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B8756B1-A59A-4724-B757-01AAECADF43C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B8756B1-A59A-4724-B757-01AAECADF43C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B8756B1-A59A-4724-B757-01AAECADF43C}.Release|Any CPU.Build.0 = Release|Any CPU
{8B55ED45-A4D0-4A9C-BBA9-5B27056B346B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B55ED45-A4D0-4A9C-BBA9-5B27056B346B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B55ED45-A4D0-4A9C-BBA9-5B27056B346B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B55ED45-A4D0-4A9C-BBA9-5B27056B346B}.Release|Any CPU.Build.0 = Release|Any CPU
{F46CF4CF-269B-416C-B182-57ACBE30E009}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F46CF4CF-269B-416C-B182-57ACBE30E009}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F46CF4CF-269B-416C-B182-57ACBE30E009}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F46CF4CF-269B-416C-B182-57ACBE30E009}.Release|Any CPU.Build.0 = Release|Any CPU
{14FD4017-9906-4345-93B4-282B2E8D7968}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14FD4017-9906-4345-93B4-282B2E8D7968}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14FD4017-9906-4345-93B4-282B2E8D7968}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14FD4017-9906-4345-93B4-282B2E8D7968}.Release|Any CPU.Build.0 = Release|Any CPU
{BE6318A1-900B-4E8E-8AAE-C391F881C844}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE6318A1-900B-4E8E-8AAE-C391F881C844}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE6318A1-900B-4E8E-8AAE-C391F881C844}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE6318A1-900B-4E8E-8AAE-C391F881C844}.Release|Any CPU.Build.0 = Release|Any CPU
{EACB8B54-AAFE-4A46-A1D9-1FB23ADDA41C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EACB8B54-AAFE-4A46-A1D9-1FB23ADDA41C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EACB8B54-AAFE-4A46-A1D9-1FB23ADDA41C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EACB8B54-AAFE-4A46-A1D9-1FB23ADDA41C}.Release|Any CPU.Build.0 = Release|Any CPU
{BFD8D9F8-AEF4-4661-B0DC-6D79F84F718E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFD8D9F8-AEF4-4661-B0DC-6D79F84F718E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFD8D9F8-AEF4-4661-B0DC-6D79F84F718E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFD8D9F8-AEF4-4661-B0DC-6D79F84F718E}.Release|Any CPU.Build.0 = Release|Any CPU
{3897DDB9-5C4F-4664-94D7-756A5E673951}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3897DDB9-5C4F-4664-94D7-756A5E673951}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3897DDB9-5C4F-4664-94D7-756A5E673951}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3897DDB9-5C4F-4664-94D7-756A5E673951}.Release|Any CPU.Build.0 = Release|Any CPU
{6B8BD4C1-00A7-429B-A22F-25851E7296B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B8BD4C1-00A7-429B-A22F-25851E7296B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B8BD4C1-00A7-429B-A22F-25851E7296B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B8BD4C1-00A7-429B-A22F-25851E7296B5}.Release|Any CPU.Build.0 = Release|Any CPU
{6917AD6C-E337-4DE6-88D8-B0990E9B8D56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6917AD6C-E337-4DE6-88D8-B0990E9B8D56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6917AD6C-E337-4DE6-88D8-B0990E9B8D56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6917AD6C-E337-4DE6-88D8-B0990E9B8D56}.Release|Any CPU.Build.0 = Release|Any CPU
{390B0477-73DB-4C71-A1BE-4539E93EF55D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{390B0477-73DB-4C71-A1BE-4539E93EF55D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{390B0477-73DB-4C71-A1BE-4539E93EF55D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{390B0477-73DB-4C71-A1BE-4539E93EF55D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{14FD4017-9906-4345-93B4-282B2E8D7968} = {053D7291-ED0F-415C-BCD9-17871520D348}
{BE6318A1-900B-4E8E-8AAE-C391F881C844} = {053D7291-ED0F-415C-BCD9-17871520D348}
{EACB8B54-AAFE-4A46-A1D9-1FB23ADDA41C} = {30EF533B-8888-4B94-BEF9-BC8DE05FC667}
{BFD8D9F8-AEF4-4661-B0DC-6D79F84F718E} = {30EF533B-8888-4B94-BEF9-BC8DE05FC667}
{3897DDB9-5C4F-4664-94D7-756A5E673951} = {053D7291-ED0F-415C-BCD9-17871520D348}
{6B8BD4C1-00A7-429B-A22F-25851E7296B5} = {30EF533B-8888-4B94-BEF9-BC8DE05FC667}
{6917AD6C-E337-4DE6-88D8-B0990E9B8D56} = {30EF533B-8888-4B94-BEF9-BC8DE05FC667}
{390B0477-73DB-4C71-A1BE-4539E93EF55D} = {30EF533B-8888-4B94-BEF9-BC8DE05FC667}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D4387CF-90DE-4486-A988-CE52DFA1908A}
EndGlobalSection
EndGlobal