|
211 | 211 | <Compile Include="Dialogs\ConfirmDeleteDialog.xaml.cs"> |
212 | 212 | <DependentUpon>ConfirmDeleteDialog.xaml</DependentUpon> |
213 | 213 | </Compile> |
| 214 | + <Compile Include="Helpers\ContextFlyoutItemHelper.cs" /> |
| 215 | + <Compile Include="Helpers\ItemModelListToContextFlyoutHelper.cs" /> |
214 | 216 | <Compile Include="Helpers\FilePropertiesHelpers.cs" /> |
| 217 | + <Compile Include="Helpers\ShellContextMenuHelper.cs" /> |
215 | 218 | <Compile Include="Helpers\UIFilesystemHelpers.cs" /> |
216 | 219 | <Compile Include="Helpers\NavigationHelpers.cs" /> |
217 | 220 | <Compile Include="Helpers\UIHelpers.cs" /> |
|
293 | 296 | <Compile Include="ViewModels\Dialogs\DynamicDialogViewModel.cs" /> |
294 | 297 | <Compile Include="ViewModels\FolderSettingsViewModel.cs" /> |
295 | 298 | <Compile Include="ViewModels\MainPageViewModel.cs" /> |
| 299 | + <Compile Include="ViewModels\ContextMenuFlyoutItemViewModel.cs" /> |
296 | 300 | <Compile Include="ViewModels\PreviewPaneViewModel.cs" /> |
297 | 301 | <Compile Include="ViewModels\Previews\BasePreviewModel.cs" /> |
298 | 302 | <Compile Include="ViewModels\Previews\BasicPreviewViewModel.cs" /> |
|
448 | 452 | <Compile Include="ViewModels\SettingsViewModels\OnStartupViewModel.cs" /> |
449 | 453 | <Compile Include="ViewModels\SettingsViewModels\PreferencesViewModel.cs" /> |
450 | 454 | <Compile Include="ViewModels\SettingsViewModels\WidgetsViewModel.cs" /> |
| 455 | + <Compile Include="Views\ColumnParam.cs" /> |
| 456 | + <Compile Include="Views\ColumnShellPage.xaml.cs"> |
| 457 | + <DependentUpon>ColumnShellPage.xaml</DependentUpon> |
| 458 | + </Compile> |
| 459 | + <Compile Include="Views\LayoutModes\ColumnViewBase.xaml.cs"> |
| 460 | + <DependentUpon>ColumnViewBase.xaml</DependentUpon> |
| 461 | + </Compile> |
| 462 | + <Compile Include="Views\LayoutModes\ColumnViewBrowser.xaml.cs"> |
| 463 | + <DependentUpon>ColumnViewBrowser.xaml</DependentUpon> |
| 464 | + </Compile> |
451 | 465 | <Compile Include="Views\PaneHolderPage.xaml.cs"> |
452 | 466 | <DependentUpon>PaneHolderPage.xaml</DependentUpon> |
453 | 467 | </Compile> |
|
886 | 900 | <Generator>MSBuild:Compile</Generator> |
887 | 901 | <SubType>Designer</SubType> |
888 | 902 | </Page> |
| 903 | + <Page Include="Views\ColumnShellPage.xaml"> |
| 904 | + <SubType>Designer</SubType> |
| 905 | + <Generator>MSBuild:Compile</Generator> |
| 906 | + </Page> |
| 907 | + <Page Include="Views\LayoutModes\ColumnViewBase.xaml"> |
| 908 | + <SubType>Designer</SubType> |
| 909 | + <Generator>MSBuild:Compile</Generator> |
| 910 | + </Page> |
| 911 | + <Page Include="Views\LayoutModes\ColumnViewBrowser.xaml"> |
| 912 | + <SubType>Designer</SubType> |
| 913 | + <Generator>MSBuild:Compile</Generator> |
| 914 | + </Page> |
889 | 915 | <Page Include="Views\PaneHolderPage.xaml"> |
890 | 916 | <SubType>Designer</SubType> |
891 | 917 | <Generator>MSBuild:Compile</Generator> |
|
1001 | 1027 | <Version>6.2.12</Version> |
1002 | 1028 | </PackageReference> |
1003 | 1029 | <PackageReference Include="Microsoft.Toolkit.Mvvm"> |
1004 | | - <Version>7.0.0</Version> |
| 1030 | + <Version>7.0.1</Version> |
1005 | 1031 | </PackageReference> |
1006 | 1032 | <PackageReference Include="Microsoft.Toolkit.Uwp"> |
1007 | | - <Version>7.0.0</Version> |
| 1033 | + <Version>7.0.1</Version> |
1008 | 1034 | </PackageReference> |
1009 | 1035 | <PackageReference Include="Microsoft.Toolkit.Uwp.DeveloperTools"> |
1010 | | - <Version>7.0.0</Version> |
| 1036 | + <Version>7.0.1</Version> |
1011 | 1037 | </PackageReference> |
1012 | 1038 | <PackageReference Include="Microsoft.Toolkit.Uwp.Notifications"> |
1013 | | - <Version>7.0.0</Version> |
| 1039 | + <Version>7.0.1</Version> |
1014 | 1040 | </PackageReference> |
1015 | 1041 | <PackageReference Include="Microsoft.Toolkit.Uwp.UI"> |
1016 | | - <Version>7.0.0</Version> |
| 1042 | + <Version>7.0.1</Version> |
1017 | 1043 | </PackageReference> |
1018 | 1044 | <PackageReference Include="Microsoft.Toolkit.Uwp.UI.Animations"> |
1019 | | - <Version>7.0.0</Version> |
| 1045 | + <Version>7.0.1</Version> |
1020 | 1046 | </PackageReference> |
1021 | 1047 | <PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls"> |
1022 | | - <Version>7.0.0</Version> |
| 1048 | + <Version>7.0.1</Version> |
1023 | 1049 | </PackageReference> |
1024 | 1050 | <PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls.DataGrid"> |
1025 | | - <Version>7.0.0</Version> |
| 1051 | + <Version>7.0.1</Version> |
1026 | 1052 | </PackageReference> |
1027 | 1053 | <PackageReference Include="Microsoft.Toolkit.Uwp.UI.Lottie"> |
1028 | 1054 | <Version>7.0.0</Version> |
|
0 commit comments