This repository has been archived by the owner on Sep 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
TodoBackend.sln
51 lines (51 loc) · 2.23 KB
/
TodoBackend.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "TodoBackend", "TodoBackend\TodoBackend.fsproj", "{E05BCEFE-F3D1-434C-9BBB-6CB277EDBDEE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{72A8D85E-23B9-40AB-950B-BF6D50185F8E}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
build.fsx = build.fsx
build.sh = build.sh
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{91A5A85E-B13D-4BFE-A46D-ED1B00BCEE2F}"
ProjectSection(SolutionItems) = preProject
app.config = app.config
docs\generate.fsx = docs\generate.fsx
docs\index.md = docs\index.md
docs\slides.fsx = docs\slides.fsx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{0AA6DF24-8945-470D-AA28-08128FBAD8A9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{9BFC2CA9-A915-403E-8349-2A28DC426A13}"
ProjectSection(SolutionItems) = preProject
docs\files\img\explicit.gif = docs\files\img\explicit.gif
docs\files\img\fssf.png = docs\files\img\fssf.png
docs\files\img\tachyus.png = docs\files\img\tachyus.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E05BCEFE-F3D1-434C-9BBB-6CB277EDBDEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E05BCEFE-F3D1-434C-9BBB-6CB277EDBDEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E05BCEFE-F3D1-434C-9BBB-6CB277EDBDEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E05BCEFE-F3D1-434C-9BBB-6CB277EDBDEE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0AA6DF24-8945-470D-AA28-08128FBAD8A9} = {91A5A85E-B13D-4BFE-A46D-ED1B00BCEE2F}
{9BFC2CA9-A915-403E-8349-2A28DC426A13} = {0AA6DF24-8945-470D-AA28-08128FBAD8A9}
EndGlobalSection
EndGlobal