-
Notifications
You must be signed in to change notification settings - Fork 0
/
MailApp.sln
43 lines (43 loc) · 2.53 KB
/
MailApp.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.7.34003.232
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MailApp.Core", "MailApp.Core\MailApp.Core.csproj", "{0B788CC2-CD13-49B0-829A-1DC369960915}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MailApp.Repository", "MailApp.Repository\MailApp.Repository.csproj", "{B9295140-D589-4856-A03D-E1D966419508}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MailApp.Service", "MailApp.Service\MailApp.Service.csproj", "{D7E6E33B-0F37-4825-B331-CA0856FDBF24}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MailApp.API", "MailApp.API\MailApp.API.csproj", "{33095928-C811-4003-80C3-3A7F71B8F83D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B788CC2-CD13-49B0-829A-1DC369960915}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B788CC2-CD13-49B0-829A-1DC369960915}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B788CC2-CD13-49B0-829A-1DC369960915}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B788CC2-CD13-49B0-829A-1DC369960915}.Release|Any CPU.Build.0 = Release|Any CPU
{B9295140-D589-4856-A03D-E1D966419508}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9295140-D589-4856-A03D-E1D966419508}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9295140-D589-4856-A03D-E1D966419508}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9295140-D589-4856-A03D-E1D966419508}.Release|Any CPU.Build.0 = Release|Any CPU
{D7E6E33B-0F37-4825-B331-CA0856FDBF24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7E6E33B-0F37-4825-B331-CA0856FDBF24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7E6E33B-0F37-4825-B331-CA0856FDBF24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7E6E33B-0F37-4825-B331-CA0856FDBF24}.Release|Any CPU.Build.0 = Release|Any CPU
{33095928-C811-4003-80C3-3A7F71B8F83D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33095928-C811-4003-80C3-3A7F71B8F83D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33095928-C811-4003-80C3-3A7F71B8F83D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33095928-C811-4003-80C3-3A7F71B8F83D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA21832E-A58C-472E-B718-34A8C3CCCD64}
EndGlobalSection
EndGlobal