|
115 | 115 | <Version>6.1.0-build.6</Version> |
116 | 116 | </PackageReference> |
117 | 117 | <PackageReference Include="Microsoft.UI.Xaml"> |
118 | | - <Version>2.2.190917002</Version> |
| 118 | + <Version>2.3.200213001</Version> |
119 | 119 | </PackageReference> |
120 | 120 | <PackageReference Include="Monaco.Editor"> |
121 | 121 | <Version>0.7.0-alpha</Version> |
|
273 | 273 | <Content Include="SamplePages\OnDevice\OnDevice.png" /> |
274 | 274 | <Content Include="SamplePages\RemoteDeviceHelper\RemoteDeviceHelper.png" /> |
275 | 275 | <Content Include="SamplePages\ImageCropper\ImageCropper.png" /> |
| 276 | + <Content Include="SamplePages\StaggeredLayout\StaggeredLayout.png" /> |
276 | 277 | <Content Include="SamplePages\TabView\TabView.png" /> |
277 | 278 | <Content Include="SamplePages\PeoplePicker\PeoplePicker.png" /> |
278 | 279 | <Content Include="SamplePages\PersonView\PersonView.png" /> |
|
367 | 368 | <Content Include="SamplePages\ViewportBehavior\ViewportBehavior.png" /> |
368 | 369 | <Content Include="SamplePages\Visual Extensions\VisualExtensions.png" /> |
369 | 370 | <Content Include="SamplePages\Weibo Service\WeiboLogo.png" /> |
| 371 | + <Content Include="SamplePages\WrapLayout\WrapLayout.png" /> |
370 | 372 | <Content Include="SamplePages\WrapPanel\WrapPanel.png" /> |
371 | 373 | <Content Include="landingPageLinks.json" /> |
372 | 374 | <Content Include="Assets\mtns.csv"> |
|
531 | 533 | <Compile Include="SamplePages\ImageCropper\ImageCropperPage.xaml.cs"> |
532 | 534 | <DependentUpon>ImageCropperPage.xaml</DependentUpon> |
533 | 535 | </Compile> |
| 536 | + <Compile Include="SamplePages\StaggeredLayout\StaggeredLayoutPage.xaml.cs"> |
| 537 | + <DependentUpon>StaggeredLayoutPage.xaml</DependentUpon> |
| 538 | + </Compile> |
534 | 539 | <Compile Include="SamplePages\TokenizingTextBox\SampleDataType.cs" /> |
535 | 540 | <Compile Include="SamplePages\TokenizingTextBox\SampleEmailDataType.cs" /> |
536 | 541 | <Compile Include="SamplePages\TokenizingTextBox\TokenizingTextBoxPage.xaml.cs"> |
537 | 542 | <DependentUpon>TokenizingTextBoxPage.xaml</DependentUpon> |
538 | 543 | </Compile> |
| 544 | + <Compile Include="SamplePages\Triggers\CompareStateTriggerPage.xaml.cs"> |
| 545 | + <DependentUpon>CompareStateTriggerPage.xaml</DependentUpon> |
| 546 | + </Compile> |
| 547 | + <Compile Include="SamplePages\Triggers\IsEqualStateTriggerPage.xaml.cs"> |
| 548 | + <DependentUpon>IsEqualStateTriggerPage.xaml</DependentUpon> |
| 549 | + </Compile> |
| 550 | + <Compile Include="SamplePages\Triggers\FullScreenModeStateTriggerPage.xaml.cs"> |
| 551 | + <DependentUpon>FullScreenModeStateTriggerPage.xaml</DependentUpon> |
| 552 | + </Compile> |
| 553 | + <Compile Include="SamplePages\Triggers\IsNullOrEmptyStateTriggerPage.xaml.cs"> |
| 554 | + <DependentUpon>IsNullOrEmptyStateTriggerPage.xaml</DependentUpon> |
| 555 | + </Compile> |
| 556 | + <Compile Include="SamplePages\Triggers\NetworkConnectionStateTriggerPage.xaml.cs"> |
| 557 | + <DependentUpon>NetworkConnectionStateTriggerPage.xaml</DependentUpon> |
| 558 | + </Compile> |
| 559 | + <Compile Include="SamplePages\Triggers\IsNotEqualStateTriggerPage.xaml.cs"> |
| 560 | + <DependentUpon>IsNotEqualStateTriggerPage.xaml</DependentUpon> |
| 561 | + </Compile> |
| 562 | + <Compile Include="SamplePages\Triggers\RegexStateTriggerPage.xaml.cs"> |
| 563 | + <DependentUpon>RegexStateTriggerPage.xaml</DependentUpon> |
| 564 | + </Compile> |
| 565 | + <Compile Include="SamplePages\Triggers\UserHandPreferenceStateTriggerPage.xaml.cs"> |
| 566 | + <DependentUpon>UserHandPreferenceStateTriggerPage.xaml</DependentUpon> |
| 567 | + </Compile> |
| 568 | + <Compile Include="SamplePages\Triggers\UserInteractionModeStateTriggerPage.xaml.cs"> |
| 569 | + <DependentUpon>UserInteractionModeStateTriggerPage.xaml</DependentUpon> |
| 570 | + </Compile> |
| 571 | + <Compile Include="SamplePages\WrapLayout\WrapLayoutPage.xaml.cs"> |
| 572 | + <DependentUpon>WrapLayoutPage.xaml</DependentUpon> |
| 573 | + </Compile> |
539 | 574 | <Compile Include="Shell.Search.cs" /> |
540 | 575 | <Compile Include="Shell.SamplePicker.cs" /> |
541 | 576 | <Content Include="SamplePages\ViewportBehavior\ViewportBehaviorXaml.bind" /> |
|
546 | 581 | <Content Include="SamplePages\Eyedropper\EyedropperXaml.bind" /> |
547 | 582 | <Content Include="SamplePages\Eyedropper\EyedropperCode.bind" /> |
548 | 583 | <Content Include="SamplePages\TokenizingTextBox\TokenizingTextBoxCode.bind" /> |
| 584 | + <Content Include="SamplePages\WrapLayout\WrapLayout.bind" /> |
| 585 | + <Content Include="SamplePages\StaggeredLayout\StaggeredLayout.bind" /> |
549 | 586 | <Content Include="SamplePages\ObservableGroup\ObservableGroup.bind" /> |
| 587 | + <Content Include="SamplePages\Triggers\CompareStateTrigger.bind" /> |
| 588 | + <Content Include="SamplePages\Triggers\IsEqualStateTrigger.bind" /> |
| 589 | + <Content Include="SamplePages\Triggers\FullScreenModeStateTrigger.bind" /> |
| 590 | + <Content Include="SamplePages\Triggers\IsNullOrEmptyStateTrigger.bind" /> |
| 591 | + <Content Include="SamplePages\Triggers\NetworkConnectionStateTrigger.bind" /> |
| 592 | + <Content Include="SamplePages\Triggers\IsNotEqualStateTrigger.bind" /> |
| 593 | + <Content Include="SamplePages\Triggers\RegexStateTrigger.bind" /> |
| 594 | + <Content Include="SamplePages\Triggers\UserHandPreferenceStateTrigger.bind" /> |
| 595 | + <Content Include="SamplePages\Triggers\UserInteractionModeStateTrigger.bind" /> |
550 | 596 | </ItemGroup> |
551 | 597 | <ItemGroup> |
552 | 598 | <Compile Include="App.xaml.cs"> |
|
960 | 1006 | <SubType>Designer</SubType> |
961 | 1007 | <Generator>MSBuild:Compile</Generator> |
962 | 1008 | </Page> |
| 1009 | + <Page Include="SamplePages\StaggeredLayout\StaggeredLayoutPage.xaml"> |
| 1010 | + <SubType>Designer</SubType> |
| 1011 | + <Generator>MSBuild:Compile</Generator> |
| 1012 | + </Page> |
963 | 1013 | <Page Include="SamplePages\TabView\TabViewPage.xaml"> |
964 | 1014 | <Generator>MSBuild:Compile</Generator> |
965 | 1015 | <SubType>Designer</SubType> |
|
1004 | 1054 | <SubType>Designer</SubType> |
1005 | 1055 | <Generator>MSBuild:Compile</Generator> |
1006 | 1056 | </Content> |
| 1057 | + <Page Include="SamplePages\Triggers\CompareStateTriggerPage.xaml"> |
| 1058 | + <Generator>MSBuild:Compile</Generator> |
| 1059 | + <SubType>Designer</SubType> |
| 1060 | + </Page> |
| 1061 | + <Page Include="SamplePages\Triggers\IsEqualStateTriggerPage.xaml"> |
| 1062 | + <Generator>MSBuild:Compile</Generator> |
| 1063 | + <SubType>Designer</SubType> |
| 1064 | + </Page> |
| 1065 | + <Page Include="SamplePages\Triggers\FullScreenModeStateTriggerPage.xaml"> |
| 1066 | + <Generator>MSBuild:Compile</Generator> |
| 1067 | + <SubType>Designer</SubType> |
| 1068 | + </Page> |
| 1069 | + <Page Include="SamplePages\Triggers\IsNullOrEmptyStateTriggerPage.xaml"> |
| 1070 | + <Generator>MSBuild:Compile</Generator> |
| 1071 | + <SubType>Designer</SubType> |
| 1072 | + </Page> |
| 1073 | + <Page Include="SamplePages\Triggers\NetworkConnectionStateTriggerPage.xaml"> |
| 1074 | + <Generator>MSBuild:Compile</Generator> |
| 1075 | + <SubType>Designer</SubType> |
| 1076 | + </Page> |
| 1077 | + <Page Include="SamplePages\Triggers\IsNotEqualStateTriggerPage.xaml"> |
| 1078 | + <Generator>MSBuild:Compile</Generator> |
| 1079 | + <SubType>Designer</SubType> |
| 1080 | + </Page> |
| 1081 | + <Page Include="SamplePages\Triggers\RegexStateTriggerPage.xaml"> |
| 1082 | + <Generator>MSBuild:Compile</Generator> |
| 1083 | + <SubType>Designer</SubType> |
| 1084 | + </Page> |
| 1085 | + <Page Include="SamplePages\Triggers\UserHandPreferenceStateTriggerPage.xaml"> |
| 1086 | + <Generator>MSBuild:Compile</Generator> |
| 1087 | + <SubType>Designer</SubType> |
| 1088 | + </Page> |
| 1089 | + <Page Include="SamplePages\Triggers\UserInteractionModeStateTriggerPage.xaml"> |
| 1090 | + <Generator>MSBuild:Compile</Generator> |
| 1091 | + <SubType>Designer</SubType> |
| 1092 | + </Page> |
1007 | 1093 | <Page Include="SamplePages\UniformGrid\UniformGridPage.xaml"> |
1008 | 1094 | <Generator>MSBuild:Compile</Generator> |
1009 | 1095 | <SubType>Designer</SubType> |
|
1336 | 1422 | <SubType>Designer</SubType> |
1337 | 1423 | <Generator>MSBuild:Compile</Generator> |
1338 | 1424 | </Page> |
| 1425 | + <Page Include="SamplePages\WrapLayout\WrapLayoutPage.xaml"> |
| 1426 | + <SubType>Designer</SubType> |
| 1427 | + <Generator>MSBuild:Compile</Generator> |
| 1428 | + </Page> |
1339 | 1429 | <Page Include="SamplePages\WrapPanel\WrapPanelPage.xaml"> |
1340 | 1430 | <Generator>MSBuild:Compile</Generator> |
1341 | 1431 | <SubType>Designer</SubType> |
|
1409 | 1499 | <Project>{daeb9cec-c817-33b2-74b2-bc379380db72}</Project> |
1410 | 1500 | <Name>Microsoft.Toolkit.Uwp.UI.Controls.DataGrid</Name> |
1411 | 1501 | </ProjectReference> |
| 1502 | + <ProjectReference Include="..\Microsoft.Toolkit.Uwp.UI.Controls.Layout\Microsoft.Toolkit.Uwp.UI.Controls.Layout.csproj"> |
| 1503 | + <Project>{cb444381-18ba-4a51-bb32-3a498bcc1e99}</Project> |
| 1504 | + <Name>Microsoft.Toolkit.Uwp.UI.Controls.Layout</Name> |
| 1505 | + </ProjectReference> |
1412 | 1506 | <ProjectReference Include="..\Microsoft.Toolkit.Uwp.UI.Controls\Microsoft.Toolkit.Uwp.UI.Controls.csproj"> |
1413 | 1507 | <Project>{e9faabfb-d726-42c1-83c1-cb46a29fea81}</Project> |
1414 | 1508 | <Name>Microsoft.Toolkit.Uwp.UI.Controls</Name> |
|
0 commit comments