-
Notifications
You must be signed in to change notification settings - Fork 0
/
YuGabe.AdventOfCode.sln
46 lines (46 loc) · 2.46 KB
/
YuGabe.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
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tidy.AdventOfCode", "Tidy.AdventOfCode\Tidy.AdventOfCode.csproj", "{46A9FC1F-297E-4095-AC44-4FA74D514F25}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YuGabe.AdventOfCode", "YuGabe.AdventOfCode\YuGabe.AdventOfCode.csproj", "{E85EC4EE-D6F2-4C88-BFAB-DE071C1A0165}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{323A5A58-CF81-44F1-99FB-6E769A99A911}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.gitmodules = .gitmodules
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YuGabe.AdventOfCode.Generator", "YuGabe.AdventOfCode.Generator\YuGabe.AdventOfCode.Generator.csproj", "{709B4651-61C5-411A-AD3D-96491D3A2D68}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46A9FC1F-297E-4095-AC44-4FA74D514F25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46A9FC1F-297E-4095-AC44-4FA74D514F25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46A9FC1F-297E-4095-AC44-4FA74D514F25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46A9FC1F-297E-4095-AC44-4FA74D514F25}.Release|Any CPU.Build.0 = Release|Any CPU
{E85EC4EE-D6F2-4C88-BFAB-DE071C1A0165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E85EC4EE-D6F2-4C88-BFAB-DE071C1A0165}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E85EC4EE-D6F2-4C88-BFAB-DE071C1A0165}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E85EC4EE-D6F2-4C88-BFAB-DE071C1A0165}.Release|Any CPU.Build.0 = Release|Any CPU
{709B4651-61C5-411A-AD3D-96491D3A2D68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{709B4651-61C5-411A-AD3D-96491D3A2D68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{709B4651-61C5-411A-AD3D-96491D3A2D68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{709B4651-61C5-411A-AD3D-96491D3A2D68}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A1DAA529-1C6D-4F1A-85F6-4D1767118FBF}
EndGlobalSection
EndGlobal