-
Notifications
You must be signed in to change notification settings - Fork 0
/
adventofcode.sln
28 lines (28 loc) · 1.75 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "adventofcode", "adventofcode\adventofcode.csproj", "{DA14252B-1FB4-48B1-BF5D-2EAB4294F8C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "adventofcode.tests", "adventofcode.tests\adventofcode.tests.csproj", "{41BF25A7-D628-40D3-B3A4-1821F7B42EB7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "prepare_solution", "prepare_solution\prepare_solution.csproj", "{47DF57B0-34DE-45C6-96DB-8C92287A9F6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA14252B-1FB4-48B1-BF5D-2EAB4294F8C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA14252B-1FB4-48B1-BF5D-2EAB4294F8C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA14252B-1FB4-48B1-BF5D-2EAB4294F8C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA14252B-1FB4-48B1-BF5D-2EAB4294F8C5}.Release|Any CPU.Build.0 = Release|Any CPU
{41BF25A7-D628-40D3-B3A4-1821F7B42EB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41BF25A7-D628-40D3-B3A4-1821F7B42EB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41BF25A7-D628-40D3-B3A4-1821F7B42EB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41BF25A7-D628-40D3-B3A4-1821F7B42EB7}.Release|Any CPU.Build.0 = Release|Any CPU
{47DF57B0-34DE-45C6-96DB-8C92287A9F6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47DF57B0-34DE-45C6-96DB-8C92287A9F6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47DF57B0-34DE-45C6-96DB-8C92287A9F6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47DF57B0-34DE-45C6-96DB-8C92287A9F6C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal