This repository has been archived by the owner on Oct 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAndy Crash.sln
29 lines (29 loc) · 1.63 KB
/
Andy Crash.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", "{48a656cc-65dc-ac3e-61cb-2ab42b4c48a4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{1a5efd40-aec4-98d3-98f5-70fc481d7f95}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AstarPathfindingProjectEditor", "AstarPathfindingProjectEditor.csproj", "{c52dbf5e-2d94-e3b4-780d-4fc09f95cbf6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackageToolsEditor", "PackageToolsEditor.csproj", "{8a856f6f-b6c2-c72e-d6f5-f84dabfa23f7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{48a656cc-65dc-ac3e-61cb-2ab42b4c48a4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48a656cc-65dc-ac3e-61cb-2ab42b4c48a4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1a5efd40-aec4-98d3-98f5-70fc481d7f95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1a5efd40-aec4-98d3-98f5-70fc481d7f95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{c52dbf5e-2d94-e3b4-780d-4fc09f95cbf6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{c52dbf5e-2d94-e3b4-780d-4fc09f95cbf6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8a856f6f-b6c2-c72e-d6f5-f84dabfa23f7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8a856f6f-b6c2-c72e-d6f5-f84dabfa23f7}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal