Model become a Class Library
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
ab623bd165
commit
659c1d5453
@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Customs>
|
||||
<CustomTitle Name="croissant.mp3">
|
||||
<ImageURL>none.png</ImageURL>
|
||||
<Information></Information>
|
||||
<Path>D:\Musique\Création\croissant.mp3</Path>
|
||||
</CustomTitle>
|
||||
<CustomTitle Name="emma.mp3">
|
||||
<ImageURL>none.png</ImageURL>
|
||||
<Information></Information>
|
||||
<Path>D:\Musique\Création\emma.mp3</Path>
|
||||
</CustomTitle>
|
||||
<CustomTitle Name="Emma-.mp3">
|
||||
<ImageURL>none.png</ImageURL>
|
||||
<Information></Information>
|
||||
<Path>D:\Musique\Création\Emma-.mp3</Path>
|
||||
</CustomTitle>
|
||||
<CustomTitle Name="heaven.mp3">
|
||||
<ImageURL>none.png</ImageURL>
|
||||
<Information></Information>
|
||||
<Path>D:\Musique\Création\heaven.mp3</Path>
|
||||
</CustomTitle>
|
||||
<CustomTitle Name="winter.mp3">
|
||||
<ImageURL>none.png</ImageURL>
|
||||
<Information></Information>
|
||||
<Path>D:\Musique\Création\winter.mp3</Path>
|
||||
</CustomTitle>
|
||||
</Customs>
|
@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Playlists>
|
||||
<Playlist Name="EZ">
|
||||
<Description></Description>
|
||||
<ImageURL>D:\Images\blackcat.gif</ImageURL>
|
||||
<Titles>D:\Musique\Création\emma.mp3 D:\Musique\Création\croissant.mp3 D:\Musique\Création\Emma-.mp3 D:\Musique\Création\heaven.mp3 D:\Musique\Création\winter.mp3 D:\Musique\Création\emma.mp3</Titles>
|
||||
</Playlist>
|
||||
<Playlist Name="coucou">
|
||||
<Description></Description>
|
||||
<ImageURL>none.png</ImageURL>
|
||||
<Titles>D:\Musique\Création\emma.mp3</Titles>
|
||||
</Playlist>
|
||||
</Playlists>
|
@ -1,9 +1,20 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net7.0;net7.0-android;net7.0-ios;net7.0-maccatalyst</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 -->
|
||||
<!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> -->
|
||||
<UseMaui>true</UseMaui>
|
||||
<SingleProject>true</SingleProject>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
|
||||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
|
||||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">14.0</SupportedOSPlatformVersion>
|
||||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
|
||||
<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>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
Loading…
Reference in new issue