-
Notifications
You must be signed in to change notification settings - Fork 0
/
AdventOfCode.sln
40 lines (40 loc) · 2.38 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode", "AdventOfCode\AdventOfCode.csproj", "{627C8EF2-B967-49A9-A4F6-473E75E18A5E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmark", "Benchmark\Benchmark.csproj", "{1E5FC48A-D786-487E-8233-8CBB25776E28}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "Utils\Utils.csproj", "{2492F20D-2C20-4F6C-A3CD-E73EFAF1A9C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{23D3BD21-6D43-4964-939D-05122A278904}"
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
{627C8EF2-B967-49A9-A4F6-473E75E18A5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{627C8EF2-B967-49A9-A4F6-473E75E18A5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{627C8EF2-B967-49A9-A4F6-473E75E18A5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{627C8EF2-B967-49A9-A4F6-473E75E18A5E}.Release|Any CPU.Build.0 = Release|Any CPU
{1E5FC48A-D786-487E-8233-8CBB25776E28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E5FC48A-D786-487E-8233-8CBB25776E28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E5FC48A-D786-487E-8233-8CBB25776E28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E5FC48A-D786-487E-8233-8CBB25776E28}.Release|Any CPU.Build.0 = Release|Any CPU
{2492F20D-2C20-4F6C-A3CD-E73EFAF1A9C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2492F20D-2C20-4F6C-A3CD-E73EFAF1A9C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2492F20D-2C20-4F6C-A3CD-E73EFAF1A9C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2492F20D-2C20-4F6C-A3CD-E73EFAF1A9C9}.Release|Any CPU.Build.0 = Release|Any CPU
{23D3BD21-6D43-4964-939D-05122A278904}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23D3BD21-6D43-4964-939D-05122A278904}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23D3BD21-6D43-4964-939D-05122A278904}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23D3BD21-6D43-4964-939D-05122A278904}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal