-
Notifications
You must be signed in to change notification settings - Fork 1
/
PathFinder.sln
31 lines (31 loc) · 1.56 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PathFinderGUI", "PathFinder\PathFinderGUI.csproj", "{BCC7283D-843B-4186-B416-DA599246EAAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pathfinding", "Pathfinding\Pathfinding.csproj", "{C1CC818E-8783-417A-A0B6-876A0095A062}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BCC7283D-843B-4186-B416-DA599246EAAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCC7283D-843B-4186-B416-DA599246EAAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCC7283D-843B-4186-B416-DA599246EAAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCC7283D-843B-4186-B416-DA599246EAAF}.Release|Any CPU.Build.0 = Release|Any CPU
{C1CC818E-8783-417A-A0B6-876A0095A062}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1CC818E-8783-417A-A0B6-876A0095A062}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1CC818E-8783-417A-A0B6-876A0095A062}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1CC818E-8783-417A-A0B6-876A0095A062}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B874A3AF-474F-4342-BE49-E5F76023E878}
EndGlobalSection
EndGlobal