mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
159 lines
No EOL
7.1 KiB
XML
159 lines
No EOL
7.1 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\basic camera 1.ts" />
|
|
<Content Include="cameras\basic camera 1.js">
|
|
<DependentUpon>basic camera 1.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="cameras\scrollfactor 1.ts" />
|
|
<Content Include="cameras\scrollfactor 1.js">
|
|
<DependentUpon>scrollfactor 1.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="cameras\scrollfactor 2.ts" />
|
|
<Content Include="cameras\scrollfactor 2.js">
|
|
<DependentUpon>scrollfactor 2.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="physics\aabb 1.ts" />
|
|
<Content Include="physics\aabb 1.js">
|
|
<DependentUpon>aabb 1.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="scrollzones\simple scrollzone.ts" />
|
|
<TypeScriptCompile Include="scrollzones\scroll window.ts" />
|
|
<TypeScriptCompile Include="scrollzones\region demo.ts" />
|
|
<TypeScriptCompile Include="scrollzones\parallax.ts" />
|
|
<TypeScriptCompile Include="scrollzones\ballscroller.ts" />
|
|
<Content Include="scrollzones\ballscroller.js">
|
|
<DependentUpon>ballscroller.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="scrollzones\parallax.js">
|
|
<DependentUpon>parallax.ts</DependentUpon>
|
|
</Content>
|
|
<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\skewed scroller.ts" />
|
|
<Content Include="scrollzones\skewed scroller.js">
|
|
<DependentUpon>skewed scroller.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="tweens\tween loop 1.js">
|
|
<DependentUpon>tween loop 1.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="tweens\tween loop 2.js">
|
|
<DependentUpon>tween loop 2.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="tweens\tween loop 2.ts" />
|
|
<TypeScriptCompile Include="tweens\tween loop 1.ts" />
|
|
<TypeScriptCompile Include="sprites\animation 1.ts" />
|
|
<Content Include="sprites\animation 1.js">
|
|
<DependentUpon>animation 1.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="sprites\animation 2.ts" />
|
|
<Content Include="sprites\animation 2.js">
|
|
<DependentUpon>animation 2.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="sprites\create sprite 1.js">
|
|
<DependentUpon>create sprite 1.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="sprites\sprite origin 1.js">
|
|
<DependentUpon>sprite origin 1.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="sprites\sprite origin 2.js">
|
|
<DependentUpon>sprite origin 2.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="sprites\sprite origin 3.js">
|
|
<DependentUpon>sprite origin 3.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="sprites\sprite origin 4.js">
|
|
<DependentUpon>sprite origin 4.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="sprites\sprite origin 4.ts" />
|
|
<TypeScriptCompile Include="sprites\sprite origin 3.ts" />
|
|
<TypeScriptCompile Include="sprites\sprite origin 2.ts" />
|
|
<TypeScriptCompile Include="sprites\sprite origin 1.ts" />
|
|
<Content Include="sprites\scale sprite 1.js">
|
|
<DependentUpon>scale sprite 1.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="sprites\scale sprite 2.js">
|
|
<DependentUpon>scale sprite 2.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="sprites\scale sprite 3.js">
|
|
<DependentUpon>scale sprite 3.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="sprites\scale sprite 4.js">
|
|
<DependentUpon>scale sprite 4.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="sprites\scale sprite 5.js">
|
|
<DependentUpon>scale sprite 5.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="sprites\scale sprite 5.ts" />
|
|
<TypeScriptCompile Include="sprites\scale sprite 4.ts" />
|
|
<TypeScriptCompile Include="sprites\scale sprite 3.ts" />
|
|
<TypeScriptCompile Include="sprites\scale sprite 2.ts" />
|
|
<TypeScriptCompile Include="sprites\scale sprite 1.ts" />
|
|
<TypeScriptCompile Include="sprites\create sprite 1.ts" />
|
|
<TypeScriptCompile Include="misc\boot screen.ts" />
|
|
<Content Include="misc\boot screen.js">
|
|
<DependentUpon>boot screen.ts</DependentUpon>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets" />
|
|
</Project> |