File tree 5 files changed +5
-3
lines changed
5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 61
61
<PackageReference Include =" Microsoft.Maui.Controls" Version =" $(MauiVersion)" />
62
62
<PackageReference Include =" Microsoft.Maui.Controls.Compatibility" Version =" $(MauiVersion)" />
63
63
<PackageReference Include =" CommunityToolkit.Maui" Version =" 9.*" />
64
+ <PackageReference Include =" CommunityToolkit.Maui.Markup" Version =" 4.*" />
64
65
<PackageReference Include =" VijayAnand.FontAwesome" Version =" 2.*" />
65
66
</ItemGroup >
66
67
Original file line number Diff line number Diff line change 1
1
using CommunityToolkit . Maui ;
2
+ using CommunityToolkit . Maui . Markup ;
2
3
using CommunityToolkit . Maui . Behaviors ;
3
4
using Microsoft . Extensions . Logging ;
4
5
Original file line number Diff line number Diff line change 4
4
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
5
xmlns : local =" clr-namespace:DateCalculator.Wpf"
6
6
xmlns : sys =" clr-namespace:System;assembly=mscorlib"
7
- StartupUri =" MainWindow.xaml" >
7
+ StartupUri =" Views/ MainWindow.xaml" >
8
8
<Application .Resources>
9
9
<!-- Update the base FontSize to set it across all Controls styles -->
10
10
<sys : Double x : Key =" AppFontSize" >14</sys : Double >
Original file line number Diff line number Diff line change 1
1
<Window
2
- x : Class =" DateCalculator.Wpf.MainWindow"
2
+ x : Class =" DateCalculator.Wpf.Views. MainWindow"
3
3
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
4
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
5
xmlns : conv =" clr-namespace:DateCalculator.Wpf.Converters"
Original file line number Diff line number Diff line change 1
- namespace DateCalculator . Wpf
1
+ namespace DateCalculator . Wpf . Views
2
2
{
3
3
/// <summary>
4
4
/// Interaction logic for MainWindow.xaml
You can’t perform that action at this time.
0 commit comments