COP3530/Project11/Project11.sln
Fennel Kora 4f6ac0f79f Add project 11
project 11 is incomplete - framework exists but logic for correctly counting the shortest branch doesn't appear to return a correct value (always 3)
2023-07-24 10:32:56 -04:00

31 lines
1.4 KiB
Text

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33801.468
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Project11", "Project11.vcxproj", "{8E37ACB6-C108-45EC-B16E-37CFB50532E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E37ACB6-C108-45EC-B16E-37CFB50532E3}.Debug|x64.ActiveCfg = Debug|x64
{8E37ACB6-C108-45EC-B16E-37CFB50532E3}.Debug|x64.Build.0 = Debug|x64
{8E37ACB6-C108-45EC-B16E-37CFB50532E3}.Debug|x86.ActiveCfg = Debug|Win32
{8E37ACB6-C108-45EC-B16E-37CFB50532E3}.Debug|x86.Build.0 = Debug|Win32
{8E37ACB6-C108-45EC-B16E-37CFB50532E3}.Release|x64.ActiveCfg = Release|x64
{8E37ACB6-C108-45EC-B16E-37CFB50532E3}.Release|x64.Build.0 = Release|x64
{8E37ACB6-C108-45EC-B16E-37CFB50532E3}.Release|x86.ActiveCfg = Release|Win32
{8E37ACB6-C108-45EC-B16E-37CFB50532E3}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1D76519-A8BF-4D8F-85A1-9D405A6285A6}
EndGlobalSection
EndGlobal