-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cluck.sln
128 lines (128 loc) · 9.43 KB
/
Cluck.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cluck", "Cluck\Cluck\Cluck.csproj", "{2226F5BD-7D90-41BB-96DC-8DF10FC6621C}"
ProjectSection(ProjectDependencies) = postProject
{7DC6A5C9-09A0-4BDC-B9B3-1086D98975D4} = {7DC6A5C9-09A0-4BDC-B9B3-1086D98975D4}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CluckContent", "Cluck\CluckContent\CluckContent.contentproj", "{AA253374-6004-49CE-B1C4-FA7F556EE1DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameStateManagement (Windows)", "GameStateManagement\GameStateManagement (Windows).csproj", "{0A551D79-F37E-4529-9CA0-3FD2E9EA715E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkinnedModelPipeline", "SkinnedModelPipeline\SkinnedModelPipeline.csproj", "{E8D42DDD-BB76-4CA9-A19C-239FB2B55F21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkinnedModel", "SkinnedModel\SkinnedModel.csproj", "{7DC6A5C9-09A0-4BDC-B9B3-1086D98975D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xbox 360 Copy (2) of SkinnedModel", "SkinnedModel\Xbox 360 Copy (2) of SkinnedModel.csproj", "{9E42AF50-2326-4FEB-8534-C81F53ED8A53}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xbox 360 Copy (5) of GameStateManagement (Windows)", "GameStateManagement\Xbox 360 Copy (5) of GameStateManagement (Windows).csproj", "{EECFEF30-6FC8-4CA6-BF4D-2CE55C2C5149}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xbox 360 Copy (7) of Cluck", "Cluck\Cluck\Xbox 360 Copy (7) of Cluck.csproj", "{77E0F1F0-EDDC-4E5A-A839-A20E7C4A1BE0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Debug|Xbox 360 = Debug|Xbox 360
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
Release|Xbox 360 = Release|Xbox 360
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2226F5BD-7D90-41BB-96DC-8DF10FC6621C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{2226F5BD-7D90-41BB-96DC-8DF10FC6621C}.Debug|Mixed Platforms.Build.0 = Debug|x86
{2226F5BD-7D90-41BB-96DC-8DF10FC6621C}.Debug|x86.ActiveCfg = Debug|x86
{2226F5BD-7D90-41BB-96DC-8DF10FC6621C}.Debug|x86.Build.0 = Debug|x86
{2226F5BD-7D90-41BB-96DC-8DF10FC6621C}.Debug|Xbox 360.ActiveCfg = Debug|x86
{2226F5BD-7D90-41BB-96DC-8DF10FC6621C}.Debug|Xbox 360.Build.0 = Debug|x86
{2226F5BD-7D90-41BB-96DC-8DF10FC6621C}.Release|Mixed Platforms.ActiveCfg = Release|x86
{2226F5BD-7D90-41BB-96DC-8DF10FC6621C}.Release|Mixed Platforms.Build.0 = Release|x86
{2226F5BD-7D90-41BB-96DC-8DF10FC6621C}.Release|x86.ActiveCfg = Release|x86
{2226F5BD-7D90-41BB-96DC-8DF10FC6621C}.Release|x86.Build.0 = Release|x86
{2226F5BD-7D90-41BB-96DC-8DF10FC6621C}.Release|Xbox 360.ActiveCfg = Release|x86
{2226F5BD-7D90-41BB-96DC-8DF10FC6621C}.Release|Xbox 360.Build.0 = Release|x86
{AA253374-6004-49CE-B1C4-FA7F556EE1DC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{AA253374-6004-49CE-B1C4-FA7F556EE1DC}.Debug|x86.ActiveCfg = Debug|x86
{AA253374-6004-49CE-B1C4-FA7F556EE1DC}.Debug|Xbox 360.ActiveCfg = Debug|x86
{AA253374-6004-49CE-B1C4-FA7F556EE1DC}.Release|Mixed Platforms.ActiveCfg = Release|x86
{AA253374-6004-49CE-B1C4-FA7F556EE1DC}.Release|x86.ActiveCfg = Release|x86
{AA253374-6004-49CE-B1C4-FA7F556EE1DC}.Release|Xbox 360.ActiveCfg = Release|x86
{0A551D79-F37E-4529-9CA0-3FD2E9EA715E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{0A551D79-F37E-4529-9CA0-3FD2E9EA715E}.Debug|Mixed Platforms.Build.0 = Debug|x86
{0A551D79-F37E-4529-9CA0-3FD2E9EA715E}.Debug|x86.ActiveCfg = Debug|x86
{0A551D79-F37E-4529-9CA0-3FD2E9EA715E}.Debug|x86.Build.0 = Debug|x86
{0A551D79-F37E-4529-9CA0-3FD2E9EA715E}.Debug|Xbox 360.ActiveCfg = Debug|x86
{0A551D79-F37E-4529-9CA0-3FD2E9EA715E}.Debug|Xbox 360.Build.0 = Debug|x86
{0A551D79-F37E-4529-9CA0-3FD2E9EA715E}.Release|Mixed Platforms.ActiveCfg = Release|x86
{0A551D79-F37E-4529-9CA0-3FD2E9EA715E}.Release|Mixed Platforms.Build.0 = Release|x86
{0A551D79-F37E-4529-9CA0-3FD2E9EA715E}.Release|x86.ActiveCfg = Release|x86
{0A551D79-F37E-4529-9CA0-3FD2E9EA715E}.Release|x86.Build.0 = Release|x86
{0A551D79-F37E-4529-9CA0-3FD2E9EA715E}.Release|Xbox 360.ActiveCfg = Release|x86
{0A551D79-F37E-4529-9CA0-3FD2E9EA715E}.Release|Xbox 360.Build.0 = Release|x86
{E8D42DDD-BB76-4CA9-A19C-239FB2B55F21}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{E8D42DDD-BB76-4CA9-A19C-239FB2B55F21}.Debug|Mixed Platforms.Build.0 = Debug|x86
{E8D42DDD-BB76-4CA9-A19C-239FB2B55F21}.Debug|x86.ActiveCfg = Debug|x86
{E8D42DDD-BB76-4CA9-A19C-239FB2B55F21}.Debug|x86.Build.0 = Debug|x86
{E8D42DDD-BB76-4CA9-A19C-239FB2B55F21}.Debug|Xbox 360.ActiveCfg = Debug|x86
{E8D42DDD-BB76-4CA9-A19C-239FB2B55F21}.Debug|Xbox 360.Build.0 = Debug|x86
{E8D42DDD-BB76-4CA9-A19C-239FB2B55F21}.Release|Mixed Platforms.ActiveCfg = Release|x86
{E8D42DDD-BB76-4CA9-A19C-239FB2B55F21}.Release|Mixed Platforms.Build.0 = Release|x86
{E8D42DDD-BB76-4CA9-A19C-239FB2B55F21}.Release|x86.ActiveCfg = Release|x86
{E8D42DDD-BB76-4CA9-A19C-239FB2B55F21}.Release|x86.Build.0 = Release|x86
{E8D42DDD-BB76-4CA9-A19C-239FB2B55F21}.Release|Xbox 360.ActiveCfg = Release|x86
{E8D42DDD-BB76-4CA9-A19C-239FB2B55F21}.Release|Xbox 360.Build.0 = Release|x86
{7DC6A5C9-09A0-4BDC-B9B3-1086D98975D4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{7DC6A5C9-09A0-4BDC-B9B3-1086D98975D4}.Debug|Mixed Platforms.Build.0 = Debug|x86
{7DC6A5C9-09A0-4BDC-B9B3-1086D98975D4}.Debug|x86.ActiveCfg = Debug|x86
{7DC6A5C9-09A0-4BDC-B9B3-1086D98975D4}.Debug|x86.Build.0 = Debug|x86
{7DC6A5C9-09A0-4BDC-B9B3-1086D98975D4}.Debug|Xbox 360.ActiveCfg = Debug|x86
{7DC6A5C9-09A0-4BDC-B9B3-1086D98975D4}.Debug|Xbox 360.Build.0 = Debug|x86
{7DC6A5C9-09A0-4BDC-B9B3-1086D98975D4}.Release|Mixed Platforms.ActiveCfg = Release|x86
{7DC6A5C9-09A0-4BDC-B9B3-1086D98975D4}.Release|Mixed Platforms.Build.0 = Release|x86
{7DC6A5C9-09A0-4BDC-B9B3-1086D98975D4}.Release|x86.ActiveCfg = Release|x86
{7DC6A5C9-09A0-4BDC-B9B3-1086D98975D4}.Release|x86.Build.0 = Release|x86
{7DC6A5C9-09A0-4BDC-B9B3-1086D98975D4}.Release|Xbox 360.ActiveCfg = Release|x86
{7DC6A5C9-09A0-4BDC-B9B3-1086D98975D4}.Release|Xbox 360.Build.0 = Release|x86
{9E42AF50-2326-4FEB-8534-C81F53ED8A53}.Debug|Mixed Platforms.ActiveCfg = Debug|Xbox 360
{9E42AF50-2326-4FEB-8534-C81F53ED8A53}.Debug|Mixed Platforms.Build.0 = Debug|Xbox 360
{9E42AF50-2326-4FEB-8534-C81F53ED8A53}.Debug|x86.ActiveCfg = Debug|Xbox 360
{9E42AF50-2326-4FEB-8534-C81F53ED8A53}.Debug|Xbox 360.ActiveCfg = Debug|Xbox 360
{9E42AF50-2326-4FEB-8534-C81F53ED8A53}.Debug|Xbox 360.Build.0 = Debug|Xbox 360
{9E42AF50-2326-4FEB-8534-C81F53ED8A53}.Release|Mixed Platforms.ActiveCfg = Release|Xbox 360
{9E42AF50-2326-4FEB-8534-C81F53ED8A53}.Release|Mixed Platforms.Build.0 = Release|Xbox 360
{9E42AF50-2326-4FEB-8534-C81F53ED8A53}.Release|x86.ActiveCfg = Release|Xbox 360
{9E42AF50-2326-4FEB-8534-C81F53ED8A53}.Release|Xbox 360.ActiveCfg = Release|Xbox 360
{9E42AF50-2326-4FEB-8534-C81F53ED8A53}.Release|Xbox 360.Build.0 = Release|Xbox 360
{EECFEF30-6FC8-4CA6-BF4D-2CE55C2C5149}.Debug|Mixed Platforms.ActiveCfg = Debug|Xbox 360
{EECFEF30-6FC8-4CA6-BF4D-2CE55C2C5149}.Debug|Mixed Platforms.Build.0 = Debug|Xbox 360
{EECFEF30-6FC8-4CA6-BF4D-2CE55C2C5149}.Debug|x86.ActiveCfg = Debug|Xbox 360
{EECFEF30-6FC8-4CA6-BF4D-2CE55C2C5149}.Debug|Xbox 360.ActiveCfg = Debug|Xbox 360
{EECFEF30-6FC8-4CA6-BF4D-2CE55C2C5149}.Debug|Xbox 360.Build.0 = Debug|Xbox 360
{EECFEF30-6FC8-4CA6-BF4D-2CE55C2C5149}.Release|Mixed Platforms.ActiveCfg = Release|Xbox 360
{EECFEF30-6FC8-4CA6-BF4D-2CE55C2C5149}.Release|Mixed Platforms.Build.0 = Release|Xbox 360
{EECFEF30-6FC8-4CA6-BF4D-2CE55C2C5149}.Release|x86.ActiveCfg = Release|Xbox 360
{EECFEF30-6FC8-4CA6-BF4D-2CE55C2C5149}.Release|Xbox 360.ActiveCfg = Release|Xbox 360
{EECFEF30-6FC8-4CA6-BF4D-2CE55C2C5149}.Release|Xbox 360.Build.0 = Release|Xbox 360
{77E0F1F0-EDDC-4E5A-A839-A20E7C4A1BE0}.Debug|Mixed Platforms.ActiveCfg = Debug|Xbox 360
{77E0F1F0-EDDC-4E5A-A839-A20E7C4A1BE0}.Debug|Mixed Platforms.Build.0 = Debug|Xbox 360
{77E0F1F0-EDDC-4E5A-A839-A20E7C4A1BE0}.Debug|Mixed Platforms.Deploy.0 = Debug|Xbox 360
{77E0F1F0-EDDC-4E5A-A839-A20E7C4A1BE0}.Debug|x86.ActiveCfg = Debug|Xbox 360
{77E0F1F0-EDDC-4E5A-A839-A20E7C4A1BE0}.Debug|Xbox 360.ActiveCfg = Debug|Xbox 360
{77E0F1F0-EDDC-4E5A-A839-A20E7C4A1BE0}.Debug|Xbox 360.Build.0 = Debug|Xbox 360
{77E0F1F0-EDDC-4E5A-A839-A20E7C4A1BE0}.Debug|Xbox 360.Deploy.0 = Debug|Xbox 360
{77E0F1F0-EDDC-4E5A-A839-A20E7C4A1BE0}.Release|Mixed Platforms.ActiveCfg = Release|Xbox 360
{77E0F1F0-EDDC-4E5A-A839-A20E7C4A1BE0}.Release|Mixed Platforms.Build.0 = Release|Xbox 360
{77E0F1F0-EDDC-4E5A-A839-A20E7C4A1BE0}.Release|Mixed Platforms.Deploy.0 = Release|Xbox 360
{77E0F1F0-EDDC-4E5A-A839-A20E7C4A1BE0}.Release|x86.ActiveCfg = Release|Xbox 360
{77E0F1F0-EDDC-4E5A-A839-A20E7C4A1BE0}.Release|Xbox 360.ActiveCfg = Release|Xbox 360
{77E0F1F0-EDDC-4E5A-A839-A20E7C4A1BE0}.Release|Xbox 360.Build.0 = Release|Xbox 360
{77E0F1F0-EDDC-4E5A-A839-A20E7C4A1BE0}.Release|Xbox 360.Deploy.0 = Release|Xbox 360
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal