-
Notifications
You must be signed in to change notification settings - Fork 0
/
BabouMail.sln
42 lines (42 loc) · 2.33 KB
/
BabouMail.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.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BabouMail.MailGun", "BabouMail.MailGun\BabouMail.MailGun.csproj", "{04C06E19-0F92-4729-A02F-AFD2C514AEF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BabouMail.Common", "BabouMail.Common\BabouMail.Common.csproj", "{66A7555B-A6BD-4BF9-953D-C896FA592734}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BabouMail.Smtp", "BabouMail.Smtp\BabouMail.Smtp.csproj", "{67B46ED9-6D84-4513-805F-5560DD801D30}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{994F2FB7-D6B9-471E-92CE-A0EE6198FC66}"
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
{04C06E19-0F92-4729-A02F-AFD2C514AEF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04C06E19-0F92-4729-A02F-AFD2C514AEF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04C06E19-0F92-4729-A02F-AFD2C514AEF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04C06E19-0F92-4729-A02F-AFD2C514AEF4}.Release|Any CPU.Build.0 = Release|Any CPU
{66A7555B-A6BD-4BF9-953D-C896FA592734}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66A7555B-A6BD-4BF9-953D-C896FA592734}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66A7555B-A6BD-4BF9-953D-C896FA592734}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66A7555B-A6BD-4BF9-953D-C896FA592734}.Release|Any CPU.Build.0 = Release|Any CPU
{67B46ED9-6D84-4513-805F-5560DD801D30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67B46ED9-6D84-4513-805F-5560DD801D30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67B46ED9-6D84-4513-805F-5560DD801D30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67B46ED9-6D84-4513-805F-5560DD801D30}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C322F0D-A542-4C0B-BD84-283999DD9F28}
EndGlobalSection
EndGlobal