-
Notifications
You must be signed in to change notification settings - Fork 107
/
Mandrill.sln
52 lines (52 loc) · 2.64 KB
/
Mandrill.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
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26711.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{ACA85DEE-F68F-45DD-9435-14755FFBFDC9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{EF2B1A8B-ED3A-45DB-AA2D-432CB44049B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{45609E63-CCF9-4A89-BAFE-0BE96C303BF4}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
LICENSE.txt = LICENSE.txt
README.md = README.md
UpdateVersion.ps1 = UpdateVersion.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{67E7C3E4-5527-4D1F-B29B-75736E0411DE}"
ProjectSection(SolutionItems) = preProject
scripts\TokenizeConfiguration.ps1 = scripts\TokenizeConfiguration.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mandrill", "src\Mandrill\Mandrill.csproj", "{F906713E-71C4-41A9-9F4B-EE1EB9F33AEF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mandrill.Tests", "tests\Mandrill.Tests\Mandrill.Tests.csproj", "{FAEAD1E5-40DE-4A7B-8ADB-2ACE6384F92D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F906713E-71C4-41A9-9F4B-EE1EB9F33AEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F906713E-71C4-41A9-9F4B-EE1EB9F33AEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F906713E-71C4-41A9-9F4B-EE1EB9F33AEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F906713E-71C4-41A9-9F4B-EE1EB9F33AEF}.Release|Any CPU.Build.0 = Release|Any CPU
{FAEAD1E5-40DE-4A7B-8ADB-2ACE6384F92D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAEAD1E5-40DE-4A7B-8ADB-2ACE6384F92D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAEAD1E5-40DE-4A7B-8ADB-2ACE6384F92D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAEAD1E5-40DE-4A7B-8ADB-2ACE6384F92D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F906713E-71C4-41A9-9F4B-EE1EB9F33AEF} = {ACA85DEE-F68F-45DD-9435-14755FFBFDC9}
{FAEAD1E5-40DE-4A7B-8ADB-2ACE6384F92D} = {EF2B1A8B-ED3A-45DB-AA2D-432CB44049B0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {687A6EAF-62AE-4A48-ABB1-0ADAC11600A3}
EndGlobalSection
EndGlobal