forked from roy-t/AStar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRoy-T.AStar.sln
50 lines (50 loc) · 2.73 KB
/
Roy-T.AStar.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
40
41
42
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Roy-T.AStar", "Roy-T.AStar\Roy-T.AStar.csproj", "{B9C572AD-526E-48C0-9B64-582CD83515EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Viewer", "Viewer\Viewer.csproj", "{36D92D36-8B53-4E32-8D63-2E89B6E85430}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmark", "Benchmark\Benchmark.csproj", "{6C823AA9-1821-4F6D-AC19-3BCD3E2488A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7484E05D-3E03-498B-AA98-A49AE2D9D488}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
versions.md = versions.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{AF080E20-16DB-4105-BE12-07DFD541990E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9C572AD-526E-48C0-9B64-582CD83515EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9C572AD-526E-48C0-9B64-582CD83515EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9C572AD-526E-48C0-9B64-582CD83515EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9C572AD-526E-48C0-9B64-582CD83515EB}.Release|Any CPU.Build.0 = Release|Any CPU
{36D92D36-8B53-4E32-8D63-2E89B6E85430}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36D92D36-8B53-4E32-8D63-2E89B6E85430}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36D92D36-8B53-4E32-8D63-2E89B6E85430}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36D92D36-8B53-4E32-8D63-2E89B6E85430}.Release|Any CPU.Build.0 = Release|Any CPU
{6C823AA9-1821-4F6D-AC19-3BCD3E2488A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C823AA9-1821-4F6D-AC19-3BCD3E2488A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C823AA9-1821-4F6D-AC19-3BCD3E2488A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C823AA9-1821-4F6D-AC19-3BCD3E2488A2}.Release|Any CPU.Build.0 = Release|Any CPU
{AF080E20-16DB-4105-BE12-07DFD541990E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF080E20-16DB-4105-BE12-07DFD541990E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF080E20-16DB-4105-BE12-07DFD541990E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF080E20-16DB-4105-BE12-07DFD541990E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0444D9DA-E5C8-4826-BE0F-4EB151D23592}
EndGlobalSection
EndGlobal