-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFSharping.Website.sln
More file actions
41 lines (41 loc) · 1.99 KB
/
FSharping.Website.sln
File metadata and controls
41 lines (41 loc) · 1.99 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharping.Website", "src\FSharping.Website\FSharping.Website.fsproj", "{A3364743-515C-4E55-BAED-F88F9A215DE3}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharping.Website.Tests", "tests\FSharping.Website.Tests\FSharping.Website.Tests.fsproj", "{C608B9F4-A6D1-4165-AF89-716FC212BEE0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{BBEC1A0E-FF45-4EA6-8878-4CE2EC487061}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
build.fsx = build.fsx
Dockerfile = Dockerfile
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Release", "Release", "{A08CB454-D93F-46A8-8D24-AD3643E27CE1}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A3364743-515C-4E55-BAED-F88F9A215DE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3364743-515C-4E55-BAED-F88F9A215DE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3364743-515C-4E55-BAED-F88F9A215DE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3364743-515C-4E55-BAED-F88F9A215DE3}.Release|Any CPU.Build.0 = Release|Any CPU
{C608B9F4-A6D1-4165-AF89-716FC212BEE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C608B9F4-A6D1-4165-AF89-716FC212BEE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C608B9F4-A6D1-4165-AF89-716FC212BEE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C608B9F4-A6D1-4165-AF89-716FC212BEE0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal