forked from feinoujc/Mandrill.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mandrill.net-dnx.sln
39 lines (39 loc) · 1.92 KB
/
Mandrill.net-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
37
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Mandrill", "src\Mandrill.net\Mandrill.xproj", "{FD390FF7-7C25-4EDB-8C48-7A30CEABB708}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{3D7BA565-AE66-447A-AF77-81106169A83A}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Tests", "tests\Tests\Tests.xproj", "{46BA8A52-1F53-4099-9F62-540D149F287D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A359CB29-3E2A-4A41-A897-725C5A0888C6}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD390FF7-7C25-4EDB-8C48-7A30CEABB708}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD390FF7-7C25-4EDB-8C48-7A30CEABB708}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD390FF7-7C25-4EDB-8C48-7A30CEABB708}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD390FF7-7C25-4EDB-8C48-7A30CEABB708}.Release|Any CPU.Build.0 = Release|Any CPU
{46BA8A52-1F53-4099-9F62-540D149F287D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46BA8A52-1F53-4099-9F62-540D149F287D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46BA8A52-1F53-4099-9F62-540D149F287D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46BA8A52-1F53-4099-9F62-540D149F287D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{46BA8A52-1F53-4099-9F62-540D149F287D} = {3D7BA565-AE66-447A-AF77-81106169A83A}
EndGlobalSection
EndGlobal