mirror of
https://github.com/photonstorm/phaser
synced 2024-11-14 00:47:29 +00:00
105 lines
No EOL
4.5 KiB
XML
105 lines
No EOL
4.5 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>{47390070-8027-4834-B50B-21119DC874DC}</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>SpecialFX</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:64170/</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-fx.js</TypeScriptOutFile>
|
|
<TypeScriptGeneratesDeclarations>true</TypeScriptGeneratesDeclarations>
|
|
<TypeScriptIncludeDefaultLib>true</TypeScriptIncludeDefaultLib>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
|
<TypeScriptTarget>ES5</TypeScriptTarget>
|
|
<TypeScriptIncludeComments>false</TypeScriptIncludeComments>
|
|
<TypeScriptSourceMap>false</TypeScriptSourceMap>
|
|
<TypeScriptOutFile>../build/phaser-fx.js</TypeScriptOutFile>
|
|
<TypeScriptGeneratesDeclarations>true</TypeScriptGeneratesDeclarations>
|
|
<TypeScriptIncludeDefaultLib>true</TypeScriptIncludeDefaultLib>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<TypeScriptCompile Include="Camera\Flash.ts" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<TypeScriptCompile Include="Camera\Border.ts" />
|
|
<Content Include="Camera\Border.js">
|
|
<DependentUpon>Border.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="Camera\Fade.js">
|
|
<DependentUpon>Fade.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="Camera\Template.ts" />
|
|
<TypeScriptCompile Include="Camera\Mirror.ts" />
|
|
<Content Include="Camera\Mirror.js">
|
|
<DependentUpon>Mirror.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="Camera\Shadow.ts" />
|
|
<Content Include="Camera\Shadow.js">
|
|
<DependentUpon>Shadow.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="Camera\Template.js">
|
|
<DependentUpon>Template.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="Camera\Scanlines.ts" />
|
|
<Content Include="Camera\Scanlines.js">
|
|
<DependentUpon>Scanlines.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="Camera\Shake.js">
|
|
<DependentUpon>Shake.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="Camera\Shake.ts" />
|
|
<TypeScriptCompile Include="Camera\Fade.ts" />
|
|
<Content Include="Camera\Flash.js">
|
|
<DependentUpon>Flash.ts</DependentUpon>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Textures\" />
|
|
</ItemGroup>
|
|
<Import Project="$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>cd $(ProjectDir)..\build
|
|
copy phaser-fx.js ..\Tests\</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |