-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdventOfCode.sln
More file actions
40 lines (40 loc) · 2.19 KB
/
AdventOfCode.sln
File metadata and controls
40 lines (40 loc) · 2.19 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode.Core", "AdventOfCode.Core\AdventOfCode.Core.csproj", "{89F85014-BF43-4DA9-BD9B-46ED42F5A66E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode2020", "2020\AdventOfCode2020\AdventOfCode2020.csproj", "{2D74392F-85F4-4F5A-A2A0-9D8348ACB5A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode2020.Tests", "2020\AdventOfCode2020.Tests\AdventOfCode2020.Tests.csproj", "{06D480DF-3900-4402-B104-4E4B69CC2DC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89F85014-BF43-4DA9-BD9B-46ED42F5A66E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89F85014-BF43-4DA9-BD9B-46ED42F5A66E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89F85014-BF43-4DA9-BD9B-46ED42F5A66E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89F85014-BF43-4DA9-BD9B-46ED42F5A66E}.Release|Any CPU.Build.0 = Release|Any CPU
{2D74392F-85F4-4F5A-A2A0-9D8348ACB5A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D74392F-85F4-4F5A-A2A0-9D8348ACB5A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D74392F-85F4-4F5A-A2A0-9D8348ACB5A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D74392F-85F4-4F5A-A2A0-9D8348ACB5A3}.Release|Any CPU.Build.0 = Release|Any CPU
{06D480DF-3900-4402-B104-4E4B69CC2DC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06D480DF-3900-4402-B104-4E4B69CC2DC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06D480DF-3900-4402-B104-4E4B69CC2DC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06D480DF-3900-4402-B104-4E4B69CC2DC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4DAB9E0F-1839-4534-B6A2-18C28E24FCF8}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal