-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPathFinder.sln
73 lines (73 loc) · 4.82 KB
/
PathFinder.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PathFinder", "PathFinder\PathFinder.csproj", "{9369AE15-4BC4-44FB-B17A-FF7643A8E687}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PathFinder.Console", "Extras\PathFinder.Console\PathFinder.Console.csproj", "{11551E4D-764E-44E1-92FE-36F0F628C02A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PathFinder.Gui", "Extras\PathFinder.Gui\PathFinder.Gui\PathFinder.Gui.csproj", "{6713AF6E-7DA2-48ED-9A00-B5DAC50E197E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PathFinder.Gui.Desktop", "Extras\PathFinder.Gui\PathFinder.Gui.Desktop\PathFinder.Gui.Desktop.csproj", "{1AC486C5-F863-484C-8F56-E2BF22B5E7FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleWorld", "Extras\SimpleWorld\SimpleWorld.csproj", "{DD5E5278-513D-4D44-A696-2BF0B48484F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PathFinder.Benchmark", "Extras\PathFinder.Benchmark\PathFinder.Benchmark.csproj", "{8A732A6A-3A47-4A8C-991F-B9D00C8AFA44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PathFinder.UnitTests", "PathFinder.UnitTests\PathFinder.UnitTests.csproj", "{4A337FF3-203D-4AFE-99C8-559BEAB658C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PathFinder.DocFx", "Extras\PathFinder.DocFx\PathFinder.DocFx.csproj", "{15B5BF13-3462-418D-B9F3-1DE8F28DE0B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9369AE15-4BC4-44FB-B17A-FF7643A8E687}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9369AE15-4BC4-44FB-B17A-FF7643A8E687}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9369AE15-4BC4-44FB-B17A-FF7643A8E687}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9369AE15-4BC4-44FB-B17A-FF7643A8E687}.Release|Any CPU.Build.0 = Release|Any CPU
{11551E4D-764E-44E1-92FE-36F0F628C02A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11551E4D-764E-44E1-92FE-36F0F628C02A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11551E4D-764E-44E1-92FE-36F0F628C02A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11551E4D-764E-44E1-92FE-36F0F628C02A}.Release|Any CPU.Build.0 = Release|Any CPU
{6713AF6E-7DA2-48ED-9A00-B5DAC50E197E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6713AF6E-7DA2-48ED-9A00-B5DAC50E197E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6713AF6E-7DA2-48ED-9A00-B5DAC50E197E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6713AF6E-7DA2-48ED-9A00-B5DAC50E197E}.Release|Any CPU.Build.0 = Release|Any CPU
{1AC486C5-F863-484C-8F56-E2BF22B5E7FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AC486C5-F863-484C-8F56-E2BF22B5E7FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AC486C5-F863-484C-8F56-E2BF22B5E7FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AC486C5-F863-484C-8F56-E2BF22B5E7FD}.Release|Any CPU.Build.0 = Release|Any CPU
{DD5E5278-513D-4D44-A696-2BF0B48484F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD5E5278-513D-4D44-A696-2BF0B48484F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD5E5278-513D-4D44-A696-2BF0B48484F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD5E5278-513D-4D44-A696-2BF0B48484F2}.Release|Any CPU.Build.0 = Release|Any CPU
{8A732A6A-3A47-4A8C-991F-B9D00C8AFA44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A732A6A-3A47-4A8C-991F-B9D00C8AFA44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A732A6A-3A47-4A8C-991F-B9D00C8AFA44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A732A6A-3A47-4A8C-991F-B9D00C8AFA44}.Release|Any CPU.Build.0 = Release|Any CPU
{4A337FF3-203D-4AFE-99C8-559BEAB658C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A337FF3-203D-4AFE-99C8-559BEAB658C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A337FF3-203D-4AFE-99C8-559BEAB658C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A337FF3-203D-4AFE-99C8-559BEAB658C6}.Release|Any CPU.Build.0 = Release|Any CPU
{15B5BF13-3462-418D-B9F3-1DE8F28DE0B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15B5BF13-3462-418D-B9F3-1DE8F28DE0B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15B5BF13-3462-418D-B9F3-1DE8F28DE0B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15B5BF13-3462-418D-B9F3-1DE8F28DE0B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4D5C0C7-A128-42EA-B93E-E1BFD719DF5B}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal