-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSimpleMail.sln
50 lines (50 loc) · 2.79 KB
/
SimpleMail.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{55BD53A1-A7CE-4A22-828D-1F713CA1BDB6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{02EE5FCA-FFBB-414B-8979-D806FE9E441E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{22207B37-E7B5-4970-9073-1AAB70935DFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleMail.Example", "SimpleMail.Example\SimpleMail.Example.csproj", "{54953D55-4437-4A9C-B69D-D7D68D085F1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleMail", "SimpleMail\SimpleMail.csproj", "{4390651A-4570-4BB4-8BE1-2C594E243E69}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleMail.Tests", "SimpleMail.Tests\SimpleMail.Tests.csproj", "{7251698D-239D-45F4-B956-17D4F1504C66}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54953D55-4437-4A9C-B69D-D7D68D085F1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54953D55-4437-4A9C-B69D-D7D68D085F1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54953D55-4437-4A9C-B69D-D7D68D085F1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54953D55-4437-4A9C-B69D-D7D68D085F1C}.Release|Any CPU.Build.0 = Release|Any CPU
{4390651A-4570-4BB4-8BE1-2C594E243E69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4390651A-4570-4BB4-8BE1-2C594E243E69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4390651A-4570-4BB4-8BE1-2C594E243E69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4390651A-4570-4BB4-8BE1-2C594E243E69}.Release|Any CPU.Build.0 = Release|Any CPU
{7251698D-239D-45F4-B956-17D4F1504C66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7251698D-239D-45F4-B956-17D4F1504C66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7251698D-239D-45F4-B956-17D4F1504C66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7251698D-239D-45F4-B956-17D4F1504C66}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4390651A-4570-4BB4-8BE1-2C594E243E69} = {55BD53A1-A7CE-4A22-828D-1F713CA1BDB6}
{7251698D-239D-45F4-B956-17D4F1504C66} = {22207B37-E7B5-4970-9073-1AAB70935DFD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A84604A-053F-4590-98D7-532D2E440F19}
EndGlobalSection
EndGlobal