mirror of
https://github.com/photonstorm/phaser
synced 2024-11-13 00:17:24 +00:00
492 lines
No EOL
20 KiB
XML
492 lines
No EOL
20 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<ProjectGuid>{A90BE60F-CAEA-4747-904A-CDB097BA2459}</ProjectGuid>
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<OutputPath>bin</OutputPath>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<DebugType>full</DebugType>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<UseIISExpress>true</UseIISExpress>
|
|
<IISExpressSSLPort />
|
|
<IISExpressAnonymousAuthentication />
|
|
<IISExpressWindowsAuthentication />
|
|
<IISExpressUseClassicPipelineMode />
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<RootNamespace>Phaser</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
<WebProjectProperties>
|
|
<UseIIS>True</UseIIS>
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
<DevelopmentServerPort>0</DevelopmentServerPort>
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
<IISUrl>http://localhost:51891/</IISUrl>
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
<UseCustomServer>False</UseCustomServer>
|
|
<CustomServerUrl>
|
|
</CustomServerUrl>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
|
<TypeScriptTarget>ES5</TypeScriptTarget>
|
|
<TypeScriptIncludeComments>true</TypeScriptIncludeComments>
|
|
<TypeScriptSourceMap>false</TypeScriptSourceMap>
|
|
<TypeScriptOutFile>../build/phaser.js</TypeScriptOutFile>
|
|
<TypeScriptGeneratesDeclarations>true</TypeScriptGeneratesDeclarations>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
|
<TypeScriptTarget>ES5</TypeScriptTarget>
|
|
<TypeScriptIncludeComments>false</TypeScriptIncludeComments>
|
|
<TypeScriptSourceMap>false</TypeScriptSourceMap>
|
|
<TypeScriptOutFile>../build/phaser.js</TypeScriptOutFile>
|
|
<TypeScriptGeneratesDeclarations>true</TypeScriptGeneratesDeclarations>
|
|
</PropertyGroup>
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<Content Include="components\animation\AnimationManager.js">
|
|
<DependentUpon>AnimationManager.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="Game.ts" />
|
|
<TypeScriptCompile Include="components\sprite\Events.ts" />
|
|
<TypeScriptCompile Include="components\sprite\Debug.ts" />
|
|
<TypeScriptCompile Include="components\CSS3Filters.ts" />
|
|
<Content Include="components\CSS3Filters.js">
|
|
<DependentUpon>CSS3Filters.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="components\sprite\Debug.js">
|
|
<DependentUpon>Debug.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="components\sprite\Events.js">
|
|
<DependentUpon>Events.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="components\sprite\Input.ts" />
|
|
<Content Include="components\sprite\Input.js">
|
|
<DependentUpon>Input.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="components\Texture.ts" />
|
|
<Content Include="components\Texture.js">
|
|
<DependentUpon>Texture.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="components\Tile.ts" />
|
|
<Content Include="components\TilemapLayer.ts" />
|
|
<TypeScriptCompile Include="components\Transform.ts" />
|
|
<Content Include="components\Transform.js">
|
|
<DependentUpon>Transform.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="Game.js">
|
|
<DependentUpon>Game.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="components\camera\CameraFX.ts" />
|
|
<Content Include="components\camera\CameraFX.js">
|
|
<DependentUpon>CameraFX.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="components\ScrollRegion.ts" />
|
|
<TypeScriptCompile Include="gameobjects\Button.ts" />
|
|
<Content Include="gameobjects\Button.js">
|
|
<DependentUpon>Button.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="gameobjects\DynamicTexture.js">
|
|
<DependentUpon>DynamicTexture.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="gameobjects\Sprite.ts" />
|
|
<TypeScriptCompile Include="gameobjects\IGameObject.ts" />
|
|
<TypeScriptCompile Include="gameobjects\Emitter.ts" />
|
|
<Content Include="gameobjects\Emitter.js">
|
|
<DependentUpon>Emitter.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="gameobjects\IGameObject.js">
|
|
<DependentUpon>IGameObject.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="gameobjects\ScrollZone.ts" />
|
|
<Content Include="gameobjects\Particle.ts" />
|
|
<TypeScriptCompile Include="gameobjects\Tilemap.ts" />
|
|
<Content Include="gameobjects\Tilemap.js">
|
|
<DependentUpon>Tilemap.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="geom\Circle.ts" />
|
|
<Content Include="geom\Circle.js">
|
|
<DependentUpon>Circle.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="geom\Line.ts" />
|
|
<Content Include="geom\Line.js">
|
|
<DependentUpon>Line.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="geom\Point.ts" />
|
|
<Content Include="geom\Point.js">
|
|
<DependentUpon>Point.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="geom\Rectangle.ts" />
|
|
<Content Include="geom\Rectangle.js">
|
|
<DependentUpon>Rectangle.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="math\GameMath.js">
|
|
<DependentUpon>GameMath.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="gameobjects\GameObjectFactory.ts" />
|
|
<Content Include="gameobjects\GameObjectFactory.js">
|
|
<DependentUpon>GameObjectFactory.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="gameobjects\Sprite.js">
|
|
<DependentUpon>Sprite.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="utils\PointUtils.ts" />
|
|
<TypeScriptCompile Include="utils\CircleUtils.ts" />
|
|
<TypeScriptCompile Include="renderers\CanvasRenderer.ts" />
|
|
<TypeScriptCompile Include="Statics.ts" />
|
|
<TypeScriptCompile Include="renderers\HeadlessRenderer.ts" />
|
|
<TypeScriptCompile Include="physics\Body.ts" />
|
|
<TypeScriptCompile Include="math\QuadTree.ts" />
|
|
<TypeScriptCompile Include="math\Mat3.ts" />
|
|
<Content Include="math\Mat3.js">
|
|
<DependentUpon>Mat3.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="math\Mat3Utils.ts" />
|
|
<Content Include="math\Mat3Utils.js">
|
|
<DependentUpon>Mat3Utils.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="math\QuadTree.js">
|
|
<DependentUpon>QuadTree.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="math\LinkedList.ts" />
|
|
<Content Include="math\LinkedList.js">
|
|
<DependentUpon>LinkedList.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="Motion.ts" />
|
|
<TypeScriptCompile Include="math\Vec2.ts" />
|
|
<TypeScriptCompile Include="math\Transform.ts" />
|
|
<Content Include="math\Transform.js">
|
|
<DependentUpon>Transform.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="math\TransformUtils.ts" />
|
|
<Content Include="math\TransformUtils.js">
|
|
<DependentUpon>TransformUtils.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="math\Vec2.js">
|
|
<DependentUpon>Vec2.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="Motion.js">
|
|
<DependentUpon>Motion.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="net\Net.ts" />
|
|
<Content Include="net\Net.js">
|
|
<DependentUpon>Net.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="physics\Body.js">
|
|
<DependentUpon>Body.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="physics\Bounds.ts" />
|
|
<Content Include="physics\Bounds.js">
|
|
<DependentUpon>Bounds.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="physics\Collision.ts" />
|
|
<Content Include="physics\Collision.js">
|
|
<DependentUpon>Collision.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="physics\Contact.ts" />
|
|
<Content Include="physics\Contact.js">
|
|
<DependentUpon>Contact.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="physics\ContactSolver.ts" />
|
|
<Content Include="physics\ContactSolver.js">
|
|
<DependentUpon>ContactSolver.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="physics\Manager.ts" />
|
|
<TypeScriptCompile Include="physics\joints\IJoint.ts" />
|
|
<Content Include="physics\joints\IJoint.js">
|
|
<DependentUpon>IJoint.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="physics\joints\Joint.ts" />
|
|
<Content Include="physics\joints\Joint.js">
|
|
<DependentUpon>Joint.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="physics\Manager.js">
|
|
<DependentUpon>Manager.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="physics\Plane.ts" />
|
|
<Content Include="physics\Plane.js">
|
|
<DependentUpon>Plane.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="physics\Space.ts" />
|
|
<TypeScriptCompile Include="physics\shapes\Box.ts" />
|
|
<Content Include="physics\shapes\Box.js">
|
|
<DependentUpon>Box.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="physics\shapes\Circle.ts" />
|
|
<Content Include="physics\shapes\Circle.js">
|
|
<DependentUpon>Circle.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="physics\shapes\IShape.ts" />
|
|
<Content Include="physics\shapes\IShape.js">
|
|
<DependentUpon>IShape.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="physics\shapes\Poly.ts" />
|
|
<Content Include="physics\shapes\Poly.js">
|
|
<DependentUpon>Poly.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="physics\shapes\Segment.ts" />
|
|
<Content Include="physics\shapes\Segment.js">
|
|
<DependentUpon>Segment.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="physics\shapes\Shape.ts" />
|
|
<Content Include="physics\shapes\Shape.js">
|
|
<DependentUpon>Shape.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="physics\shapes\Triangle.ts" />
|
|
<Content Include="physics\shapes\Triangle.js">
|
|
<DependentUpon>Triangle.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="physics\Space.js">
|
|
<DependentUpon>Space.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="renderers\HeadlessRenderer.js">
|
|
<DependentUpon>HeadlessRenderer.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="renderers\IRenderer.ts" />
|
|
<Content Include="renderers\IRenderer.js">
|
|
<DependentUpon>IRenderer.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="Statics.js">
|
|
<DependentUpon>Statics.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="renderers\CanvasRenderer.js">
|
|
<DependentUpon>CanvasRenderer.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="system\screens\OrientationScreen.ts" />
|
|
<Content Include="system\screens\OrientationScreen.js">
|
|
<DependentUpon>OrientationScreen.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="utils\CircleUtils.js">
|
|
<DependentUpon>CircleUtils.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="utils\PixelUtils.ts" />
|
|
<TypeScriptCompile Include="utils\ColorUtils.ts" />
|
|
<Content Include="utils\ColorUtils.js">
|
|
<DependentUpon>ColorUtils.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="utils\DebugUtils.ts" />
|
|
<Content Include="utils\DebugUtils.js">
|
|
<DependentUpon>DebugUtils.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="utils\PixelUtils.js">
|
|
<DependentUpon>PixelUtils.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="utils\PointUtils.js">
|
|
<DependentUpon>PointUtils.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="utils\RectangleUtils.ts" />
|
|
<Content Include="utils\RectangleUtils.js">
|
|
<DependentUpon>RectangleUtils.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="math\IntersectResult.js">
|
|
<DependentUpon>IntersectResult.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="math\Vec2Utils.ts" />
|
|
<Content Include="math\Vec2Utils.js">
|
|
<DependentUpon>Vec2Utils.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="sound\SoundManager.js">
|
|
<DependentUpon>SoundManager.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="system\screens\PauseScreen.ts" />
|
|
<TypeScriptCompile Include="system\screens\BootScreen.ts" />
|
|
<TypeScriptCompile Include="input\MSPointer.ts" />
|
|
<TypeScriptCompile Include="input\Gestures.ts" />
|
|
<Content Include="input\Gestures.js">
|
|
<DependentUpon>Gestures.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="input\MSPointer.js">
|
|
<DependentUpon>MSPointer.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="input\Pointer.ts" />
|
|
<Content Include="input\Pointer.js">
|
|
<DependentUpon>Pointer.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="system\screens\BootScreen.js">
|
|
<DependentUpon>BootScreen.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="system\screens\PauseScreen.js">
|
|
<DependentUpon>PauseScreen.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="sound\Sound.js">
|
|
<DependentUpon>Sound.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="sound\Sound.ts" />
|
|
<TypeScriptCompile Include="sound\SoundManager.ts" />
|
|
<Content Include="components\animation\Animation.js">
|
|
<DependentUpon>Animation.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="loader\AnimationLoader.js">
|
|
<DependentUpon>AnimationLoader.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="components\animation\Frame.js">
|
|
<DependentUpon>Frame.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="components\animation\FrameData.js">
|
|
<DependentUpon>FrameData.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="cameras\Camera.js">
|
|
<DependentUpon>Camera.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="system\Device.js">
|
|
<DependentUpon>Device.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="math\RandomDataGenerator.js">
|
|
<DependentUpon>RandomDataGenerator.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="system\RequestAnimationFrame.js">
|
|
<DependentUpon>RequestAnimationFrame.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="system\StageScaleMode.js">
|
|
<DependentUpon>StageScaleMode.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="tweens\Tween.js">
|
|
<DependentUpon>Tween.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="tweens\Tween.ts" />
|
|
<TypeScriptCompile Include="system\StageScaleMode.ts" />
|
|
<TypeScriptCompile Include="system\RequestAnimationFrame.ts" />
|
|
<TypeScriptCompile Include="math\RandomDataGenerator.ts" />
|
|
<TypeScriptCompile Include="system\Device.ts" />
|
|
<TypeScriptCompile Include="cameras\Camera.ts" />
|
|
<Content Include="tweens\easing\Back.js">
|
|
<DependentUpon>Back.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="tweens\easing\Bounce.js">
|
|
<DependentUpon>Bounce.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="tweens\easing\Circular.js">
|
|
<DependentUpon>Circular.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="tweens\easing\Cubic.js">
|
|
<DependentUpon>Cubic.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="tweens\easing\Elastic.js">
|
|
<DependentUpon>Elastic.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="tweens\easing\Exponential.js">
|
|
<DependentUpon>Exponential.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="tweens\easing\Linear.js">
|
|
<DependentUpon>Linear.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="tweens\easing\Quadratic.js">
|
|
<DependentUpon>Quadratic.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="tweens\easing\Quartic.js">
|
|
<DependentUpon>Quartic.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="tweens\easing\Quintic.js">
|
|
<DependentUpon>Quintic.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="tweens\easing\Sinusoidal.js">
|
|
<DependentUpon>Sinusoidal.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="input\Input.js">
|
|
<DependentUpon>Input.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="input\Keyboard.js">
|
|
<DependentUpon>Keyboard.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="input\Mouse.js">
|
|
<DependentUpon>Mouse.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="input\Touch.js">
|
|
<DependentUpon>Touch.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="input\Touch.ts" />
|
|
<TypeScriptCompile Include="input\Mouse.ts" />
|
|
<TypeScriptCompile Include="input\Keyboard.ts" />
|
|
<TypeScriptCompile Include="input\Input.ts" />
|
|
<TypeScriptCompile Include="tweens\easing\Sinusoidal.ts" />
|
|
<TypeScriptCompile Include="tweens\easing\Quintic.ts" />
|
|
<TypeScriptCompile Include="tweens\easing\Quartic.ts" />
|
|
<TypeScriptCompile Include="tweens\easing\Quadratic.ts" />
|
|
<TypeScriptCompile Include="tweens\easing\Linear.ts" />
|
|
<TypeScriptCompile Include="tweens\easing\Exponential.ts" />
|
|
<TypeScriptCompile Include="tweens\easing\Elastic.ts" />
|
|
<TypeScriptCompile Include="tweens\easing\Cubic.ts" />
|
|
<TypeScriptCompile Include="tweens\easing\Circular.ts" />
|
|
<TypeScriptCompile Include="tweens\easing\Bounce.ts" />
|
|
<TypeScriptCompile Include="tweens\easing\Back.ts" />
|
|
<TypeScriptCompile Include="components\animation\FrameData.ts" />
|
|
<TypeScriptCompile Include="components\animation\Frame.ts" />
|
|
<TypeScriptCompile Include="loader\AnimationLoader.ts" />
|
|
<TypeScriptCompile Include="components\animation\Animation.ts" />
|
|
<TypeScriptCompile Include="math\IntersectResult.ts" />
|
|
<Content Include="core\Group.js">
|
|
<DependentUpon>Group.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="loader\Loader.js">
|
|
<DependentUpon>Loader.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="Phaser.js">
|
|
<DependentUpon>Phaser.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="core\Signal.js">
|
|
<DependentUpon>Signal.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="core\SignalBinding.js">
|
|
<DependentUpon>SignalBinding.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="Stage.js">
|
|
<DependentUpon>Stage.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="State.js">
|
|
<DependentUpon>State.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="Time.js">
|
|
<DependentUpon>Time.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="tweens\TweenManager.js">
|
|
<DependentUpon>TweenManager.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="utils\SpriteUtils.ts" />
|
|
<Content Include="utils\SpriteUtils.js">
|
|
<DependentUpon>SpriteUtils.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="World.js">
|
|
<DependentUpon>World.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="World.ts" />
|
|
<TypeScriptCompile Include="tweens\TweenManager.ts" />
|
|
<TypeScriptCompile Include="Time.ts" />
|
|
<TypeScriptCompile Include="State.ts" />
|
|
<TypeScriptCompile Include="Stage.ts" />
|
|
<TypeScriptCompile Include="core\SignalBinding.ts" />
|
|
<TypeScriptCompile Include="core\Signal.ts" />
|
|
<TypeScriptCompile Include="Phaser.ts" />
|
|
<TypeScriptCompile Include="loader\Loader.ts" />
|
|
<TypeScriptCompile Include="core\Group.ts" />
|
|
<TypeScriptCompile Include="math\GameMath.ts" />
|
|
<TypeScriptCompile Include="gameobjects\DynamicTexture.ts" />
|
|
<TypeScriptCompile Include="components\animation\AnimationManager.ts" />
|
|
<Content Include="loader\Cache.js">
|
|
<DependentUpon>Cache.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="cameras\CameraManager.js">
|
|
<DependentUpon>CameraManager.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="cameras\CameraManager.ts" />
|
|
<TypeScriptCompile Include="loader\Cache.ts" />
|
|
</ItemGroup>
|
|
<Import Project="$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>cd $(ProjectDir)..\build
|
|
copy phaser.js ..\Tests\</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |