-
Notifications
You must be signed in to change notification settings - Fork 0
/
NeedleManProject.sln
29 lines (29 loc) · 1.63 KB
/
NeedleManProject.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AstarPathfindingProject", "AstarPathfindingProject.csproj", "{ddf7ba76-aba7-524f-4849-e6aa67d6fb41}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{acb371e5-5036-8fcd-3b38-434d2179726c}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AstarPathfindingProjectEditor", "AstarPathfindingProjectEditor.csproj", "{5d72b2d2-480c-832f-2716-74a7dae759ae}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackageToolsEditor", "PackageToolsEditor.csproj", "{6b8213f7-1e92-66a6-d6cc-4b7e5e571184}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ddf7ba76-aba7-524f-4849-e6aa67d6fb41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ddf7ba76-aba7-524f-4849-e6aa67d6fb41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{acb371e5-5036-8fcd-3b38-434d2179726c}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{acb371e5-5036-8fcd-3b38-434d2179726c}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5d72b2d2-480c-832f-2716-74a7dae759ae}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5d72b2d2-480c-832f-2716-74a7dae759ae}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6b8213f7-1e92-66a6-d6cc-4b7e5e571184}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6b8213f7-1e92-66a6-d6cc-4b7e5e571184}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal