-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdventOfCode2015.FSharp.sln
More file actions
54 lines (54 loc) · 3.33 KB
/
AdventOfCode2015.FSharp.sln
File metadata and controls
54 lines (54 loc) · 3.33 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{4847B2CE-1448-45FC-B3C4-822CFF0B16C4}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Aoc15.Common", "Aoc15.Common\Aoc15.Common.fsproj", "{BC070C69-6329-48CB-A694-E8A100CA4311}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Aoc15.FinishedDays", "Aoc15.FinishedDays\Aoc15.FinishedDays.fsproj", "{CB94E26C-E174-4F33-A81F-368880B3E105}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Aoc15.ActiveDay", "Aoc15.ActiveDay\Aoc15.ActiveDay.fsproj", "{A488A26F-A4E6-4B03-A275-DF0B75E55581}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Aoc15.ActiveDay.Test", "Aoc15.ActiveDay.Test\Aoc15.ActiveDay.Test.fsproj", "{8522577C-F87C-496A-882B-ED377EB317D0}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Aoc15.FinishedDays.Test", "Aoc15.FinishedDays.Test\Aoc15.FinishedDays.Test.fsproj", "{A47A5AB0-1E02-4662-A242-664ABF694289}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC070C69-6329-48CB-A694-E8A100CA4311}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC070C69-6329-48CB-A694-E8A100CA4311}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC070C69-6329-48CB-A694-E8A100CA4311}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC070C69-6329-48CB-A694-E8A100CA4311}.Release|Any CPU.Build.0 = Release|Any CPU
{CB94E26C-E174-4F33-A81F-368880B3E105}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB94E26C-E174-4F33-A81F-368880B3E105}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB94E26C-E174-4F33-A81F-368880B3E105}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB94E26C-E174-4F33-A81F-368880B3E105}.Release|Any CPU.Build.0 = Release|Any CPU
{A488A26F-A4E6-4B03-A275-DF0B75E55581}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A488A26F-A4E6-4B03-A275-DF0B75E55581}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A488A26F-A4E6-4B03-A275-DF0B75E55581}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A488A26F-A4E6-4B03-A275-DF0B75E55581}.Release|Any CPU.Build.0 = Release|Any CPU
{8522577C-F87C-496A-882B-ED377EB317D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8522577C-F87C-496A-882B-ED377EB317D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8522577C-F87C-496A-882B-ED377EB317D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8522577C-F87C-496A-882B-ED377EB317D0}.Release|Any CPU.Build.0 = Release|Any CPU
{A47A5AB0-1E02-4662-A242-664ABF694289}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A47A5AB0-1E02-4662-A242-664ABF694289}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A47A5AB0-1E02-4662-A242-664ABF694289}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A47A5AB0-1E02-4662-A242-664ABF694289}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BC070C69-6329-48CB-A694-E8A100CA4311} = {4847B2CE-1448-45FC-B3C4-822CFF0B16C4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {010920ED-6F3E-4AB4-91FC-5BAC3C5EAE3C}
EndGlobalSection
EndGlobal