root/TinyEngine.sln
| 1 | 2 | ||
|---|---|---|---|
1 | | 1 | |
2 | Microsoft Visual Studio Solution File, Format Version 10.00 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 |
3 | # Visual Studio 2008 | 3 | # Visual Studio 2008 |
4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyEngineGame", "TinyEngine\TinyEngineGame.csproj", "{F460DDF7-CA3D-46C7-AC83-58C550054C40}" | 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyEngine[Windows]", "src\Engine\TinyEngine[Windows].csproj", "{858099C4-8F38-496C-A70C-7D95C886478E}" |
5 | EndProject | 5 | EndProject |
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyEngineGame[ZUNE]", "TinyEngine\TinyEngineGame[ZUNE].csproj", "{90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}" | 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyEngine[Zune]", "src\Engine\TinyEngine[Zune].csproj", "{E3BF0D60-AA41-4ACF-82FD-4DE02053FF08}" |
7 | EndProject | 7 | EndProject |
8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyEngine[XBox360]", "src\Engine\TinyEngine[XBox360].csproj",
"{686DCD12-A206-4553-B0B8-F072B34ED693}" | ||
9 | EndProject | ||
10 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Engine", "Engine", "{FF737401-A4C0-4185-BAF5-9E7A93AC3C52}" | ||
11 | EndProject | ||
12 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{F9EBB4AE-63FC-4CEC-9EB5-E00093E8A153}" | ||
13 | EndProject | ||
14 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EmptyGame", "EmptyGame", "{7A2D28D6-3B21-490C-AF27-037565CCAA79}" | ||
15 | EndProject | ||
16 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyEngineGame[Windows]",
"src\Samples\EmptyGame\TinyEngineGame[Windows].csproj", "{F460DDF7-CA3D-46C7-AC83-58C550054C40}" | ||
17 | EndProject | ||
18 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyEngineGame[XBox360]",
"src\Samples\EmptyGame\TinyEngineGame[XBox360].csproj", "{3D8DC485-438B-491F-ABEB-7F5E6343DC3F}" | ||
19 | EndProject | ||
20 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyEngineGame[ZUNE]", "src\Samples\EmptyGame\TinyEngineGame[ZUNE].csproj",
"{90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}" | ||
21 | EndProject | ||
8 | Global | 22 | Global |
9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | 23 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
10 | Debug|Mixed Platforms = Debug|Mixed Platforms | 24 | Debug|Mixed Platforms = Debug|Mixed Platforms |
11 | Debug|x86 = Debug|x86 | 25 | Debug|x86 = Debug|x86 |
26 | Debug|Xbox 360 = Debug|Xbox 360 | ||
12 | Debug|Zune = Debug|Zune | 27 | Debug|Zune = Debug|Zune |
13 | Release|Mixed Platforms = Release|Mixed Platforms | 28 | Release|Mixed Platforms = Release|Mixed Platforms |
14 | Release|x86 = Release|x86 | 29 | Release|x86 = Release|x86 |
30 | Release|Xbox 360 = Release|Xbox 360 | ||
15 | Release|Zune = Release|Zune | 31 | Release|Zune = Release|Zune |
16 | EndGlobalSection | 32 | EndGlobalSection |
17 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | 33 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
34 | {858099C4-8F38-496C-A70C-7D95C886478E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 | ||
35 | {858099C4-8F38-496C-A70C-7D95C886478E}.Debug|Mixed Platforms.Build.0 = Debug|x86 | ||
36 | {858099C4-8F38-496C-A70C-7D95C886478E}.Debug|x86.ActiveCfg = Debug|x86 | ||
37 | {858099C4-8F38-496C-A70C-7D95C886478E}.Debug|x86.Build.0 = Debug|x86 | ||
38 | {858099C4-8F38-496C-A70C-7D95C886478E}.Debug|Xbox 360.ActiveCfg = Debug|x86 | ||
39 | {858099C4-8F38-496C-A70C-7D95C886478E}.Debug|Zune.ActiveCfg = Debug|x86 | ||
40 | {858099C4-8F38-496C-A70C-7D95C886478E}.Release|Mixed Platforms.ActiveCfg = Release|x86 | ||
41 | {858099C4-8F38-496C-A70C-7D95C886478E}.Release|Mixed Platforms.Build.0 = Release|x86 | ||
42 | {858099C4-8F38-496C-A70C-7D95C886478E}.Release|x86.ActiveCfg = Release|x86 | ||
43 | {858099C4-8F38-496C-A70C-7D95C886478E}.Release|x86.Build.0 = Release|x86 | ||
44 | {858099C4-8F38-496C-A70C-7D95C886478E}.Release|Xbox 360.ActiveCfg = Release|x86 | ||
45 | {858099C4-8F38-496C-A70C-7D95C886478E}.Release|Zune.ActiveCfg = Release|x86 | ||
46 | {B2587386-3E24-4130-941B-0A7DD3515687}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 | ||
47 | {B2587386-3E24-4130-941B-0A7DD3515687}.Debug|x86.ActiveCfg = Debug|x86 | ||
48 | {B2587386-3E24-4130-941B-0A7DD3515687}.Debug|Xbox 360.ActiveCfg = Debug|x86 | ||
49 | {B2587386-3E24-4130-941B-0A7DD3515687}.Debug|Zune.ActiveCfg = Debug|x86 | ||
50 | {B2587386-3E24-4130-941B-0A7DD3515687}.Release|Mixed Platforms.ActiveCfg = Release|x86 | ||
51 | {B2587386-3E24-4130-941B-0A7DD3515687}.Release|x86.ActiveCfg = Release|x86 | ||
52 | {B2587386-3E24-4130-941B-0A7DD3515687}.Release|Xbox 360.ActiveCfg = Release|x86 | ||
53 | {B2587386-3E24-4130-941B-0A7DD3515687}.Release|Zune.ActiveCfg = Release|x86 | ||
54 | {E3BF0D60-AA41-4ACF-82FD-4DE02053FF08}.Debug|Mixed Platforms.ActiveCfg = Debug|Zune | ||
55 | {E3BF0D60-AA41-4ACF-82FD-4DE02053FF08}.Debug|Mixed Platforms.Build.0 = Debug|Zune | ||
56 | {E3BF0D60-AA41-4ACF-82FD-4DE02053FF08}.Debug|x86.ActiveCfg = Debug|Zune | ||
57 | {E3BF0D60-AA41-4ACF-82FD-4DE02053FF08}.Debug|Xbox 360.ActiveCfg = Debug|Zune | ||
58 | {E3BF0D60-AA41-4ACF-82FD-4DE02053FF08}.Debug|Zune.ActiveCfg = Debug|Zune | ||
59 | {E3BF0D60-AA41-4ACF-82FD-4DE02053FF08}.Debug|Zune.Build.0 = Debug|Zune | ||
60 | {E3BF0D60-AA41-4ACF-82FD-4DE02053FF08}.Release|Mixed Platforms.ActiveCfg = Release|Zune | ||
61 | {E3BF0D60-AA41-4ACF-82FD-4DE02053FF08}.Release|Mixed Platforms.Build.0 = Release|Zune | ||
62 | {E3BF0D60-AA41-4ACF-82FD-4DE02053FF08}.Release|x86.ActiveCfg = Release|Zune | ||
63 | {E3BF0D60-AA41-4ACF-82FD-4DE02053FF08}.Release|Xbox 360.ActiveCfg = Release|Zune | ||
64 | {E3BF0D60-AA41-4ACF-82FD-4DE02053FF08}.Release|Zune.ActiveCfg = Release|Zune | ||
65 | {E3BF0D60-AA41-4ACF-82FD-4DE02053FF08}.Release|Zune.Build.0 = Release|Zune | ||
66 | {686DCD12-A206-4553-B0B8-F072B34ED693}.Debug|Mixed Platforms.ActiveCfg = Debug|Xbox 360 | ||
67 | {686DCD12-A206-4553-B0B8-F072B34ED693}.Debug|Mixed Platforms.Build.0 = Debug|Xbox 360 | ||
68 | {686DCD12-A206-4553-B0B8-F072B34ED693}.Debug|x86.ActiveCfg = Debug|Xbox 360 | ||
69 | {686DCD12-A206-4553-B0B8-F072B34ED693}.Debug|Xbox 360.ActiveCfg = Debug|Xbox 360 | ||
70 | {686DCD12-A206-4553-B0B8-F072B34ED693}.Debug|Xbox 360.Build.0 = Debug|Xbox 360 | ||
71 | {686DCD12-A206-4553-B0B8-F072B34ED693}.Debug|Zune.ActiveCfg = Debug|Xbox 360 | ||
72 | {686DCD12-A206-4553-B0B8-F072B34ED693}.Release|Mixed Platforms.ActiveCfg = Release|Xbox 360 | ||
73 | {686DCD12-A206-4553-B0B8-F072B34ED693}.Release|Mixed Platforms.Build.0 = Release|Xbox 360 | ||
74 | {686DCD12-A206-4553-B0B8-F072B34ED693}.Release|x86.ActiveCfg = Release|Xbox 360 | ||
75 | {686DCD12-A206-4553-B0B8-F072B34ED693}.Release|Xbox 360.ActiveCfg = Release|Xbox 360 | ||
76 | {686DCD12-A206-4553-B0B8-F072B34ED693}.Release|Xbox 360.Build.0 = Release|Xbox 360 | ||
77 | {686DCD12-A206-4553-B0B8-F072B34ED693}.Release|Zune.ActiveCfg = Release|Xbox 360 | ||
18 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 | 78 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 |
19 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Debug|Mixed Platforms.Build.0 = Debug|x86 | 79 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Debug|Mixed Platforms.Build.0 = Debug|x86 |
20 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Debug|x86.ActiveCfg = Debug|x86 | 80 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Debug|x86.ActiveCfg = Debug|x86 |
21 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Debug|x86.Build.0 = Debug|x86 | 81 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Debug|x86.Build.0 = Debug|x86 |
82 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Debug|Xbox 360.ActiveCfg = Debug|x86 | ||
22 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Debug|Zune.ActiveCfg = Debug|x86 | 83 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Debug|Zune.ActiveCfg = Debug|x86 |
23 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Release|Mixed Platforms.ActiveCfg = Release|x86 | 84 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Release|Mixed Platforms.ActiveCfg = Release|x86 |
24 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Release|Mixed Platforms.Build.0 = Release|x86 | 85 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Release|Mixed Platforms.Build.0 = Release|x86 |
25 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Release|x86.ActiveCfg = Release|x86 | 86 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Release|x86.ActiveCfg = Release|x86 |
26 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Release|x86.Build.0 = Release|x86 | 87 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Release|x86.Build.0 = Release|x86 |
88 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Release|Xbox 360.ActiveCfg = Release|x86 | ||
27 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Release|Zune.ActiveCfg = Release|x86 | 89 | {F460DDF7-CA3D-46C7-AC83-58C550054C40}.Release|Zune.ActiveCfg = Release|x86 |
28 | {10DF49B5-D4A0-4989-AE2E-9D08477EA4E6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 | 90 | {10DF49B5-D4A0-4989-AE2E-9D08477EA4E6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 |
29 | {10DF49B5-D4A0-4989-AE2E-9D08477EA4E6}.Debug|x86.ActiveCfg = Debug|x86 | 91 | {10DF49B5-D4A0-4989-AE2E-9D08477EA4E6}.Debug|x86.ActiveCfg = Debug|x86 |
92 | {10DF49B5-D4A0-4989-AE2E-9D08477EA4E6}.Debug|Xbox 360.ActiveCfg = Debug|x86 | ||
30 | {10DF49B5-D4A0-4989-AE2E-9D08477EA4E6}.Debug|Zune.ActiveCfg = Debug|x86 | 93 | {10DF49B5-D4A0-4989-AE2E-9D08477EA4E6}.Debug|Zune.ActiveCfg = Debug|x86 |
31 | {10DF49B5-D4A0-4989-AE2E-9D08477EA4E6}.Release|Mixed Platforms.ActiveCfg = Release|x86 | 94 | {10DF49B5-D4A0-4989-AE2E-9D08477EA4E6}.Release|Mixed Platforms.ActiveCfg = Release|x86 |
32 | {10DF49B5-D4A0-4989-AE2E-9D08477EA4E6}.Release|x86.ActiveCfg = Release|x86 | 95 | {10DF49B5-D4A0-4989-AE2E-9D08477EA4E6}.Release|x86.ActiveCfg = Release|x86 |
96 | {10DF49B5-D4A0-4989-AE2E-9D08477EA4E6}.Release|Xbox 360.ActiveCfg = Release|x86 | ||
33 | {10DF49B5-D4A0-4989-AE2E-9D08477EA4E6}.Release|Zune.ActiveCfg = Release|x86 | 97 | {10DF49B5-D4A0-4989-AE2E-9D08477EA4E6}.Release|Zune.ActiveCfg = Release|x86 |
98 | {3D8DC485-438B-491F-ABEB-7F5E6343DC3F}.Debug|Mixed Platforms.ActiveCfg = Debug|Xbox 360 | ||
99 | {3D8DC485-438B-491F-ABEB-7F5E6343DC3F}.Debug|Mixed Platforms.Build.0 = Debug|Xbox 360 | ||
100 | {3D8DC485-438B-491F-ABEB-7F5E6343DC3F}.Debug|Mixed Platforms.Deploy.0 = Debug|Xbox 360 | ||
101 | {3D8DC485-438B-491F-ABEB-7F5E6343DC3F}.Debug|x86.ActiveCfg = Debug|Xbox 360 | ||
102 | {3D8DC485-438B-491F-ABEB-7F5E6343DC3F}.Debug|Xbox 360.ActiveCfg = Debug|Xbox 360 | ||
103 | {3D8DC485-438B-491F-ABEB-7F5E6343DC3F}.Debug|Xbox 360.Build.0 = Debug|Xbox 360 | ||
104 | {3D8DC485-438B-491F-ABEB-7F5E6343DC3F}.Debug|Xbox 360.Deploy.0 = Debug|Xbox 360 | ||
105 | {3D8DC485-438B-491F-ABEB-7F5E6343DC3F}.Debug|Zune.ActiveCfg = Debug|Xbox 360 | ||
106 | {3D8DC485-438B-491F-ABEB-7F5E6343DC3F}.Release|Mixed Platforms.ActiveCfg = Release|Xbox 360 | ||
107 | {3D8DC485-438B-491F-ABEB-7F5E6343DC3F}.Release|Mixed Platforms.Build.0 = Release|Xbox 360 | ||
108 | {3D8DC485-438B-491F-ABEB-7F5E6343DC3F}.Release|Mixed Platforms.Deploy.0 = Release|Xbox 360 | ||
109 | {3D8DC485-438B-491F-ABEB-7F5E6343DC3F}.Release|x86.ActiveCfg = Release|Xbox 360 | ||
110 | {3D8DC485-438B-491F-ABEB-7F5E6343DC3F}.Release|Xbox 360.ActiveCfg = Release|Xbox 360 | ||
111 | {3D8DC485-438B-491F-ABEB-7F5E6343DC3F}.Release|Xbox 360.Build.0 = Release|Xbox 360 | ||
112 | {3D8DC485-438B-491F-ABEB-7F5E6343DC3F}.Release|Xbox 360.Deploy.0 = Release|Xbox 360 | ||
113 | {3D8DC485-438B-491F-ABEB-7F5E6343DC3F}.Release|Zune.ActiveCfg = Release|Xbox 360 | ||
34 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Debug|Mixed Platforms.ActiveCfg = Debug|Zune | 114 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Debug|Mixed Platforms.ActiveCfg = Debug|Zune |
35 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Debug|Mixed Platforms.Build.0 = Debug|Zune | 115 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Debug|Mixed Platforms.Build.0 = Debug|Zune |
36 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Debug|Mixed Platforms.Deploy.0 = Debug|Zune | 116 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Debug|Mixed Platforms.Deploy.0 = Debug|Zune |
37 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Debug|x86.ActiveCfg = Debug|Zune | 117 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Debug|x86.ActiveCfg = Debug|Zune |
118 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Debug|Xbox 360.ActiveCfg = Debug|Zune | ||
38 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Debug|Zune.ActiveCfg = Debug|Zune | 119 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Debug|Zune.ActiveCfg = Debug|Zune |
39 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Debug|Zune.Build.0 = Debug|Zune | 120 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Debug|Zune.Build.0 = Debug|Zune |
40 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Debug|Zune.Deploy.0 = Debug|Zune | 121 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Debug|Zune.Deploy.0 = Debug|Zune |
... | ... | ||
42 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Release|Mixed Platforms.Build.0 = Release|Zune | 123 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Release|Mixed Platforms.Build.0 = Release|Zune |
43 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Release|Mixed Platforms.Deploy.0 = Release|Zune | 124 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Release|Mixed Platforms.Deploy.0 = Release|Zune |
44 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Release|x86.ActiveCfg = Release|Zune | 125 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Release|x86.ActiveCfg = Release|Zune |
126 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Release|Xbox 360.ActiveCfg = Release|Zune | ||
45 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Release|Zune.ActiveCfg = Release|Zune | 127 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Release|Zune.ActiveCfg = Release|Zune |
46 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Release|Zune.Build.0 = Release|Zune | 128 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Release|Zune.Build.0 = Release|Zune |
47 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Release|Zune.Deploy.0 = Release|Zune | 129 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C}.Release|Zune.Deploy.0 = Release|Zune |
... | ... | ||
49 | GlobalSection(SolutionProperties) = preSolution | 131 | GlobalSection(SolutionProperties) = preSolution |
50 | HideSolutionNode = FALSE | 132 | HideSolutionNode = FALSE |
51 | EndGlobalSection | 133 | EndGlobalSection |
134 | GlobalSection(NestedProjects) = preSolution | ||
135 | {858099C4-8F38-496C-A70C-7D95C886478E} = {FF737401-A4C0-4185-BAF5-9E7A93AC3C52} | ||
136 | {E3BF0D60-AA41-4ACF-82FD-4DE02053FF08} = {FF737401-A4C0-4185-BAF5-9E7A93AC3C52} | ||
137 | {686DCD12-A206-4553-B0B8-F072B34ED693} = {FF737401-A4C0-4185-BAF5-9E7A93AC3C52} | ||
138 | {7A2D28D6-3B21-490C-AF27-037565CCAA79} = {F9EBB4AE-63FC-4CEC-9EB5-E00093E8A153} | ||
139 | {F460DDF7-CA3D-46C7-AC83-58C550054C40} = {7A2D28D6-3B21-490C-AF27-037565CCAA79} | ||
140 | {3D8DC485-438B-491F-ABEB-7F5E6343DC3F} = {7A2D28D6-3B21-490C-AF27-037565CCAA79} | ||
141 | {90FB4E46-1B9B-4DF5-86EF-9F93BBFF2C8C} = {7A2D28D6-3B21-490C-AF27-037565CCAA79} | ||
142 | EndGlobalSection | ||
52 | EndGlobal | 143 | EndGlobal |
Download diff