-
Notifications
You must be signed in to change notification settings - Fork 1
/
Flocking.sln
29 lines (28 loc) · 1.47 KB
/
Flocking.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 2008
Project("{53F498F2-FFD5-C715-765F-E25CD2AA5E3A}") = "Flocking", "Assembly-CSharp-firstpass.csproj", "{EFBE4EC4-FC0A-B8C8-3DD9-C71880A9D735}"
EndProject
Project("{53F498F2-FFD5-C715-765F-E25CD2AA5E3A}") = "Flocking", "Assembly-CSharp.csproj", "{6DE723EB-66B6-6939-E630-967BBD60CF83}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EFBE4EC4-FC0A-B8C8-3DD9-C71880A9D735}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFBE4EC4-FC0A-B8C8-3DD9-C71880A9D735}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFBE4EC4-FC0A-B8C8-3DD9-C71880A9D735}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFBE4EC4-FC0A-B8C8-3DD9-C71880A9D735}.Release|Any CPU.Build.0 = Release|Any CPU
{6DE723EB-66B6-6939-E630-967BBD60CF83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DE723EB-66B6-6939-E630-967BBD60CF83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DE723EB-66B6-6939-E630-967BBD60CF83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DE723EB-66B6-6939-E630-967BBD60CF83}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal