-
Notifications
You must be signed in to change notification settings - Fork 1
/
Advent2023.sln
37 lines (37 loc) · 1.85 KB
/
Advent2023.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Advent2023.Console", "Advent2023\Console\Advent2023.Console.csproj", "{527E8E40-F781-4905-BF58-9104913D1FB6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{025CFD35-605A-440D-82C1-A865063F72FA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
global.json = global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Advent2023.Library", "Advent2023\Library\Advent2023.Library.csproj", "{0EB7CF15-0D47-475F-BDE7-B0982EC5496A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{527E8E40-F781-4905-BF58-9104913D1FB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{527E8E40-F781-4905-BF58-9104913D1FB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{527E8E40-F781-4905-BF58-9104913D1FB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{527E8E40-F781-4905-BF58-9104913D1FB6}.Release|Any CPU.Build.0 = Release|Any CPU
{0EB7CF15-0D47-475F-BDE7-B0982EC5496A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EB7CF15-0D47-475F-BDE7-B0982EC5496A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EB7CF15-0D47-475F-BDE7-B0982EC5496A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EB7CF15-0D47-475F-BDE7-B0982EC5496A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {75AF34F2-69C7-46AF-AE00-D672F8C6D7BC}
EndGlobalSection
EndGlobal