-
Notifications
You must be signed in to change notification settings - Fork 0
/
Advent of Code 2020.sln
43 lines (43 loc) · 2.56 KB
/
Advent of Code 2020.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
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AoC2020ConsoleApp", "AoC2020ConsoleApp\AoC2020ConsoleApp.csproj", "{09002EBD-5626-406C-848A-944BBA5CF932}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AoC2020NUnitTests", "AoC2020NUnitTests\AoC2020NUnitTests.csproj", "{CE02B703-00F3-4F9F-BD07-29CE0CDF09B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AoC2020ClassLibrary", "AoC2020ClassLibrary\AoC2020ClassLibrary.csproj", "{1A48CF90-4D0F-46DA-8536-FC8BCE4BC18F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AoC2020Days", "AoC2020Days\AoC2020Days.csproj", "{3D0F59C1-67F6-4E7A-BD4A-1A526F46D15F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{09002EBD-5626-406C-848A-944BBA5CF932}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09002EBD-5626-406C-848A-944BBA5CF932}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09002EBD-5626-406C-848A-944BBA5CF932}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09002EBD-5626-406C-848A-944BBA5CF932}.Release|Any CPU.Build.0 = Release|Any CPU
{CE02B703-00F3-4F9F-BD07-29CE0CDF09B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE02B703-00F3-4F9F-BD07-29CE0CDF09B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE02B703-00F3-4F9F-BD07-29CE0CDF09B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE02B703-00F3-4F9F-BD07-29CE0CDF09B6}.Release|Any CPU.Build.0 = Release|Any CPU
{1A48CF90-4D0F-46DA-8536-FC8BCE4BC18F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A48CF90-4D0F-46DA-8536-FC8BCE4BC18F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A48CF90-4D0F-46DA-8536-FC8BCE4BC18F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A48CF90-4D0F-46DA-8536-FC8BCE4BC18F}.Release|Any CPU.Build.0 = Release|Any CPU
{3D0F59C1-67F6-4E7A-BD4A-1A526F46D15F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D0F59C1-67F6-4E7A-BD4A-1A526F46D15F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D0F59C1-67F6-4E7A-BD4A-1A526F46D15F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D0F59C1-67F6-4E7A-BD4A-1A526F46D15F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8899F92F-CE01-460E-BE90-234AE7C54E86}
EndGlobalSection
EndGlobal