-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMailHandler.sln
42 lines (42 loc) · 2.3 KB
/
MailHandler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29411.108
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MailHandler", "MailHandler\MailHandler.csproj", "{CA12E999-B0A3-4624-83E4-DBA29CD455C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MailDatabase", "MailDatabase\MailDatabase.csproj", "{2A13D7EE-9797-4C53-8E8F-9F59CDCA6488}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MailManagement", "MailManagement\MailManagement.csproj", "{27377F34-6901-404F-8CF6-784B0A9D0ED4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AA82C4A0-AB2A-42BC-8542-5DE48C0D4802}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA12E999-B0A3-4624-83E4-DBA29CD455C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA12E999-B0A3-4624-83E4-DBA29CD455C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA12E999-B0A3-4624-83E4-DBA29CD455C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA12E999-B0A3-4624-83E4-DBA29CD455C5}.Release|Any CPU.Build.0 = Release|Any CPU
{2A13D7EE-9797-4C53-8E8F-9F59CDCA6488}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A13D7EE-9797-4C53-8E8F-9F59CDCA6488}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A13D7EE-9797-4C53-8E8F-9F59CDCA6488}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A13D7EE-9797-4C53-8E8F-9F59CDCA6488}.Release|Any CPU.Build.0 = Release|Any CPU
{27377F34-6901-404F-8CF6-784B0A9D0ED4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27377F34-6901-404F-8CF6-784B0A9D0ED4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27377F34-6901-404F-8CF6-784B0A9D0ED4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27377F34-6901-404F-8CF6-784B0A9D0ED4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D9AE490-D1F1-4BD8-A464-5E2446C2E632}
EndGlobalSection
EndGlobal