forked from shawnmclean/Mandrill-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mandrill.sln
55 lines (55 loc) · 2.77 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
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mandrill.Tests", "tests\Mandrill.Tests.csproj", "{0675EF0D-79F9-473A-ABF4-B2F1B22843C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{45609E63-CCF9-4A89-BAFE-0BE96C303BF4}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
nuspec.nuspec = nuspec.nuspec
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mandrill", "src\Mandrill\Mandrill.csproj", "{0563EE3C-A65E-4D55-9302-7663C0FE77F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{96D95B6A-9FB1-40B3-949B-0B9D1D6BF429}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
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
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0675EF0D-79F9-473A-ABF4-B2F1B22843C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0675EF0D-79F9-473A-ABF4-B2F1B22843C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0675EF0D-79F9-473A-ABF4-B2F1B22843C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0675EF0D-79F9-473A-ABF4-B2F1B22843C9}.Release|Any CPU.Build.0 = Release|Any CPU
{0563EE3C-A65E-4D55-9302-7663C0FE77F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0563EE3C-A65E-4D55-9302-7663C0FE77F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0563EE3C-A65E-4D55-9302-7663C0FE77F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0563EE3C-A65E-4D55-9302-7663C0FE77F7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0563EE3C-A65E-4D55-9302-7663C0FE77F7} = {ACA85DEE-F68F-45DD-9435-14755FFBFDC9}
{0675EF0D-79F9-473A-ABF4-B2F1B22843C9} = {EF2B1A8B-ED3A-45DB-AA2D-432CB44049B0}
EndGlobalSection
EndGlobal