forked from thelinuxlich/artemis_CSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
artemis.sln
112 lines (112 loc) · 8.19 KB
/
artemis.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Artemis", "Artemis_XNA_INDEPENDENT\Artemis.csproj", "{22C89AF2-E1CF-4976-91B9-7D33773DC6E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArtemisPhone7", "ArtemisXBOX_PHONE7\ArtemisPhone7.csproj", "{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArtemisXbox", "ArtemisXBOX_PHONE7\ArtemisXbox.csproj", "{E890BAD4-64C6-442F-B466-7321A0BFA1A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArtemisTest", "Artemis_XNA_INDEPENDENT\ArtemisTest\ArtemisTest.csproj", "{C745FA99-5B03-4FBD-8BB4-C5F6D03F3AA2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArtemisUnitTesting", "ArtemisUnitTesting\ArtemisUnitTesting.csproj", "{999168FB-1531-4256-AA9E-86087D498701}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Windows Phone = Debug|Windows Phone
Debug|x86 = Debug|x86
Debug|Xbox 360 = Debug|Xbox 360
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Windows Phone = Release|Windows Phone
Release|x86 = Release|x86
Release|Xbox 360 = Release|Xbox 360
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22C89AF2-E1CF-4976-91B9-7D33773DC6E7}.Debug|Any CPU.ActiveCfg = Debug|x86
{22C89AF2-E1CF-4976-91B9-7D33773DC6E7}.Debug|Any CPU.Build.0 = Debug|x86
{22C89AF2-E1CF-4976-91B9-7D33773DC6E7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{22C89AF2-E1CF-4976-91B9-7D33773DC6E7}.Debug|Mixed Platforms.Build.0 = Debug|x86
{22C89AF2-E1CF-4976-91B9-7D33773DC6E7}.Debug|Windows Phone.ActiveCfg = Debug|x86
{22C89AF2-E1CF-4976-91B9-7D33773DC6E7}.Debug|x86.ActiveCfg = Debug|x86
{22C89AF2-E1CF-4976-91B9-7D33773DC6E7}.Debug|x86.Build.0 = Debug|x86
{22C89AF2-E1CF-4976-91B9-7D33773DC6E7}.Debug|Xbox 360.ActiveCfg = Debug|x86
{22C89AF2-E1CF-4976-91B9-7D33773DC6E7}.Release|Any CPU.ActiveCfg = Release|x86
{22C89AF2-E1CF-4976-91B9-7D33773DC6E7}.Release|Any CPU.Build.0 = Release|x86
{22C89AF2-E1CF-4976-91B9-7D33773DC6E7}.Release|Mixed Platforms.ActiveCfg = Release|x86
{22C89AF2-E1CF-4976-91B9-7D33773DC6E7}.Release|Mixed Platforms.Build.0 = Release|x86
{22C89AF2-E1CF-4976-91B9-7D33773DC6E7}.Release|Windows Phone.ActiveCfg = Release|x86
{22C89AF2-E1CF-4976-91B9-7D33773DC6E7}.Release|x86.ActiveCfg = Release|x86
{22C89AF2-E1CF-4976-91B9-7D33773DC6E7}.Release|x86.Build.0 = Release|x86
{22C89AF2-E1CF-4976-91B9-7D33773DC6E7}.Release|Xbox 360.ActiveCfg = Release|x86
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Debug|Any CPU.ActiveCfg = Debug|Windows Phone
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Debug|Mixed Platforms.ActiveCfg = Debug|Windows Phone
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Debug|Mixed Platforms.Build.0 = Debug|Windows Phone
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Debug|Windows Phone.ActiveCfg = Debug|Windows Phone
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Debug|Windows Phone.Build.0 = Debug|Windows Phone
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Debug|x86.ActiveCfg = Debug|Windows Phone
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Debug|x86.Build.0 = Debug|Windows Phone
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Debug|Xbox 360.ActiveCfg = Debug|Windows Phone
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Debug|Xbox 360.Build.0 = Debug|Windows Phone
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Release|Any CPU.ActiveCfg = Release|Windows Phone
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Release|Mixed Platforms.ActiveCfg = Release|Windows Phone
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Release|Mixed Platforms.Build.0 = Release|Windows Phone
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Release|Windows Phone.ActiveCfg = Release|Windows Phone
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Release|Windows Phone.Build.0 = Release|Windows Phone
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Release|x86.ActiveCfg = Release|Windows Phone
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Release|x86.Build.0 = Release|Windows Phone
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Release|Xbox 360.ActiveCfg = Release|Windows Phone
{9FEEB631-277E-404E-B95D-49B1F4F0A2F3}.Release|Xbox 360.Build.0 = Release|Windows Phone
{E890BAD4-64C6-442F-B466-7321A0BFA1A1}.Debug|Any CPU.ActiveCfg = Debug|Xbox 360
{E890BAD4-64C6-442F-B466-7321A0BFA1A1}.Debug|Mixed Platforms.ActiveCfg = Debug|Xbox 360
{E890BAD4-64C6-442F-B466-7321A0BFA1A1}.Debug|Mixed Platforms.Build.0 = Debug|Xbox 360
{E890BAD4-64C6-442F-B466-7321A0BFA1A1}.Debug|Windows Phone.ActiveCfg = Debug|Xbox 360
{E890BAD4-64C6-442F-B466-7321A0BFA1A1}.Debug|x86.ActiveCfg = Debug|Xbox 360
{E890BAD4-64C6-442F-B466-7321A0BFA1A1}.Debug|x86.Build.0 = Debug|Xbox 360
{E890BAD4-64C6-442F-B466-7321A0BFA1A1}.Debug|Xbox 360.ActiveCfg = Debug|Xbox 360
{E890BAD4-64C6-442F-B466-7321A0BFA1A1}.Debug|Xbox 360.Build.0 = Debug|Xbox 360
{E890BAD4-64C6-442F-B466-7321A0BFA1A1}.Release|Any CPU.ActiveCfg = Release|Xbox 360
{E890BAD4-64C6-442F-B466-7321A0BFA1A1}.Release|Mixed Platforms.ActiveCfg = Release|Xbox 360
{E890BAD4-64C6-442F-B466-7321A0BFA1A1}.Release|Mixed Platforms.Build.0 = Release|Xbox 360
{E890BAD4-64C6-442F-B466-7321A0BFA1A1}.Release|Windows Phone.ActiveCfg = Release|Xbox 360
{E890BAD4-64C6-442F-B466-7321A0BFA1A1}.Release|x86.ActiveCfg = Release|Xbox 360
{E890BAD4-64C6-442F-B466-7321A0BFA1A1}.Release|x86.Build.0 = Release|Xbox 360
{E890BAD4-64C6-442F-B466-7321A0BFA1A1}.Release|Xbox 360.ActiveCfg = Release|Xbox 360
{E890BAD4-64C6-442F-B466-7321A0BFA1A1}.Release|Xbox 360.Build.0 = Release|Xbox 360
{C745FA99-5B03-4FBD-8BB4-C5F6D03F3AA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C745FA99-5B03-4FBD-8BB4-C5F6D03F3AA2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{C745FA99-5B03-4FBD-8BB4-C5F6D03F3AA2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{C745FA99-5B03-4FBD-8BB4-C5F6D03F3AA2}.Debug|Windows Phone.ActiveCfg = Debug|Any CPU
{C745FA99-5B03-4FBD-8BB4-C5F6D03F3AA2}.Debug|x86.ActiveCfg = Debug|Any CPU
{C745FA99-5B03-4FBD-8BB4-C5F6D03F3AA2}.Debug|Xbox 360.ActiveCfg = Debug|Any CPU
{C745FA99-5B03-4FBD-8BB4-C5F6D03F3AA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C745FA99-5B03-4FBD-8BB4-C5F6D03F3AA2}.Release|Any CPU.Build.0 = Release|Any CPU
{C745FA99-5B03-4FBD-8BB4-C5F6D03F3AA2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{C745FA99-5B03-4FBD-8BB4-C5F6D03F3AA2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{C745FA99-5B03-4FBD-8BB4-C5F6D03F3AA2}.Release|Windows Phone.ActiveCfg = Release|Any CPU
{C745FA99-5B03-4FBD-8BB4-C5F6D03F3AA2}.Release|x86.ActiveCfg = Release|Any CPU
{C745FA99-5B03-4FBD-8BB4-C5F6D03F3AA2}.Release|Xbox 360.ActiveCfg = Release|Any CPU
{999168FB-1531-4256-AA9E-86087D498701}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{999168FB-1531-4256-AA9E-86087D498701}.Debug|Any CPU.Build.0 = Debug|Any CPU
{999168FB-1531-4256-AA9E-86087D498701}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{999168FB-1531-4256-AA9E-86087D498701}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{999168FB-1531-4256-AA9E-86087D498701}.Debug|Windows Phone.ActiveCfg = Debug|Any CPU
{999168FB-1531-4256-AA9E-86087D498701}.Debug|x86.ActiveCfg = Debug|Any CPU
{999168FB-1531-4256-AA9E-86087D498701}.Debug|Xbox 360.ActiveCfg = Debug|Any CPU
{999168FB-1531-4256-AA9E-86087D498701}.Release|Any CPU.ActiveCfg = Release|Any CPU
{999168FB-1531-4256-AA9E-86087D498701}.Release|Any CPU.Build.0 = Release|Any CPU
{999168FB-1531-4256-AA9E-86087D498701}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{999168FB-1531-4256-AA9E-86087D498701}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{999168FB-1531-4256-AA9E-86087D498701}.Release|Windows Phone.ActiveCfg = Release|Any CPU
{999168FB-1531-4256-AA9E-86087D498701}.Release|x86.ActiveCfg = Release|Any CPU
{999168FB-1531-4256-AA9E-86087D498701}.Release|Xbox 360.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Artemis_XNA_INDEPENDENT\Artemis.csproj
EndGlobalSection
EndGlobal