-
Notifications
You must be signed in to change notification settings - Fork 0
/
AdventOfCode.sln
41 lines (41 loc) · 2.39 KB
/
AdventOfCode.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FFB42559-18C8-4B38-B159-8BDCE2D31021}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "AdventOfCode.Solutions", "src\AdventOfCode.Solutions\AdventOfCode.Solutions.fsproj", "{3A7AAB8A-DED2-40F0-9ACC-72E8D1983DA8}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "AdventOfCode.Tests", "src\AdventOfCode.Tests\AdventOfCode.Tests.fsproj", "{937DAB4F-FA55-4443-A026-AF2917A56DFC}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "AdventOfCode", "src\AdventOfCode\AdventOfCode.fsproj", "{EA9764FB-6968-4704-9CA2-B4396B3CBC31}"
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
{3A7AAB8A-DED2-40F0-9ACC-72E8D1983DA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A7AAB8A-DED2-40F0-9ACC-72E8D1983DA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A7AAB8A-DED2-40F0-9ACC-72E8D1983DA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A7AAB8A-DED2-40F0-9ACC-72E8D1983DA8}.Release|Any CPU.Build.0 = Release|Any CPU
{937DAB4F-FA55-4443-A026-AF2917A56DFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{937DAB4F-FA55-4443-A026-AF2917A56DFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{937DAB4F-FA55-4443-A026-AF2917A56DFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{937DAB4F-FA55-4443-A026-AF2917A56DFC}.Release|Any CPU.Build.0 = Release|Any CPU
{EA9764FB-6968-4704-9CA2-B4396B3CBC31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA9764FB-6968-4704-9CA2-B4396B3CBC31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA9764FB-6968-4704-9CA2-B4396B3CBC31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA9764FB-6968-4704-9CA2-B4396B3CBC31}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3A7AAB8A-DED2-40F0-9ACC-72E8D1983DA8} = {FFB42559-18C8-4B38-B159-8BDCE2D31021}
{937DAB4F-FA55-4443-A026-AF2917A56DFC} = {FFB42559-18C8-4B38-B159-8BDCE2D31021}
{EA9764FB-6968-4704-9CA2-B4396B3CBC31} = {FFB42559-18C8-4B38-B159-8BDCE2D31021}
EndGlobalSection
EndGlobal