|
132 | 132 | <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
|
133 | 133 | <Content Include="Assets\BrushAssets\TileTexture.png" />
|
134 | 134 | <Content Include="Assets\BrushAssets\NoiseTexture.png" />
|
| 135 | + <Content Include="Assets\Llama.mp3" /> |
135 | 136 | <Content Include="Assets\mslogo.png" />
|
136 | 137 | <Content Include="Assets\NotificationAssets\Cloudy-Square.png" />
|
137 | 138 | <Content Include="Assets\NotificationAssets\Cloudy.png" />
|
|
266 | 267 | <Content Include="Icons\More.png" />
|
267 | 268 | <Content Include="Icons\Notifications.png" />
|
268 | 269 | <Content Include="Icons\Services.png" />
|
| 270 | + <Content Include="SamplePages\Animations\Effects\FadeBehavior.png" /> |
269 | 271 | <Content Include="SamplePages\ColorPicker\ColorPicker.png" />
|
270 | 272 | <Content Include="SamplePages\TilesBrush\TilesBrush.png" />
|
271 | 273 | <Content Include="SamplePages\Eyedropper\Eyedropper.png" />
|
|
333 | 335 | <Content Include="SamplePages\RadialGradientBrush\RadialGradientBrush.png" />
|
334 | 336 | <Content Include="SamplePages\RadialProgressBar\RadialProgressBar.png" />
|
335 | 337 | <Content Include="SamplePages\RemoteDevicePicker\RemoteDevicePicker.png" />
|
336 |
| - <Content Include="SamplePages\ReorderGridAnimation\ReorderGrid.png" /> |
| 338 | + <Content Include="SamplePages\ItemsReorderAnimation\ItemsReorderAnimation.png" /> |
337 | 339 | <Content Include="SamplePages\OrbitView\OrbitView.png" />
|
338 | 340 | <Content Include="SamplePages\ScrollViewerExtensions\ScrollViewerExtensionsCode.bind" />
|
339 | 341 | <Content Include="SamplePages\StaggeredPanel\StaggeredPanel.png" />
|
|
398 | 400 | <Content Include="SamplePages\SystemInformation\SystemInformationCode.bind" />
|
399 | 401 | <Content Include="SamplePages\Connected Animations\ConnectedAnimationsCode.bind" />
|
400 | 402 | <Content Include="SamplePages\Loading\LoadingCode.bind" />
|
401 |
| - <Content Include="SamplePages\ReorderGridAnimation\ReorderGrid.bind" /> |
| 403 | + <Content Include="SamplePages\ItemsReorderAnimation\ItemsReorderAnimation.bind" /> |
402 | 404 | <Content Include="SamplePages\TextBoxMask\TextBoxMask.bind" />
|
403 | 405 | <Content Include="SamplePages\TileControl\TileControl.bind">
|
404 | 406 | <SubType>Designer</SubType>
|
|
584 | 586 | <Content Include="SamplePages\AutoFocusBehavior\AutoFocusBehaviorXaml.bind" />
|
585 | 587 | <Content Include="SamplePages\ColorPicker\ColorPickerXaml.bind" />
|
586 | 588 | <Content Include="SamplePages\ColorPicker\ColorPickerButtonXaml.bind" />
|
| 589 | + <Content Include="SamplePages\Animations\Effects\FadeBehaviorCode.bind" /> |
| 590 | + <Content Include="SamplePages\Animations\Effects\FadeBehaviorXaml.bind" /> |
| 591 | + <Content Include="SamplePages\Animations\Activities\StartAnimationActivity.bind" /> |
| 592 | + <Content Include="SamplePages\Animations\Activities\InvokeActionsActivity.bind" /> |
| 593 | + <Content Include="SamplePages\Animations\Behaviors\BlurBehavior.png" /> |
| 594 | + <Content Include="SamplePages\Animations\Behaviors\BlurBehaviorCode.bind" /> |
| 595 | + <Content Include="SamplePages\Animations\Behaviors\BlurBehaviorXaml.bind" /> |
| 596 | + <Content Include="SamplePages\Animations\Behaviors\OffsetBehavior.png" /> |
| 597 | + <Content Include="SamplePages\Animations\Behaviors\OffsetBehaviorCode.bind" /> |
| 598 | + <Content Include="SamplePages\Animations\Behaviors\OffsetBehaviorXaml.bind" /> |
| 599 | + <Content Include="SamplePages\Animations\Behaviors\SaturationBehavior.png" /> |
| 600 | + <Content Include="SamplePages\Animations\Behaviors\SaturationBehaviorCode.bind" /> |
| 601 | + <Content Include="SamplePages\Animations\Behaviors\SaturationBehaviorXaml.bind" /> |
| 602 | + <Content Include="SamplePages\Animations\Behaviors\ScaleBehavior.png" /> |
| 603 | + <Content Include="SamplePages\Animations\Behaviors\ScaleBehaviorCode.bind" /> |
| 604 | + <Content Include="SamplePages\Animations\Behaviors\ScaleBehaviorXaml.bind" /> |
| 605 | + <Content Include="SamplePages\Animations\Behaviors\RotateBehavior.png" /> |
| 606 | + <Content Include="SamplePages\Animations\Behaviors\RotateBehaviorCode.bind" /> |
| 607 | + <Content Include="SamplePages\Animations\Behaviors\RotateBehaviorXaml.bind" /> |
| 608 | + <Content Include="SamplePages\Animations\Effects\EffectAnimations.bind" /> |
| 609 | + <Content Include="SamplePages\VisualEffectFactory\VisualEffectFactory.bind" /> |
587 | 610 | </ItemGroup>
|
588 | 611 | <ItemGroup>
|
589 | 612 | <Compile Include="App.xaml.cs">
|
|
831 | 854 | <Compile Include="SamplePages\PrintHelper\PrintHelperPage.xaml.cs">
|
832 | 855 | <DependentUpon>PrintHelperPage.xaml</DependentUpon>
|
833 | 856 | </Compile>
|
834 |
| - <Compile Include="SamplePages\ReorderGridAnimation\ReorderGridPage.xaml.cs"> |
835 |
| - <DependentUpon>ReorderGridPage.xaml</DependentUpon> |
| 857 | + <Compile Include="SamplePages\ItemsReorderAnimation\ItemsReorderAnimationPage.xaml.cs"> |
| 858 | + <DependentUpon>ItemsReorderAnimationPage.xaml</DependentUpon> |
836 | 859 | </Compile>
|
837 | 860 | <Compile Include="SamplePages\RotatorTile\RotatorTilePage.xaml.cs">
|
838 | 861 | <DependentUpon>RotatorTilePage.xaml</DependentUpon>
|
|
1275 | 1298 | <Generator>MSBuild:Compile</Generator>
|
1276 | 1299 | <SubType>Designer</SubType>
|
1277 | 1300 | </Page>
|
1278 |
| - <Page Include="SamplePages\ReorderGridAnimation\ReorderGridPage.xaml"> |
| 1301 | + <Page Include="SamplePages\ItemsReorderAnimation\ItemsReorderAnimationPage.xaml"> |
1279 | 1302 | <SubType>Designer</SubType>
|
1280 | 1303 | <Generator>MSBuild:Compile</Generator>
|
1281 | 1304 | </Page>
|
|
0 commit comments