Animations Spike

This commit is contained in:
Rossen Hristov
2015-06-15 12:01:29 +03:00
parent 47bfc1c6e7
commit 09c00cb13b
17 changed files with 878 additions and 18 deletions

View File

@@ -134,6 +134,19 @@
<TypeScriptCompile Include="apps\action-bar-demo\pages\page-title-icon.ts">
<DependentUpon>page-title-icon.xml</DependentUpon>
</TypeScriptCompile>
<TypeScriptCompile Include="apps\animations\model.ts" />
<TypeScriptCompile Include="ui\animation\animation.d.ts" />
<TypeScriptCompile Include="ui\animation\animation-common.ts">
<DependentUpon>animation.d.ts</DependentUpon>
</TypeScriptCompile>
<TypeScriptCompile Include="ui\animation\animation.android.ts">
<DependentUpon>animation.d.ts</DependentUpon>
</TypeScriptCompile>
<TypeScriptCompile Include="ui\animation\animation.ios.ts">
<DependentUpon>animation.d.ts</DependentUpon>
</TypeScriptCompile>
<TypeScriptCompile Include="apps\animations\app.ts" />
<TypeScriptCompile Include="apps\animations\main-page.ts" />
<TypeScriptCompile Include="apps\gallery-app\views\list-picker.ts">
<DependentUpon>list-picker.xml</DependentUpon>
</TypeScriptCompile>
@@ -791,6 +804,13 @@
</Content>
<Content Include="apps\action-bar-demo\pages\navigation-button.xml" />
<Content Include="apps\action-bar-demo\test-icon.png" />
<TypeScriptCompile Include="libjs.d.ts" />
</ItemGroup>
<ItemGroup>
<Content Include="apps\animations\app.css" />
<Content Include="apps\animations\main-page.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="apps\gallery-app\content\border.xml" />
<Content Include="apps\gallery-app\app.css" />
<Content Include="apps\gallery-app\views\list-picker.xml" />
@@ -798,7 +818,9 @@
<Content Include="apps\gallery-app\views\segmented-bar.xml" />
<Content Include="apps\gallery-app\views\time-picker.xml" />
<Content Include="apps\gallery-app\views\date-picker.xml" />
<Content Include="apps\modal-views-demo\login-page.xml" />
<Content Include="apps\modal-views-demo\login-page.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="apps\pickers-demo\main-page.xml">
<SubType>Designer</SubType>
</Content>
@@ -1742,6 +1764,8 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="apps\cuteness.unoptimized\package.json">
<Content Include="apps\animations\package.json" />
<Content Include="ui\animation\package.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="apps\action-bar-demo\package.json" />