-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTriangulatedPolygonAStar.sln
40 lines (40 loc) · 2.3 KB
/
TriangulatedPolygonAStar.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Geometry", "Geometry\Geometry.csproj", "{2EBC57EF-8D80-4DF2-9EFE-FC4042CA9475}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PathFinder", "PathFinder\PathFinder.csproj", "{9BBC78EC-4F3B-407B-A51D-91CA7DD69277}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UI", "UI\UI.csproj", "{1785B63D-363C-45BB-8415-434FB560F85E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{882C3111-AE96-4E55-8F69-134B1EC4570F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2EBC57EF-8D80-4DF2-9EFE-FC4042CA9475}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EBC57EF-8D80-4DF2-9EFE-FC4042CA9475}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EBC57EF-8D80-4DF2-9EFE-FC4042CA9475}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EBC57EF-8D80-4DF2-9EFE-FC4042CA9475}.Release|Any CPU.Build.0 = Release|Any CPU
{9BBC78EC-4F3B-407B-A51D-91CA7DD69277}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BBC78EC-4F3B-407B-A51D-91CA7DD69277}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BBC78EC-4F3B-407B-A51D-91CA7DD69277}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BBC78EC-4F3B-407B-A51D-91CA7DD69277}.Release|Any CPU.Build.0 = Release|Any CPU
{1785B63D-363C-45BB-8415-434FB560F85E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1785B63D-363C-45BB-8415-434FB560F85E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1785B63D-363C-45BB-8415-434FB560F85E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1785B63D-363C-45BB-8415-434FB560F85E}.Release|Any CPU.Build.0 = Release|Any CPU
{882C3111-AE96-4E55-8F69-134B1EC4570F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{882C3111-AE96-4E55-8F69-134B1EC4570F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{882C3111-AE96-4E55-8F69-134B1EC4570F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{882C3111-AE96-4E55-8F69-134B1EC4570F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal