|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
66 | 66 | <TypeScriptCompile Include="Group.ts" /> |
67 | 67 | <TypeScriptCompile Include="Loader.ts" /> |
68 | 68 | <TypeScriptCompile Include="Particle.ts" /> |
| 69 | + <TypeScriptCompile Include="geom\Circle.ts" /> |
69 | 70 | <TypeScriptCompile Include="geom\Point.ts" /> |
70 | 71 | <TypeScriptCompile Include="geom\Rectangle.ts" /> |
71 | 72 | <TypeScriptCompile Include="Sound.ts" /> |
72 | 73 | <TypeScriptCompile Include="Sprite.ts" /> |
73 | 74 | <TypeScriptCompile Include="Stage.ts" /> |
74 | 75 | <TypeScriptCompile Include="State.ts" /> |
| 76 | + <TypeScriptCompile Include="Signal.ts" /> |
| 77 | + <TypeScriptCompile Include="SignalBinding.ts" /> |
75 | 78 | <TypeScriptCompile Include="system\animation\Animation.ts" /> |
76 | 79 | <TypeScriptCompile Include="system\animation\AnimationLoader.ts" /> |
77 | 80 | <TypeScriptCompile Include="system\animation\Frame.ts" /> |
78 | 81 | <TypeScriptCompile Include="system\animation\FrameData.ts" /> |
79 | 82 | <TypeScriptCompile Include="system\Camera.ts" /> |
| 83 | + <TypeScriptCompile Include="system\Device.ts" /> |
| 84 | + <TypeScriptCompile Include="system\input\Finger.ts" /> |
80 | 85 | <TypeScriptCompile Include="system\input\Input.ts" /> |
81 | 86 | <TypeScriptCompile Include="system\input\Keyboard.ts" /> |
82 | 87 | <TypeScriptCompile Include="system\input\Mouse.ts" /> |
| 88 | + <TypeScriptCompile Include="system\input\Touch.ts" /> |
83 | 89 | <TypeScriptCompile Include="system\LinkedList.ts" /> |
84 | 90 | <TypeScriptCompile Include="system\QuadTree.ts" /> |
| 91 | + <TypeScriptCompile Include="system\RandomDataGenerator.ts" /> |
85 | 92 | <TypeScriptCompile Include="system\RequestAnimationFrame.ts" /> |
| 93 | + <TypeScriptCompile Include="system\StageScaleMode.ts" /> |
86 | 94 | <TypeScriptCompile Include="system\Tile.ts" /> |
87 | 95 | <TypeScriptCompile Include="system\TilemapBuffer.ts" /> |
88 | 96 | <TypeScriptCompile Include="Tilemap.ts" /> |
89 | 97 | <TypeScriptCompile Include="Time.ts" /> |
90 | 98 | <TypeScriptCompile Include="World.ts" /> |
91 | 99 | </ItemGroup> |
92 | | - <ItemGroup> |
93 | | - <Content Include="geom\Circle.ts" /> |
94 | | - <Content Include="Signal.ts" /> |
95 | | - <Content Include="SignalBinding.ts" /> |
96 | | - <Content Include="system\Device.ts" /> |
97 | | - <Content Include="system\FullScreen.js"> |
98 | | - <DependentUpon>FullScreen.ts</DependentUpon> |
99 | | - </Content> |
100 | | - <TypeScriptCompile Include="system\FullScreen.ts" /> |
101 | | - <Content Include="system\input\Finger.ts" /> |
102 | | - <Content Include="system\input\Touch.ts" /> |
103 | | - <Content Include="system\RandomDataGenerator.ts" /> |
104 | | - </ItemGroup> |
105 | 100 | <Import Project="$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets" /> |
106 | 101 | <PropertyGroup> |
107 | 102 | <PostBuildEvent>cd $(ProjectDir) |
|
0 commit comments