-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMailsService.sln
43 lines (43 loc) · 2.58 KB
/
MailsService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MailsService.Model", "MailsService.Model\MailsService.Model.csproj", "{E950563C-5504-4764-9844-1C67DC2E4101}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MailsService.Data", "MailsService.Data\MailsService.Data.csproj", "{EC43B2A5-5996-4511-892A-D64DA931D3F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MailsService.Command", "MailService.Command\MailsService.Command.csproj", "{0A89EC08-5EE8-4027-A891-0BAF9C500843}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MailsService.API", "MailsService.API\MailsService.API.csproj", "{19BB8D80-620D-4D80-85F2-3809A05398E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E950563C-5504-4764-9844-1C67DC2E4101}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E950563C-5504-4764-9844-1C67DC2E4101}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E950563C-5504-4764-9844-1C67DC2E4101}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E950563C-5504-4764-9844-1C67DC2E4101}.Release|Any CPU.Build.0 = Release|Any CPU
{EC43B2A5-5996-4511-892A-D64DA931D3F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC43B2A5-5996-4511-892A-D64DA931D3F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC43B2A5-5996-4511-892A-D64DA931D3F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC43B2A5-5996-4511-892A-D64DA931D3F1}.Release|Any CPU.Build.0 = Release|Any CPU
{0A89EC08-5EE8-4027-A891-0BAF9C500843}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A89EC08-5EE8-4027-A891-0BAF9C500843}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A89EC08-5EE8-4027-A891-0BAF9C500843}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A89EC08-5EE8-4027-A891-0BAF9C500843}.Release|Any CPU.Build.0 = Release|Any CPU
{19BB8D80-620D-4D80-85F2-3809A05398E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19BB8D80-620D-4D80-85F2-3809A05398E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19BB8D80-620D-4D80-85F2-3809A05398E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19BB8D80-620D-4D80-85F2-3809A05398E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {48E8592B-53B6-4BC4-BE43-0B22469D688D}
EndGlobalSection
EndGlobal