|
|
|
@ -33,6 +33,9 @@
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net7.0-ios|AnyCPU'">
|
|
|
|
|
<CreatePackage>false</CreatePackage>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net7.0-ios|AnyCPU'">
|
|
|
|
|
<CreatePackage>false</CreatePackage>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<!-- App Icon -->
|
|
|
|
|
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" />
|
|
|
|
@ -79,6 +82,7 @@
|
|
|
|
|
<None Remove="Views\Participations\" />
|
|
|
|
|
<None Remove="Views\Participations\Autre\" />
|
|
|
|
|
<None Remove="Views\Participations\Boisson\" />
|
|
|
|
|
<None Remove="Modeles\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Images\fleches.png" />
|
|
|
|
@ -91,5 +95,6 @@
|
|
|
|
|
<Folder Include="Views\Participations\" />
|
|
|
|
|
<Folder Include="Views\Participations\Autre\" />
|
|
|
|
|
<Folder Include="Views\Participations\Boisson\" />
|
|
|
|
|
<Folder Include="Modeles\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|
|
|
|
|