-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathMayflower.sln
34 lines (34 loc) · 1.71 KB
/
Mayflower.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.25302.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mayflower", "Mayflower\Mayflower.csproj", "{F8B16D25-FAFF-4605-8F17-3583795AAFBD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MayflowerCLI", "MayflowerCLI\MayflowerCLI.csproj", "{A86336E6-BCFC-4B3D-8F2F-5524533A3C88}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3A3CA428-B7A3-4E50-BB9C-0D2A131951E6}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Mayflower\Mayflower.nuspec = Mayflower\Mayflower.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A86336E6-BCFC-4B3D-8F2F-5524533A3C88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A86336E6-BCFC-4B3D-8F2F-5524533A3C88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A86336E6-BCFC-4B3D-8F2F-5524533A3C88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A86336E6-BCFC-4B3D-8F2F-5524533A3C88}.Release|Any CPU.Build.0 = Release|Any CPU
{F8B16D25-FAFF-4605-8F17-3583795AAFBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8B16D25-FAFF-4605-8F17-3583795AAFBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8B16D25-FAFF-4605-8F17-3583795AAFBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8B16D25-FAFF-4605-8F17-3583795AAFBD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal