Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TSP_GUI", "TSP_GUI\TSP_GUI.csproj", "{EC3D539C-8FB2-49A1-9670-836268CD1AE5}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TSP_Solver", "TSP_Solver\TSP_Solver.csproj", "{7C529D14-9836-4DCD-BC1A-0FFE5C1EC488}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TSP_City", "TSP_City\TSP_City.csproj", "{945160F3-A5D6-4FD2-9E3B-C0E3F2A3A3B3}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {EC3D539C-8FB2-49A1-9670-836268CD1AE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {EC3D539C-8FB2-49A1-9670-836268CD1AE5}.Debug|Any CPU.Build.0 = Debug|Any CPU {EC3D539C-8FB2-49A1-9670-836268CD1AE5}.Release|Any CPU.ActiveCfg = Release|Any CPU {EC3D539C-8FB2-49A1-9670-836268CD1AE5}.Release|Any CPU.Build.0 = Release|Any CPU {7C529D14-9836-4DCD-BC1A-0FFE5C1EC488}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {7C529D14-9836-4DCD-BC1A-0FFE5C1EC488}.Debug|Any CPU.Build.0 = Debug|Any CPU {7C529D14-9836-4DCD-BC1A-0FFE5C1EC488}.Release|Any CPU.ActiveCfg = Release|Any CPU {7C529D14-9836-4DCD-BC1A-0FFE5C1EC488}.Release|Any CPU.Build.0 = Release|Any CPU {945160F3-A5D6-4FD2-9E3B-C0E3F2A3A3B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {945160F3-A5D6-4FD2-9E3B-C0E3F2A3A3B3}.Debug|Any CPU.Build.0 = Debug|Any CPU {945160F3-A5D6-4FD2-9E3B-C0E3F2A3A3B3}.Release|Any CPU.ActiveCfg = Release|Any CPU {945160F3-A5D6-4FD2-9E3B-C0E3F2A3A3B3}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal