|
|
|
@ -29,6 +29,16 @@
|
|
|
|
|
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
|
|
|
|
|
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
|
|
|
|
|
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
|
|
|
|
|
<GenerateAppInstallerFile>True</GenerateAppInstallerFile>
|
|
|
|
|
<AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>
|
|
|
|
|
<PackageCertificateThumbprint>D9EF0E98B2CABE92C87A46ACC4954059B92B6346</PackageCertificateThumbprint>
|
|
|
|
|
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
|
|
|
|
|
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
|
|
|
|
|
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
|
|
|
|
|
<GenerateTestArtifacts>True</GenerateTestArtifacts>
|
|
|
|
|
<AppInstallerUri>D:\Bureau</AppInstallerUri>
|
|
|
|
|
<HoursBetweenUpdateChecks>24</HoursBetweenUpdateChecks>
|
|
|
|
|
<DefaultLanguage>fr</DefaultLanguage>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
@ -51,7 +61,7 @@
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="CommunityToolkit.Maui.MediaElement" Version="1.0.2" />
|
|
|
|
|
<PackageReference Include="CommunityToolkit.Maui.MediaElement" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
@ -78,6 +88,9 @@
|
|
|
|
|
<MauiXaml Update="AlbumPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="App.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="EditPlaylistPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
@ -93,6 +106,9 @@
|
|
|
|
|
<MauiXaml Update="LocalFilesPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="MainPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="PlaylistPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|