|
|
@@ -29,8 +29,8 @@
|
|
|
|
<ApplicationId>it.integry.salesbook</ApplicationId>
|
|
|
|
<ApplicationId>it.integry.salesbook</ApplicationId>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Versions -->
|
|
|
|
<!-- Versions -->
|
|
|
|
<ApplicationDisplayVersion>2.0.0</ApplicationDisplayVersion>
|
|
|
|
<ApplicationDisplayVersion>2.0.1</ApplicationDisplayVersion>
|
|
|
|
<ApplicationVersion>6</ApplicationVersion>
|
|
|
|
<ApplicationVersion>7</ApplicationVersion>
|
|
|
|
|
|
|
|
|
|
|
|
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
|
|
|
|
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
|
|
|
|
<!--<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">
|
|
|
|
<!--<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">
|
|
|
@@ -105,6 +105,20 @@
|
|
|
|
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" />
|
|
|
|
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<BlazorWebAssemblyLazyLoad Include="salesbook.Shared.dll" />
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
|
|
|
|
|
|
|
<PublishTrimmed>true</PublishTrimmed>
|
|
|
|
|
|
|
|
<RunAOTCompilation>true</RunAOTCompilation>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<TrimmerRootAssembly Include="salesbook.Shared" RootMode="All" />
|
|
|
|
|
|
|
|
<TrimmerRootDescriptor Include="ILLink.Descriptors.xml" />
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<!-- Splash Screen -->
|
|
|
|
<!-- Splash Screen -->
|
|
|
|
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#dff2ff" BaseSize="128,128" />
|
|
|
|
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#dff2ff" BaseSize="128,128" />
|
|
|
|