-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMailChemist.sln
47 lines (47 loc) · 2.55 KB
/
MailChemist.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MailChemist", "MailChemist\MailChemist.csproj", "{7FA077CB-A693-41BF-8C9F-C790491188BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MailChemist.UnitTests", "MailChemist.UnitTests\MailChemist.UnitTests.csproj", "{F33D3F60-7689-4BCD-832B-8789C2CF599F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MailChemist.Core", "MailChemist.Core\MailChemist.Core.csproj", "{2896A4F7-519E-4B49-8096-3116EA0327A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{37C76760-3CE1-4C2C-8ED2-F37F4A72848E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BE545236-FFC8-40AE-8958-A1948F913FED}"
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
{7FA077CB-A693-41BF-8C9F-C790491188BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FA077CB-A693-41BF-8C9F-C790491188BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FA077CB-A693-41BF-8C9F-C790491188BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FA077CB-A693-41BF-8C9F-C790491188BF}.Release|Any CPU.Build.0 = Release|Any CPU
{F33D3F60-7689-4BCD-832B-8789C2CF599F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F33D3F60-7689-4BCD-832B-8789C2CF599F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F33D3F60-7689-4BCD-832B-8789C2CF599F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F33D3F60-7689-4BCD-832B-8789C2CF599F}.Release|Any CPU.Build.0 = Release|Any CPU
{2896A4F7-519E-4B49-8096-3116EA0327A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2896A4F7-519E-4B49-8096-3116EA0327A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2896A4F7-519E-4B49-8096-3116EA0327A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2896A4F7-519E-4B49-8096-3116EA0327A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F33D3F60-7689-4BCD-832B-8789C2CF599F} = {37C76760-3CE1-4C2C-8ED2-F37F4A72848E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9DDDBF83-7F97-4549-B678-C9AA8C820E91}
EndGlobalSection
EndGlobal