-
Notifications
You must be signed in to change notification settings - Fork 0
/
Siren.sln
77 lines (77 loc) · 4.14 KB
/
Siren.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
76
77
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Build", "build\Build.fsproj", "{8EBC0771-671D-4BF4-9A74-95CAADC1350D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6128727F-D229-492C-A954-AA17F406BC32}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build.cmd = build.cmd
.config\dotnet-tools.json = .config\dotnet-tools.json
LICENSE = LICENSE
package.json = package.json
pyproject.toml = pyproject.toml
README.md = README.md
setup.cmd = setup.cmd
tsconfig.json = tsconfig.json
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Siren.Tests", "tests\Core\Siren.Tests.fsproj", "{A1FAF9E8-BFD9-487E-BAF3-C77520268CC7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4AC2249E-9CDF-4A34-9EC3-CBC2F22FEC6A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{F7C3CCB8-7CAC-4F37-BCD7-307C1334B20F}"
ProjectSection(SolutionItems) = preProject
docs\package.json = docs\package.json
docs\postcss.config.js = docs\postcss.config.js
docs\README.md = docs\README.md
docs\tailwind.config.js = docs\tailwind.config.js
docs\vite.config.js = docs\vite.config.js
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Siren", "src\Siren\Siren.fsproj", "{09755491-67B7-4C6C-9177-D3DC5371BCD0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Siren.Sea", "src\Siren.Sea\Siren.Sea.csproj", "{DCDC2993-FC0B-40AF-A193-16B0A50DE62A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Siren.Sea.Tests", "tests\CSharp\Siren.Sea.Tests.csproj", "{1ACC2A20-DE15-41BA-B128-0846BE2BCD3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8EBC0771-671D-4BF4-9A74-95CAADC1350D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EBC0771-671D-4BF4-9A74-95CAADC1350D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EBC0771-671D-4BF4-9A74-95CAADC1350D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EBC0771-671D-4BF4-9A74-95CAADC1350D}.Release|Any CPU.Build.0 = Release|Any CPU
{A1FAF9E8-BFD9-487E-BAF3-C77520268CC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1FAF9E8-BFD9-487E-BAF3-C77520268CC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1FAF9E8-BFD9-487E-BAF3-C77520268CC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1FAF9E8-BFD9-487E-BAF3-C77520268CC7}.Release|Any CPU.Build.0 = Release|Any CPU
{09755491-67B7-4C6C-9177-D3DC5371BCD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09755491-67B7-4C6C-9177-D3DC5371BCD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09755491-67B7-4C6C-9177-D3DC5371BCD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09755491-67B7-4C6C-9177-D3DC5371BCD0}.Release|Any CPU.Build.0 = Release|Any CPU
{DCDC2993-FC0B-40AF-A193-16B0A50DE62A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCDC2993-FC0B-40AF-A193-16B0A50DE62A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCDC2993-FC0B-40AF-A193-16B0A50DE62A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCDC2993-FC0B-40AF-A193-16B0A50DE62A}.Release|Any CPU.Build.0 = Release|Any CPU
{1ACC2A20-DE15-41BA-B128-0846BE2BCD3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1ACC2A20-DE15-41BA-B128-0846BE2BCD3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1ACC2A20-DE15-41BA-B128-0846BE2BCD3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1ACC2A20-DE15-41BA-B128-0846BE2BCD3F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A1FAF9E8-BFD9-487E-BAF3-C77520268CC7} = {4AC2249E-9CDF-4A34-9EC3-CBC2F22FEC6A}
{1ACC2A20-DE15-41BA-B128-0846BE2BCD3F} = {4AC2249E-9CDF-4A34-9EC3-CBC2F22FEC6A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A5AB7E0-1514-40A8-B5C0-FE62BB49ECD6}
EndGlobalSection
EndGlobal