This repository has been archived by the owner on Apr 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTSP.sln
39 lines (39 loc) · 2.11 KB
/
TSP.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F965AB54-2BEF-4323-B36D-86B2318BF668}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TSP", "legacy\TSP.csproj", "{1E8ECDDB-1AB3-46D3-921C-83122BD8C780}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProblemGenerator", "ProblemGenerator\ProblemGenerator.csproj", "{EF5CBB5B-66A9-4673-AB4E-B37810FBFA6E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TspSolver", "TspSolver\TspSolver.csproj", "{D56F592B-F5F6-44FF-A474-083CCB7535F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E8ECDDB-1AB3-46D3-921C-83122BD8C780}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E8ECDDB-1AB3-46D3-921C-83122BD8C780}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E8ECDDB-1AB3-46D3-921C-83122BD8C780}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E8ECDDB-1AB3-46D3-921C-83122BD8C780}.Release|Any CPU.Build.0 = Release|Any CPU
{EF5CBB5B-66A9-4673-AB4E-B37810FBFA6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF5CBB5B-66A9-4673-AB4E-B37810FBFA6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF5CBB5B-66A9-4673-AB4E-B37810FBFA6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF5CBB5B-66A9-4673-AB4E-B37810FBFA6E}.Release|Any CPU.Build.0 = Release|Any CPU
{D56F592B-F5F6-44FF-A474-083CCB7535F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D56F592B-F5F6-44FF-A474-083CCB7535F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D56F592B-F5F6-44FF-A474-083CCB7535F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D56F592B-F5F6-44FF-A474-083CCB7535F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal