-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdventOfCode2023.sln
25 lines (25 loc) · 1.08 KB
/
AdventOfCode2023.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode2023", "AdventOfCode2023.csproj", "{168C8D3B-CFD9-4A1E-AF73-E2ED42B9072B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{168C8D3B-CFD9-4A1E-AF73-E2ED42B9072B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{168C8D3B-CFD9-4A1E-AF73-E2ED42B9072B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{168C8D3B-CFD9-4A1E-AF73-E2ED42B9072B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{168C8D3B-CFD9-4A1E-AF73-E2ED42B9072B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD68D1E4-37D1-4DDA-8A6F-0206E538A6F4}
EndGlobalSection
EndGlobal