You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
2.3 KiB

2 years ago

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
2 years ago
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode", "AdventOfCode\AdventOfCode.csproj", "{30F2887D-526F-4068-A581-E20BAF52F900}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode.InputFetcher", "AdventOfCode.InputFetcher\AdventOfCode.InputFetcher.csproj", "{105BF947-9878-4995-B16B-F8093A53EC66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode.Tests", "AdventOfCode.Tests\AdventOfCode.Tests.csproj", "{03C0BB76-6521-4B51-B267-346E88678D79}"
2 years ago
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0AA4CCC1-FCBA-4C0E-BB5F-0F4E41907DC9}"
ProjectSection(SolutionItems) = preProject
.drone.yml = .drone.yml
.gitignore = .gitignore
EndProjectSection
EndProject
2 years ago
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30F2887D-526F-4068-A581-E20BAF52F900}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30F2887D-526F-4068-A581-E20BAF52F900}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30F2887D-526F-4068-A581-E20BAF52F900}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30F2887D-526F-4068-A581-E20BAF52F900}.Release|Any CPU.Build.0 = Release|Any CPU
{105BF947-9878-4995-B16B-F8093A53EC66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{105BF947-9878-4995-B16B-F8093A53EC66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{105BF947-9878-4995-B16B-F8093A53EC66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{105BF947-9878-4995-B16B-F8093A53EC66}.Release|Any CPU.Build.0 = Release|Any CPU
{03C0BB76-6521-4B51-B267-346E88678D79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03C0BB76-6521-4B51-B267-346E88678D79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03C0BB76-6521-4B51-B267-346E88678D79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03C0BB76-6521-4B51-B267-346E88678D79}.Release|Any CPU.Build.0 = Release|Any CPU
2 years ago
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B8E4DE0-580A-4E29-91F9-90720A6A5230}
EndGlobalSection
EndGlobal