-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIcfpc2023.sln
58 lines (58 loc) · 3.02 KB
/
Icfpc2023.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Icfpc2023", "Icfpc2023\Icfpc2023.fsproj", "{0D699EA5-9955-44A0-9AF4-60558EE8F972}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{76FD99D3-AC9E-48A8-BEAA-3986DAA097F2}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.md = LICENSE.md
README.md = README.md
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Icfpc2023.Tests", "Icfpc2023.Tests\Icfpc2023.Tests.fsproj", "{7FE3536B-FCDE-4263-A97F-25F0E8ED36E6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{1890466B-F3F5-4736-8E1E-A9F8A8C8F5EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{6B1BF6CA-A5FA-4F67-BB7A-35B27E7FE24C}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".vscode", ".vscode", "{CB48F15A-932B-462A-BA0F-51FEF4BDB9D9}"
ProjectSection(SolutionItems) = preProject
.vscode\tasks.json = .vscode\tasks.json
.vscode\launch.json = .vscode\launch.json
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Icfpc2023.Visualizer", "Icfpc2023.Visualizer\Icfpc2023.Visualizer.fsproj", "{130E46FD-A86E-471B-AE7F-CBF9059939D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D699EA5-9955-44A0-9AF4-60558EE8F972}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D699EA5-9955-44A0-9AF4-60558EE8F972}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D699EA5-9955-44A0-9AF4-60558EE8F972}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D699EA5-9955-44A0-9AF4-60558EE8F972}.Release|Any CPU.Build.0 = Release|Any CPU
{7FE3536B-FCDE-4263-A97F-25F0E8ED36E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FE3536B-FCDE-4263-A97F-25F0E8ED36E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FE3536B-FCDE-4263-A97F-25F0E8ED36E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FE3536B-FCDE-4263-A97F-25F0E8ED36E6}.Release|Any CPU.Build.0 = Release|Any CPU
{130E46FD-A86E-471B-AE7F-CBF9059939D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{130E46FD-A86E-471B-AE7F-CBF9059939D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{130E46FD-A86E-471B-AE7F-CBF9059939D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{130E46FD-A86E-471B-AE7F-CBF9059939D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6B1BF6CA-A5FA-4F67-BB7A-35B27E7FE24C} = {1890466B-F3F5-4736-8E1E-A9F8A8C8F5EA}
EndGlobalSection
EndGlobal