|
|
@ -1,10 +1,11 @@
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFrameworks>net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
|
|
|
|
<TargetFrameworks>net7.0-maccatalyst</TargetFrameworks>
|
|
|
|
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
|
|
|
|
<!-- <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks> -->
|
|
|
|
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
|
|
|
|
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
|
|
|
|
<!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> -->
|
|
|
|
<!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> -->
|
|
|
|
|
|
|
|
<RuntimeIdentifiers>maccatalyst-arm64</RuntimeIdentifiers>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<RootNamespace>ParionsCuite</RootNamespace>
|
|
|
|
<RootNamespace>ParionsCuite</RootNamespace>
|
|
|
|
<UseMaui>true</UseMaui>
|
|
|
|
<UseMaui>true</UseMaui>
|
|
|
@ -83,6 +84,8 @@
|
|
|
|
<None Remove="Views\Participations\Autre\" />
|
|
|
|
<None Remove="Views\Participations\Autre\" />
|
|
|
|
<None Remove="Views\Participations\Boisson\" />
|
|
|
|
<None Remove="Views\Participations\Boisson\" />
|
|
|
|
<None Remove="Modeles\" />
|
|
|
|
<None Remove="Modeles\" />
|
|
|
|
|
|
|
|
<None Remove="Stub\" />
|
|
|
|
|
|
|
|
<None Remove="Test\" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<BundleResource Include="Resources\Images\fleches.png" />
|
|
|
|
<BundleResource Include="Resources\Images\fleches.png" />
|
|
|
@ -96,5 +99,7 @@
|
|
|
|
<Folder Include="Views\Participations\Autre\" />
|
|
|
|
<Folder Include="Views\Participations\Autre\" />
|
|
|
|
<Folder Include="Views\Participations\Boisson\" />
|
|
|
|
<Folder Include="Views\Participations\Boisson\" />
|
|
|
|
<Folder Include="Modeles\" />
|
|
|
|
<Folder Include="Modeles\" />
|
|
|
|
|
|
|
|
<Folder Include="Stub\" />
|
|
|
|
|
|
|
|
<Folder Include="Test\" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|
|
</Project>
|
|
|
|