|
92 | 92 | <DependentUpon>Game.ts</DependentUpon> |
93 | 93 | </Content> |
94 | 94 | <TypeScriptCompile Include="gameobjects\Sprite.ts" /> |
| 95 | + <TypeScriptCompile Include="gameobjects\IGameObject.ts" /> |
| 96 | + <Content Include="gameobjects\IGameObject.js"> |
| 97 | + <DependentUpon>IGameObject.ts</DependentUpon> |
| 98 | + </Content> |
95 | 99 | <Content Include="math\GameMath.js"> |
96 | 100 | <DependentUpon>GameMath.ts</DependentUpon> |
97 | 101 | </Content> |
98 | 102 | <TypeScriptCompile Include="gameobjects\GameObjectFactory.ts" /> |
99 | 103 | <Content Include="gameobjects\GameObjectFactory.js"> |
100 | 104 | <DependentUpon>GameObjectFactory.ts</DependentUpon> |
101 | 105 | </Content> |
102 | | - <TypeScriptCompile Include="components\ScrollRegion.ts" /> |
103 | | - <Content Include="components\ScrollRegion.js"> |
104 | | - <DependentUpon>ScrollRegion.ts</DependentUpon> |
105 | | - </Content> |
106 | 106 | <Content Include="gameobjects\Sprite.js"> |
107 | 107 | <DependentUpon>Sprite.ts</DependentUpon> |
108 | 108 | </Content> |
109 | | - <TypeScriptCompile Include="geom\Polygon.ts" /> |
110 | 109 | <TypeScriptCompile Include="utils\PointUtils.ts" /> |
111 | 110 | <TypeScriptCompile Include="utils\CircleUtils.ts" /> |
112 | 111 | <TypeScriptCompile Include="renderers\CanvasRenderer.ts" /> |
|
131 | 130 | <Content Include="utils\PointUtils.js"> |
132 | 131 | <DependentUpon>PointUtils.ts</DependentUpon> |
133 | 132 | </Content> |
134 | | - <Content Include="geom\Polygon.js"> |
135 | | - <DependentUpon>Polygon.ts</DependentUpon> |
136 | | - </Content> |
137 | | - <TypeScriptCompile Include="geom\Response.ts" /> |
138 | 133 | <TypeScriptCompile Include="utils\RectangleUtils.ts" /> |
139 | 134 | <Content Include="utils\RectangleUtils.js"> |
140 | 135 | <DependentUpon>RectangleUtils.ts</DependentUpon> |
141 | 136 | </Content> |
142 | | - <Content Include="geom\Response.js"> |
143 | | - <DependentUpon>Response.ts</DependentUpon> |
144 | | - </Content> |
145 | 137 | <Content Include="core\Circle.js"> |
146 | 138 | <DependentUpon>Circle.ts</DependentUpon> |
147 | 139 | </Content> |
148 | | - <Content Include="geom\IntersectResult.js"> |
| 140 | + <Content Include="math\IntersectResult.js"> |
149 | 141 | <DependentUpon>IntersectResult.ts</DependentUpon> |
150 | 142 | </Content> |
151 | | - <Content Include="geom\Line.js"> |
| 143 | + <Content Include="core\Line.js"> |
152 | 144 | <DependentUpon>Line.ts</DependentUpon> |
153 | 145 | </Content> |
154 | 146 | <TypeScriptCompile Include="math\Vec2Utils.ts" /> |
|
216 | 208 | <Content Include="system\StageScaleMode.js"> |
217 | 209 | <DependentUpon>StageScaleMode.ts</DependentUpon> |
218 | 210 | </Content> |
219 | | - <Content Include="components\Tile.js"> |
220 | | - <DependentUpon>Tile.ts</DependentUpon> |
221 | | - </Content> |
222 | | - <TypeScriptCompile Include="components\TilemapLayer.ts" /> |
223 | | - <Content Include="components\TilemapLayer.js"> |
224 | | - <DependentUpon>TilemapLayer.ts</DependentUpon> |
225 | | - </Content> |
226 | 211 | <Content Include="tweens\Tween.js"> |
227 | 212 | <DependentUpon>Tween.ts</DependentUpon> |
228 | 213 | </Content> |
229 | 214 | <TypeScriptCompile Include="tweens\Tween.ts" /> |
230 | | - <TypeScriptCompile Include="components\Tile.ts" /> |
231 | 215 | <TypeScriptCompile Include="system\StageScaleMode.ts" /> |
232 | 216 | <TypeScriptCompile Include="system\RequestAnimationFrame.ts" /> |
233 | 217 | <TypeScriptCompile Include="math\RandomDataGenerator.ts" /> |
|
299 | 283 | <TypeScriptCompile Include="components\animation\Frame.ts" /> |
300 | 284 | <TypeScriptCompile Include="loader\AnimationLoader.ts" /> |
301 | 285 | <TypeScriptCompile Include="components\animation\Animation.ts" /> |
302 | | - <TypeScriptCompile Include="geom\Line.ts" /> |
303 | | - <TypeScriptCompile Include="geom\IntersectResult.ts" /> |
| 286 | + <TypeScriptCompile Include="core\Line.ts" /> |
| 287 | + <TypeScriptCompile Include="math\IntersectResult.ts" /> |
304 | 288 | <TypeScriptCompile Include="core\Circle.ts" /> |
305 | 289 | <Content Include="core\Group.js"> |
306 | 290 | <DependentUpon>Group.ts</DependentUpon> |
|
0 commit comments