You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
2.3 KiB
65 lines
2.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen>
|
|
<ActiveDebugFramework>net7.0-android</ActiveDebugFramework>
|
|
<ActiveDebugProfile>Émulateur Android</ActiveDebugProfile>
|
|
<SelectedPlatformGroup>Emulator</SelectedPlatformGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(TargetPlatformIdentifier)'=='iOS'">
|
|
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
|
|
<PlatformTarget>arm64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net7.0-android|AnyCPU'">
|
|
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<MauiXaml Update="App.xaml">
|
|
<SubType>Designer</SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="AppShell.xaml">
|
|
<SubType>Designer</SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="MainPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="Pages\AuteurListe.xaml">
|
|
<SubType>Designer</SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="Pages\MyLibraryPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="Pages\Component\ListComponent.xaml">
|
|
<SubType>Designer</SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="Pages\Component\Livre.xaml">
|
|
<SubType>Designer</SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="Pages\DateListe.xaml">
|
|
<SubType>Designer</SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="Pages\BookPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="Pages\EmpruntPret.xaml">
|
|
<SubType>Designer</SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="Pages\BooksPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="Platforms\Windows\App.xaml">
|
|
<SubType>Designer</SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="Resources\Styles\Colors.xaml">
|
|
<SubType>Designer</SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="Resources\Styles\Styles.xaml">
|
|
<SubType>Designer</SubType>
|
|
</MauiXaml>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Update="Platforms\Windows\Package.appxmanifest">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
</Project> |