Shortest-Total-Path-Algo/ShortestTotalPath.sln

26 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2021-10-21 11:32:08 +13:00

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31808.319
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShortestTotalPath", "ShortestTotalPath\ShortestTotalPath.csproj", "{BC8B178D-A382-4AC9-9A96-BF1636B6D181}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC8B178D-A382-4AC9-9A96-BF1636B6D181}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC8B178D-A382-4AC9-9A96-BF1636B6D181}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC8B178D-A382-4AC9-9A96-BF1636B6D181}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC8B178D-A382-4AC9-9A96-BF1636B6D181}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {22471F52-251B-4504-9154-B4FF6B414C97}
EndGlobalSection
EndGlobal