forked from shawnmclean/Mandrill-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMandrill-dnx.sln
36 lines (36 loc) · 1.6 KB
/
Mandrill-dnx.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Mandrill", "src\Mandrill\Mandrill.xproj", "{D7AD0F74-4930-4CA0-9DD3-9511386ADD47}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0EFA65E1-6E7A-462E-AF53-3AEF92FAD6E6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4FC8EB8B-9C3B-4E46-94F4-42BEBE41BEA2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{83531DF0-F15F-4A42-92E3-061282F40F4C}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
global.json = global.json
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
{D7AD0F74-4930-4CA0-9DD3-9511386ADD47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7AD0F74-4930-4CA0-9DD3-9511386ADD47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7AD0F74-4930-4CA0-9DD3-9511386ADD47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7AD0F74-4930-4CA0-9DD3-9511386ADD47}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D7AD0F74-4930-4CA0-9DD3-9511386ADD47} = {0EFA65E1-6E7A-462E-AF53-3AEF92FAD6E6}
EndGlobalSection
EndGlobal