-
Notifications
You must be signed in to change notification settings - Fork 0
/
Advent of Code.sln
100 lines (100 loc) · 7.59 KB
/
Advent of Code.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "2020 All Days, Every Day", "2020 All Days, Every Day\2020 All Days, Every Day.csproj", "{B128AB6D-00B4-458B-944E-C90D452EBB36}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Sharing is Caring", "Sharing is Caring\Sharing is Caring.shproj", "{1EC9148C-2ACC-413A-8087-A38D7380FFAB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "2015 Original Flavour", "2015 Original Flavour\2015 Original Flavour.csproj", "{0243ABEB-030F-41A8-9817-B2A6D8504DE3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Templater", "Templater\Templater.csproj", "{831DC9A3-CDA0-46F8-B4D2-4384F8C7974C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "2016 Easterbunny Eradication", "2016 Easterbunny Eradication\2016 Easterbunny Eradication.csproj", "{EE05B9A0-2144-4165-973E-6959E6658E21}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "2017 25 Milliseconds Until Midnight", "2017 25 Milliseconds Until Midnight\2017 25 Milliseconds Until Midnight.csproj", "{28158CA6-1E64-43F1-9BCD-0DF000369DA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "2018 Now With Time Travel", "2018 Now With Time Travel\2018 Now With Time Travel.csproj", "{44BCE1CA-B4EE-43EE-8B2F-7E2B5E4543E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "2019 Iiiint Cooode", "2019 Iiiint Cooode\2019 Iiiint Cooode.csproj", "{3BE6A637-DBE7-46AF-A83A-B75FCA9325BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "2021 Now With Tea", "2021 Now With Tea\2021 Now With Tea.csproj", "{B2BEBFA7-5942-4D75-86FB-F0482B2EA73E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2022 Traditiioooon, Tradition", "2022 Traditiioooon, Tradition\2022 Traditiioooon, Tradition.csproj", "{7C500F31-6AF2-4E06-A7F3-C1A1BF20E2A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2023 To Busy With Work", "2023 To Busy With Work\2023 To Busy With Work.csproj", "{46C6A54B-E04F-4923-8FE2-2D9A39D633A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2024 Historical Research", "2024 Historical Research\2024 Historical Research.csproj", "{42ED3296-2DEF-41CF-BC32-E2DBA9F039EF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B128AB6D-00B4-458B-944E-C90D452EBB36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B128AB6D-00B4-458B-944E-C90D452EBB36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B128AB6D-00B4-458B-944E-C90D452EBB36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B128AB6D-00B4-458B-944E-C90D452EBB36}.Release|Any CPU.Build.0 = Release|Any CPU
{0243ABEB-030F-41A8-9817-B2A6D8504DE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0243ABEB-030F-41A8-9817-B2A6D8504DE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0243ABEB-030F-41A8-9817-B2A6D8504DE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0243ABEB-030F-41A8-9817-B2A6D8504DE3}.Release|Any CPU.Build.0 = Release|Any CPU
{831DC9A3-CDA0-46F8-B4D2-4384F8C7974C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{831DC9A3-CDA0-46F8-B4D2-4384F8C7974C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{831DC9A3-CDA0-46F8-B4D2-4384F8C7974C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{831DC9A3-CDA0-46F8-B4D2-4384F8C7974C}.Release|Any CPU.Build.0 = Release|Any CPU
{EE05B9A0-2144-4165-973E-6959E6658E21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE05B9A0-2144-4165-973E-6959E6658E21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE05B9A0-2144-4165-973E-6959E6658E21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE05B9A0-2144-4165-973E-6959E6658E21}.Release|Any CPU.Build.0 = Release|Any CPU
{28158CA6-1E64-43F1-9BCD-0DF000369DA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28158CA6-1E64-43F1-9BCD-0DF000369DA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28158CA6-1E64-43F1-9BCD-0DF000369DA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28158CA6-1E64-43F1-9BCD-0DF000369DA9}.Release|Any CPU.Build.0 = Release|Any CPU
{44BCE1CA-B4EE-43EE-8B2F-7E2B5E4543E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44BCE1CA-B4EE-43EE-8B2F-7E2B5E4543E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44BCE1CA-B4EE-43EE-8B2F-7E2B5E4543E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44BCE1CA-B4EE-43EE-8B2F-7E2B5E4543E3}.Release|Any CPU.Build.0 = Release|Any CPU
{3BE6A637-DBE7-46AF-A83A-B75FCA9325BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BE6A637-DBE7-46AF-A83A-B75FCA9325BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BE6A637-DBE7-46AF-A83A-B75FCA9325BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BE6A637-DBE7-46AF-A83A-B75FCA9325BB}.Release|Any CPU.Build.0 = Release|Any CPU
{B2BEBFA7-5942-4D75-86FB-F0482B2EA73E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2BEBFA7-5942-4D75-86FB-F0482B2EA73E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2BEBFA7-5942-4D75-86FB-F0482B2EA73E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2BEBFA7-5942-4D75-86FB-F0482B2EA73E}.Release|Any CPU.Build.0 = Release|Any CPU
{7C500F31-6AF2-4E06-A7F3-C1A1BF20E2A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C500F31-6AF2-4E06-A7F3-C1A1BF20E2A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C500F31-6AF2-4E06-A7F3-C1A1BF20E2A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C500F31-6AF2-4E06-A7F3-C1A1BF20E2A9}.Release|Any CPU.Build.0 = Release|Any CPU
{46C6A54B-E04F-4923-8FE2-2D9A39D633A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46C6A54B-E04F-4923-8FE2-2D9A39D633A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46C6A54B-E04F-4923-8FE2-2D9A39D633A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46C6A54B-E04F-4923-8FE2-2D9A39D633A0}.Release|Any CPU.Build.0 = Release|Any CPU
{42ED3296-2DEF-41CF-BC32-E2DBA9F039EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42ED3296-2DEF-41CF-BC32-E2DBA9F039EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42ED3296-2DEF-41CF-BC32-E2DBA9F039EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42ED3296-2DEF-41CF-BC32-E2DBA9F039EF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FDA9B4AE-9A9F-42FA-8BF1-2064D94A70C1}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Sharing is Caring\Sharing is Caring.projitems*{0243abeb-030f-41a8-9817-b2a6d8504de3}*SharedItemsImports = 5
Sharing is Caring\Sharing is Caring.projitems*{1ec9148c-2acc-413a-8087-a38d7380ffab}*SharedItemsImports = 13
Sharing is Caring\Sharing is Caring.projitems*{28158ca6-1e64-43f1-9bcd-0df000369da9}*SharedItemsImports = 5
Sharing is Caring\Sharing is Caring.projitems*{3be6a637-dbe7-46af-a83a-b75fca9325bb}*SharedItemsImports = 5
Sharing is Caring\Sharing is Caring.projitems*{42ed3296-2def-41cf-bc32-e2dba9f039ef}*SharedItemsImports = 5
Sharing is Caring\Sharing is Caring.projitems*{44bce1ca-b4ee-43ee-8b2f-7e2b5e4543e3}*SharedItemsImports = 5
Sharing is Caring\Sharing is Caring.projitems*{46c6a54b-e04f-4923-8fe2-2d9a39d633a0}*SharedItemsImports = 5
Sharing is Caring\Sharing is Caring.projitems*{7c500f31-6af2-4e06-a7f3-c1a1bf20e2a9}*SharedItemsImports = 5
Sharing is Caring\Sharing is Caring.projitems*{b128ab6d-00b4-458b-944e-c90d452ebb36}*SharedItemsImports = 5
Sharing is Caring\Sharing is Caring.projitems*{b2bebfa7-5942-4d75-86fb-f0482b2ea73e}*SharedItemsImports = 5
Sharing is Caring\Sharing is Caring.projitems*{ee05b9a0-2144-4165-973e-6959e6658e21}*SharedItemsImports = 5
EndGlobalSection
EndGlobal