-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdventOfCode2019.sln
28 lines (28 loc) · 1.78 KB
/
AdventOfCode2019.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "AdventOfCode2019", "AdventOfCode2019\AdventOfCode2019.fsproj", "{4C8FB119-7638-437C-88A9-3049AC8F2C10}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "AdventOfCode2019.Tests", "AdventOfCode2019.Tests\AdventOfCode2019.Tests.fsproj", "{8F9B1669-0B1B-4B43-A59F-C7C2E742CFF2}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "AdventOfCode.Runner", "AdventOfCode.Runner\AdventOfCode.Runner.fsproj", "{06894F5D-A21B-4EBD-85FE-0F36211D0341}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C8FB119-7638-437C-88A9-3049AC8F2C10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C8FB119-7638-437C-88A9-3049AC8F2C10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C8FB119-7638-437C-88A9-3049AC8F2C10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C8FB119-7638-437C-88A9-3049AC8F2C10}.Release|Any CPU.Build.0 = Release|Any CPU
{8F9B1669-0B1B-4B43-A59F-C7C2E742CFF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F9B1669-0B1B-4B43-A59F-C7C2E742CFF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F9B1669-0B1B-4B43-A59F-C7C2E742CFF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F9B1669-0B1B-4B43-A59F-C7C2E742CFF2}.Release|Any CPU.Build.0 = Release|Any CPU
{06894F5D-A21B-4EBD-85FE-0F36211D0341}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06894F5D-A21B-4EBD-85FE-0F36211D0341}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06894F5D-A21B-4EBD-85FE-0F36211D0341}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06894F5D-A21B-4EBD-85FE-0F36211D0341}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal