-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cimpress.PureMail.sln
44 lines (44 loc) · 2.57 KB
/
Cimpress.PureMail.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "infrastructure", "infrastructure", "{B1B42068-C1E9-4005-9385-ECB3ADA2ADDA}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.travis.yml = .travis.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cimpress.PureMail.UnitTests", "Cimpress.PureMail.UnitTests\Cimpress.PureMail.UnitTests.csproj", "{9D6EE303-98F9-4A33-8E72-17516A7741E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cimpress.PureMail", "Cimpress.PureMail\Cimpress.PureMail.csproj", "{73C79CE0-5573-4F11-AFBA-D0EB364206FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cimpress.PureMail.Example", "Cimpress.PureMail.Example\Cimpress.PureMail.Example.csproj", "{EBEA27F6-4866-4D91-9C54-D9AD7DE010A4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0891DB7A-2101-4D49-92AC-D1F32A7F9959}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0891DB7A-2101-4D49-92AC-D1F32A7F9959}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0891DB7A-2101-4D49-92AC-D1F32A7F9959}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0891DB7A-2101-4D49-92AC-D1F32A7F9959}.Release|Any CPU.Build.0 = Release|Any CPU
{9D6EE303-98F9-4A33-8E72-17516A7741E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D6EE303-98F9-4A33-8E72-17516A7741E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D6EE303-98F9-4A33-8E72-17516A7741E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D6EE303-98F9-4A33-8E72-17516A7741E1}.Release|Any CPU.Build.0 = Release|Any CPU
{73C79CE0-5573-4F11-AFBA-D0EB364206FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73C79CE0-5573-4F11-AFBA-D0EB364206FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73C79CE0-5573-4F11-AFBA-D0EB364206FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73C79CE0-5573-4F11-AFBA-D0EB364206FB}.Release|Any CPU.Build.0 = Release|Any CPU
{EBEA27F6-4866-4D91-9C54-D9AD7DE010A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBEA27F6-4866-4D91-9C54-D9AD7DE010A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBEA27F6-4866-4D91-9C54-D9AD7DE010A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBEA27F6-4866-4D91-9C54-D9AD7DE010A4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal