|
|
|
@ -57,6 +57,7 @@
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="CommunityToolkit.Maui" Version="7.0.1" />
|
|
|
|
|
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
|
|
|
|
|
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
|
|
|
|
@ -66,10 +67,16 @@
|
|
|
|
|
<Compile Update="Views\PageLeaderBoard.xaml.cs">
|
|
|
|
|
<DependentUpon>PageLeaderBoard.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Views\pageProfils.xaml.cs">
|
|
|
|
|
<DependentUpon>PageProfils.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Views\pageRegles.xaml.cs">
|
|
|
|
|
<DependentUpon>PageRegles.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<MauiXaml Update="Views\component\ContentLeaderBoard.xaml">
|
|
|
|
|
<MauiXaml Update="Views\Components\ContentLeaderBoard.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\PageLeaderBoard.xaml">
|
|
|
|
|