|
|
@ -4,11 +4,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 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>net7.0;$(TargetFrameworks)</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>
|
|
|
|
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('macOs'))">$(TargetFrameworks);net7.0-maccatalyst</TargetFrameworks>
|
|
|
|
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('macOs'))">$(TargetFrameworks);net7.0-maccatalyst</TargetFrameworks>
|
|
|
|
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('ios'))">$(TargetFrameworks);net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
|
|
|
|
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('ios'))">$(TargetFrameworks);net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
|
|
|
|
<OutputType >Exe</OutputType>
|
|
|
|
<OutputType Condition="'$(TargetFramework)' != 'net7.0'">Exe</OutputType>
|
|
|
|
<RootNamespace>ParionsCuite</RootNamespace>
|
|
|
|
<RootNamespace>ParionsCuite</RootNamespace>
|
|
|
|
<UseMaui>true</UseMaui>
|
|
|
|
<UseMaui>true</UseMaui>
|
|
|
|
<SingleProject>true</SingleProject>
|
|
|
|
<SingleProject>true</SingleProject>
|
|
|
|