mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
180 lines
No EOL
8.3 KiB
XML
180 lines
No EOL
8.3 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>{DC8A0795-0F9C-4216-A95D-6C3346EA7E26}</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>Tests</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:51901/</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>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
|
<TypeScriptTarget>ES5</TypeScriptTarget>
|
|
<TypeScriptIncludeComments>true</TypeScriptIncludeComments>
|
|
<TypeScriptSourceMap>false</TypeScriptSourceMap>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<TypeScriptCompile Include="cameras\camera alpha.ts" />
|
|
<TypeScriptCompile Include="cameras\camera bounds.ts" />
|
|
<TypeScriptCompile Include="cameras\camera position.ts" />
|
|
<TypeScriptCompile Include="cameras\camera rotation.ts" />
|
|
<TypeScriptCompile Include="cameras\camera scale.ts" />
|
|
<TypeScriptCompile Include="cameras\camera shadow.ts" />
|
|
<TypeScriptCompile Include="cameras\camera texture.ts" />
|
|
<TypeScriptCompile Include="cameras\fade fx.ts" />
|
|
<TypeScriptCompile Include="cameras\flash fx.ts" />
|
|
<TypeScriptCompile Include="cameras\focus on.ts" />
|
|
<TypeScriptCompile Include="cameras\follow deadzone.ts" />
|
|
<TypeScriptCompile Include="cameras\follow sprite.ts" />
|
|
<TypeScriptCompile Include="cameras\follow topdown.ts" />
|
|
<TypeScriptCompile Include="cameras\multicam1.ts" />
|
|
<TypeScriptCompile Include="cameras\scroll factor.ts" />
|
|
<TypeScriptCompile Include="cameras\shake fx.ts" />
|
|
<TypeScriptCompile Include="collision\collide sprites.ts" />
|
|
<TypeScriptCompile Include="collision\falling balls.ts" />
|
|
<TypeScriptCompile Include="groups\basic group.ts" />
|
|
<TypeScriptCompile Include="input\mouse scale.ts" />
|
|
<TypeScriptCompile Include="mini games\formula 1.ts" />
|
|
<TypeScriptCompile Include="misc\multi game.ts" />
|
|
<TypeScriptCompile Include="particles\basic emitter.ts" />
|
|
<TypeScriptCompile Include="particles\graphic emitter.ts" />
|
|
<TypeScriptCompile Include="particles\multiple streams.ts" />
|
|
<TypeScriptCompile Include="particles\sprite emitter.ts" />
|
|
<TypeScriptCompile Include="particles\when particles collide.ts" />
|
|
<TypeScriptCompile Include="sprites\animation 1.ts" />
|
|
<TypeScriptCompile Include="sprites\mark of the bunny.ts" />
|
|
<TypeScriptCompile Include="sprites\texture atlas 2.ts" />
|
|
<TypeScriptCompile Include="sprites\texture atlas 3.ts" />
|
|
<TypeScriptCompile Include="sprites\texture atlas 4.ts" />
|
|
<TypeScriptCompile Include="sprites\texture atlas.ts" />
|
|
<TypeScriptCompile Include="sprites\velocity.ts" />
|
|
<TypeScriptCompile Include="tilemap\basic tilemap.ts" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="mobile\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<TypeScriptCompile Include="sprites\dynamic texture 1.ts" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<TypeScriptCompile Include="misc\screen grab.ts" />
|
|
<Content Include="misc\screen grab.js">
|
|
<DependentUpon>screen grab.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="sprites\align.ts" />
|
|
<TypeScriptCompile Include="scrollzones\simple scrollzone.ts" />
|
|
<TypeScriptCompile Include="scrollzones\ballscroller.ts" />
|
|
<Content Include="scrollzones\ballscroller.js">
|
|
<DependentUpon>ballscroller.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="scrollzones\parallax.ts" />
|
|
<Content Include="scrollzones\parallax.js">
|
|
<DependentUpon>parallax.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="scrollzones\scroll window.ts" />
|
|
<TypeScriptCompile Include="scrollzones\region demo.ts" />
|
|
<Content Include="scrollzones\region demo.js">
|
|
<DependentUpon>region demo.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="scrollzones\scroll window.js">
|
|
<DependentUpon>scroll window.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="scrollzones\simple scrollzone.js">
|
|
<DependentUpon>simple scrollzone.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="scrollzones\texture repeat.ts" />
|
|
<Content Include="scrollzones\texture repeat.js">
|
|
<DependentUpon>texture repeat.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="sprites\align.js">
|
|
<DependentUpon>align.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="sprites\flipped.ts" />
|
|
<Content Include="sprites\flipped.js">
|
|
<DependentUpon>flipped.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="tweens\bounce.js">
|
|
<DependentUpon>bounce.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="tweens\elastic.js">
|
|
<DependentUpon>elastic.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="tweens\elastic.ts" />
|
|
<TypeScriptCompile Include="tweens\bounce.ts" />
|
|
<TypeScriptCompile Include="sprites\animate by framename.ts" />
|
|
<TypeScriptCompile Include="geometry\rectangle.ts" />
|
|
<TypeScriptCompile Include="geometry\rect vs rect.ts" />
|
|
<TypeScriptCompile Include="geometry\circle.ts" />
|
|
<Content Include="geometry\circle.js">
|
|
<DependentUpon>circle.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="geometry\point.ts" />
|
|
<TypeScriptCompile Include="geometry\line.ts" />
|
|
<Content Include="geometry\line.js">
|
|
<DependentUpon>line.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="geometry\point.js">
|
|
<DependentUpon>point.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="geometry\rect vs rect.js">
|
|
<DependentUpon>rect vs rect.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="geometry\rectangle.js">
|
|
<DependentUpon>rectangle.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="sprites\animate by framename.js">
|
|
<DependentUpon>animate by framename.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="sprites\dynamic texture 1.js">
|
|
<DependentUpon>dynamic texture 1.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="sprites\dynamic texture 2.js">
|
|
<DependentUpon>dynamic texture 2.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="sprites\rotation.js">
|
|
<DependentUpon>rotation.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="sprites\rotation.ts" />
|
|
<TypeScriptCompile Include="sprites\dynamic texture 2.ts" />
|
|
</ItemGroup>
|
|
<Import Project="$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets" />
|
|
</Project> |