-
Notifications
You must be signed in to change notification settings - Fork 15
/
OpenC1.sln
55 lines (55 loc) · 3.27 KB
/
OpenC1.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "1amEngine", "Engine\1amEngine.csproj", "{32825548-A7A9-4D8E-A3AC-5DDA50EDB14B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenC1", "OpenC1\OpenC1.csproj", "{31C0A532-654F-42FE-B871-9A497528A9D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Debug|Xbox 360 = Debug|Xbox 360
DebugWindows|x86 = DebugWindows|x86
DebugWindows|Xbox 360 = DebugWindows|Xbox 360
Release|x86 = Release|x86
Release|Xbox 360 = Release|Xbox 360
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32825548-A7A9-4D8E-A3AC-5DDA50EDB14B}.Debug|x86.ActiveCfg = Debug|x86
{32825548-A7A9-4D8E-A3AC-5DDA50EDB14B}.Debug|x86.Build.0 = Debug|x86
{32825548-A7A9-4D8E-A3AC-5DDA50EDB14B}.Debug|Xbox 360.ActiveCfg = Debug|x86
{32825548-A7A9-4D8E-A3AC-5DDA50EDB14B}.DebugWindows|x86.ActiveCfg = Debug|x86
{32825548-A7A9-4D8E-A3AC-5DDA50EDB14B}.DebugWindows|x86.Build.0 = Debug|x86
{32825548-A7A9-4D8E-A3AC-5DDA50EDB14B}.DebugWindows|Xbox 360.ActiveCfg = Debug|x86
{32825548-A7A9-4D8E-A3AC-5DDA50EDB14B}.Release|x86.ActiveCfg = Release|x86
{32825548-A7A9-4D8E-A3AC-5DDA50EDB14B}.Release|x86.Build.0 = Release|x86
{32825548-A7A9-4D8E-A3AC-5DDA50EDB14B}.Release|Xbox 360.ActiveCfg = Release|x86
{31C0A532-654F-42FE-B871-9A497528A9D3}.Debug|x86.ActiveCfg = Debug|x86
{31C0A532-654F-42FE-B871-9A497528A9D3}.Debug|x86.Build.0 = Debug|x86
{31C0A532-654F-42FE-B871-9A497528A9D3}.Debug|Xbox 360.ActiveCfg = Debug|x86
{31C0A532-654F-42FE-B871-9A497528A9D3}.DebugWindows|x86.ActiveCfg = Debug|x86
{31C0A532-654F-42FE-B871-9A497528A9D3}.DebugWindows|x86.Build.0 = Debug|x86
{31C0A532-654F-42FE-B871-9A497528A9D3}.DebugWindows|Xbox 360.ActiveCfg = Debug|x86
{31C0A532-654F-42FE-B871-9A497528A9D3}.Release|x86.ActiveCfg = Release|x86
{31C0A532-654F-42FE-B871-9A497528A9D3}.Release|x86.Build.0 = Release|x86
{31C0A532-654F-42FE-B871-9A497528A9D3}.Release|Xbox 360.ActiveCfg = Release|x86
{C0F00F41-8C7A-4D78-B313-C59E13FD8417}.Debug|x86.ActiveCfg = Debug|x86
{C0F00F41-8C7A-4D78-B313-C59E13FD8417}.Debug|Xbox 360.ActiveCfg = Debug|x86
{C0F00F41-8C7A-4D78-B313-C59E13FD8417}.DebugWindows|x86.ActiveCfg = Debug|x86
{C0F00F41-8C7A-4D78-B313-C59E13FD8417}.DebugWindows|Xbox 360.ActiveCfg = Debug|x86
{C0F00F41-8C7A-4D78-B313-C59E13FD8417}.Release|x86.ActiveCfg = Release|x86
{C0F00F41-8C7A-4D78-B313-C59E13FD8417}.Release|Xbox 360.ActiveCfg = Release|x86
{5A2054E6-28B7-4F4D-9B16-EC5A36EEB5DD}.Debug|x86.ActiveCfg = Debug|x86
{5A2054E6-28B7-4F4D-9B16-EC5A36EEB5DD}.Debug|Xbox 360.ActiveCfg = Debug|x86
{5A2054E6-28B7-4F4D-9B16-EC5A36EEB5DD}.DebugWindows|x86.ActiveCfg = Debug|x86
{5A2054E6-28B7-4F4D-9B16-EC5A36EEB5DD}.DebugWindows|Xbox 360.ActiveCfg = Debug|x86
{5A2054E6-28B7-4F4D-9B16-EC5A36EEB5DD}.Release|x86.ActiveCfg = Release|x86
{5A2054E6-28B7-4F4D-9B16-EC5A36EEB5DD}.Release|Xbox 360.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal