-
Notifications
You must be signed in to change notification settings - Fork 35
/
Website.sln
75 lines (75 loc) · 3.98 KB
/
Website.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28606.126
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{6AFFB732-6746-44F5-A2DC-6E092F950B1A}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FF10A0DD-84D9-4C1E-91C6-EB08B4ED1980}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Website", "src\Website\Website.fsproj", "{E7121581-E39E-4042-B6DE-44B397883102}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6F6D1A5F-6236-4768-B4B0-37CC276ACE4E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Client", "src\Client\Client.fsproj", "{BE4815D2-71C7-43D8-A279-2C7DD6973B86}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{5D83B895-BBC6-475C-877C-E123F9C911BE}"
ProjectSection(SolutionItems) = preProject
tools\gen-refdoc.ps1 = tools\gen-refdoc.ps1
tools\gh-pages.ps1 = tools\gh-pages.ps1
tools\install.ps1 = tools\install.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E7121581-E39E-4042-B6DE-44B397883102}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7121581-E39E-4042-B6DE-44B397883102}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7121581-E39E-4042-B6DE-44B397883102}.Debug|x64.ActiveCfg = Debug|Any CPU
{E7121581-E39E-4042-B6DE-44B397883102}.Debug|x64.Build.0 = Debug|Any CPU
{E7121581-E39E-4042-B6DE-44B397883102}.Debug|x86.ActiveCfg = Debug|Any CPU
{E7121581-E39E-4042-B6DE-44B397883102}.Debug|x86.Build.0 = Debug|Any CPU
{E7121581-E39E-4042-B6DE-44B397883102}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7121581-E39E-4042-B6DE-44B397883102}.Release|Any CPU.Build.0 = Release|Any CPU
{E7121581-E39E-4042-B6DE-44B397883102}.Release|x64.ActiveCfg = Release|Any CPU
{E7121581-E39E-4042-B6DE-44B397883102}.Release|x64.Build.0 = Release|Any CPU
{E7121581-E39E-4042-B6DE-44B397883102}.Release|x86.ActiveCfg = Release|Any CPU
{E7121581-E39E-4042-B6DE-44B397883102}.Release|x86.Build.0 = Release|Any CPU
{BE4815D2-71C7-43D8-A279-2C7DD6973B86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE4815D2-71C7-43D8-A279-2C7DD6973B86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE4815D2-71C7-43D8-A279-2C7DD6973B86}.Debug|x64.ActiveCfg = Debug|Any CPU
{BE4815D2-71C7-43D8-A279-2C7DD6973B86}.Debug|x64.Build.0 = Debug|Any CPU
{BE4815D2-71C7-43D8-A279-2C7DD6973B86}.Debug|x86.ActiveCfg = Debug|Any CPU
{BE4815D2-71C7-43D8-A279-2C7DD6973B86}.Debug|x86.Build.0 = Debug|Any CPU
{BE4815D2-71C7-43D8-A279-2C7DD6973B86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE4815D2-71C7-43D8-A279-2C7DD6973B86}.Release|Any CPU.Build.0 = Release|Any CPU
{BE4815D2-71C7-43D8-A279-2C7DD6973B86}.Release|x64.ActiveCfg = Release|Any CPU
{BE4815D2-71C7-43D8-A279-2C7DD6973B86}.Release|x64.Build.0 = Release|Any CPU
{BE4815D2-71C7-43D8-A279-2C7DD6973B86}.Release|x86.ActiveCfg = Release|Any CPU
{BE4815D2-71C7-43D8-A279-2C7DD6973B86}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E7121581-E39E-4042-B6DE-44B397883102} = {FF10A0DD-84D9-4C1E-91C6-EB08B4ED1980}
{BE4815D2-71C7-43D8-A279-2C7DD6973B86} = {FF10A0DD-84D9-4C1E-91C6-EB08B4ED1980}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D85F0DC-B9DB-40B8-836B-D1250C5CF51A}
EndGlobalSection
EndGlobal