|
74 | 74 | <Content Include="components\sprite\Input.js"> |
75 | 75 | <DependentUpon>Input.ts</DependentUpon> |
76 | 76 | </Content> |
| 77 | + <TypeScriptCompile Include="components\Texture.ts" /> |
| 78 | + <Content Include="components\Texture.js"> |
| 79 | + <DependentUpon>Texture.ts</DependentUpon> |
| 80 | + </Content> |
77 | 81 | <Content Include="components\Tile.ts" /> |
78 | 82 | <Content Include="components\TilemapLayer.ts" /> |
| 83 | + <TypeScriptCompile Include="components\Transform.ts" /> |
| 84 | + <Content Include="components\Transform.js"> |
| 85 | + <DependentUpon>Transform.ts</DependentUpon> |
| 86 | + </Content> |
79 | 87 | <Content Include="Game.js"> |
80 | 88 | <DependentUpon>Game.ts</DependentUpon> |
81 | 89 | </Content> |
82 | | - <TypeScriptCompile Include="core\Rectangle.ts" /> |
83 | | - <TypeScriptCompile Include="core\Point.ts" /> |
84 | | - <TypeScriptCompile Include="components\sprite\Texture.ts" /> |
85 | 90 | <TypeScriptCompile Include="components\camera\CameraFX.ts" /> |
86 | 91 | <Content Include="components\camera\CameraFX.js"> |
87 | 92 | <DependentUpon>CameraFX.ts</DependentUpon> |
88 | 93 | </Content> |
89 | 94 | <TypeScriptCompile Include="components\ScrollRegion.ts" /> |
90 | | - <Content Include="components\sprite\Texture.js"> |
91 | | - <DependentUpon>Texture.ts</DependentUpon> |
92 | | - </Content> |
93 | | - <Content Include="core\Point.js"> |
94 | | - <DependentUpon>Point.ts</DependentUpon> |
95 | | - </Content> |
96 | | - <TypeScriptCompile Include="core\Polygon.ts" /> |
97 | | - <Content Include="core\Polygon.js"> |
98 | | - <DependentUpon>Polygon.ts</DependentUpon> |
99 | | - </Content> |
100 | | - <Content Include="core\Rectangle.js"> |
101 | | - <DependentUpon>Rectangle.ts</DependentUpon> |
102 | | - </Content> |
103 | | - <TypeScriptCompile Include="core\Vec2.ts" /> |
104 | | - <Content Include="core\Vec2.js"> |
105 | | - <DependentUpon>Vec2.ts</DependentUpon> |
106 | | - </Content> |
107 | 95 | <Content Include="gameobjects\DynamicTexture.js"> |
108 | 96 | <DependentUpon>DynamicTexture.ts</DependentUpon> |
109 | 97 | </Content> |
|
122 | 110 | <Content Include="gameobjects\Tilemap.js"> |
123 | 111 | <DependentUpon>Tilemap.ts</DependentUpon> |
124 | 112 | </Content> |
| 113 | + <TypeScriptCompile Include="geom\Circle.ts" /> |
| 114 | + <Content Include="geom\Circle.js"> |
| 115 | + <DependentUpon>Circle.ts</DependentUpon> |
| 116 | + </Content> |
| 117 | + <TypeScriptCompile Include="geom\Line.ts" /> |
| 118 | + <Content Include="geom\Line.js"> |
| 119 | + <DependentUpon>Line.ts</DependentUpon> |
| 120 | + </Content> |
| 121 | + <TypeScriptCompile Include="geom\Point.ts" /> |
| 122 | + <Content Include="geom\Point.js"> |
| 123 | + <DependentUpon>Point.ts</DependentUpon> |
| 124 | + </Content> |
| 125 | + <TypeScriptCompile Include="geom\Rectangle.ts" /> |
| 126 | + <Content Include="geom\Rectangle.js"> |
| 127 | + <DependentUpon>Rectangle.ts</DependentUpon> |
| 128 | + </Content> |
125 | 129 | <Content Include="math\GameMath.js"> |
126 | 130 | <DependentUpon>GameMath.ts</DependentUpon> |
127 | 131 | </Content> |
|
140 | 144 | <TypeScriptCompile Include="physics\PhysicsManager.ts" /> |
141 | 145 | <TypeScriptCompile Include="physics\Body.ts" /> |
142 | 146 | <TypeScriptCompile Include="math\QuadTree.ts" /> |
| 147 | + <TypeScriptCompile Include="math\Mat3.ts" /> |
| 148 | + <Content Include="math\Mat3.js"> |
| 149 | + <DependentUpon>Mat3.ts</DependentUpon> |
| 150 | + </Content> |
| 151 | + <TypeScriptCompile Include="math\Mat3Utils.ts" /> |
| 152 | + <Content Include="math\Mat3Utils.js"> |
| 153 | + <DependentUpon>Mat3Utils.ts</DependentUpon> |
| 154 | + </Content> |
143 | 155 | <Content Include="math\QuadTree.js"> |
144 | 156 | <DependentUpon>QuadTree.ts</DependentUpon> |
145 | 157 | </Content> |
|
148 | 160 | <DependentUpon>LinkedList.ts</DependentUpon> |
149 | 161 | </Content> |
150 | 162 | <TypeScriptCompile Include="Motion.ts" /> |
| 163 | + <TypeScriptCompile Include="math\Vec2.ts" /> |
| 164 | + <Content Include="math\Vec2.js"> |
| 165 | + <DependentUpon>Vec2.ts</DependentUpon> |
| 166 | + </Content> |
151 | 167 | <Content Include="Motion.js"> |
152 | 168 | <DependentUpon>Motion.ts</DependentUpon> |
153 | 169 | </Content> |
|
196 | 212 | <Content Include="utils\RectangleUtils.js"> |
197 | 213 | <DependentUpon>RectangleUtils.ts</DependentUpon> |
198 | 214 | </Content> |
199 | | - <Content Include="core\Circle.js"> |
200 | | - <DependentUpon>Circle.ts</DependentUpon> |
201 | | - </Content> |
202 | 215 | <Content Include="math\IntersectResult.js"> |
203 | 216 | <DependentUpon>IntersectResult.ts</DependentUpon> |
204 | 217 | </Content> |
205 | | - <Content Include="core\Line.js"> |
206 | | - <DependentUpon>Line.ts</DependentUpon> |
207 | | - </Content> |
208 | 218 | <TypeScriptCompile Include="math\Vec2Utils.ts" /> |
209 | 219 | <Content Include="math\Vec2Utils.js"> |
210 | 220 | <DependentUpon>Vec2Utils.ts</DependentUpon> |
|
337 | 347 | <TypeScriptCompile Include="components\animation\Frame.ts" /> |
338 | 348 | <TypeScriptCompile Include="loader\AnimationLoader.ts" /> |
339 | 349 | <TypeScriptCompile Include="components\animation\Animation.ts" /> |
340 | | - <TypeScriptCompile Include="core\Line.ts" /> |
341 | 350 | <TypeScriptCompile Include="math\IntersectResult.ts" /> |
342 | | - <TypeScriptCompile Include="core\Circle.ts" /> |
343 | 351 | <Content Include="core\Group.js"> |
344 | 352 | <DependentUpon>Group.ts</DependentUpon> |
345 | 353 | </Content> |
|
0 commit comments