-
Notifications
You must be signed in to change notification settings - Fork 4
/
AISteroids.sln
39 lines (39 loc) · 2.19 KB
/
AISteroids.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AISteroids", "FSM\AISteroids.vcxproj", "{A85AD287-CC1B-4A13-9BA6-987E134286AE}"
ProjectSection(ProjectDependencies) = postProject
{642FD1DA-A1BA-4F56-95A6-924BA5E9A30C} = {642FD1DA-A1BA-4F56-95A6-924BA5E9A30C}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cyclone", "cyclone\cyclone.vcxproj", "{642FD1DA-A1BA-4F56-95A6-924BA5E9A30C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aicore", "aicore\aicore.vcxproj", "{BBE39697-6E7C-4C0B-946D-10EE23B80AC1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A85AD287-CC1B-4A13-9BA6-987E134286AE}.Debug|Win32.ActiveCfg = Debug|Win32
{A85AD287-CC1B-4A13-9BA6-987E134286AE}.Debug|Win32.Build.0 = Debug|Win32
{A85AD287-CC1B-4A13-9BA6-987E134286AE}.Release|Win32.ActiveCfg = Release|Win32
{A85AD287-CC1B-4A13-9BA6-987E134286AE}.Release|Win32.Build.0 = Release|Win32
{642FD1DA-A1BA-4F56-95A6-924BA5E9A30C}.Debug|Win32.ActiveCfg = Debug|Win32
{642FD1DA-A1BA-4F56-95A6-924BA5E9A30C}.Debug|Win32.Build.0 = Debug|Win32
{642FD1DA-A1BA-4F56-95A6-924BA5E9A30C}.Debug|Win32.Deploy.0 = Debug|Win32
{642FD1DA-A1BA-4F56-95A6-924BA5E9A30C}.Release|Win32.ActiveCfg = Release|Win32
{642FD1DA-A1BA-4F56-95A6-924BA5E9A30C}.Release|Win32.Build.0 = Release|Win32
{642FD1DA-A1BA-4F56-95A6-924BA5E9A30C}.Release|Win32.Deploy.0 = Release|Win32
{BBE39697-6E7C-4C0B-946D-10EE23B80AC1}.Debug|Win32.ActiveCfg = Debug|Win32
{BBE39697-6E7C-4C0B-946D-10EE23B80AC1}.Debug|Win32.Build.0 = Debug|Win32
{BBE39697-6E7C-4C0B-946D-10EE23B80AC1}.Debug|Win32.Deploy.0 = Debug|Win32
{BBE39697-6E7C-4C0B-946D-10EE23B80AC1}.Release|Win32.ActiveCfg = Release|Win32
{BBE39697-6E7C-4C0B-946D-10EE23B80AC1}.Release|Win32.Build.0 = Release|Win32
{BBE39697-6E7C-4C0B-946D-10EE23B80AC1}.Release|Win32.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal