|
|
@ -24,14 +24,14 @@
|
|
|
|
<ApplicationTitle>ex_MediaElement</ApplicationTitle>
|
|
|
|
<ApplicationTitle>ex_MediaElement</ApplicationTitle>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- App Identifier -->
|
|
|
|
<!-- App Identifier -->
|
|
|
|
<ApplicationId>com.companyname.ex_mediaelement</ApplicationId>
|
|
|
|
<ApplicationId>com.companyname.exmediaelement</ApplicationId>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Versions -->
|
|
|
|
<!-- Versions -->
|
|
|
|
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
|
|
|
|
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
|
|
|
|
<ApplicationVersion>1</ApplicationVersion>
|
|
|
|
<ApplicationVersion>1</ApplicationVersion>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- To develop, package, and publish an app to the Microsoft Store, see: https://aka.ms/MauiTemplateUnpackaged -->
|
|
|
|
<!-- To develop, package, and publish an app to the Microsoft Store, see: https://aka.ms/MauiTemplateUnpackaged -->
|
|
|
|
<WindowsPackageType>None</WindowsPackageType>
|
|
|
|
<!-- <WindowsPackageType>None</WindowsPackageType> -->
|
|
|
|
|
|
|
|
|
|
|
|
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">15.0</SupportedOSPlatformVersion>
|
|
|
|
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">15.0</SupportedOSPlatformVersion>
|
|
|
|
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">15.0</SupportedOSPlatformVersion>
|
|
|
|
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">15.0</SupportedOSPlatformVersion>
|
|
|
|