|
|
|
@ -1,10 +1,15 @@
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
<TargetFrameworks>net7.0-android;net7.0-maccatalyst</TargetFrameworks>
|
|
|
|
|
=======
|
|
|
|
|
<TargetFrameworks>net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
|
|
|
|
|
>>>>>>> 60075c08e3c401c5052a7dde23de56da55047dd8
|
|
|
|
|
<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> -->
|
|
|
|
|
<RuntimeIdentifiers>maccatalyst-arm64</RuntimeIdentifiers>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<RootNamespace>ParionsCuite</RootNamespace>
|
|
|
|
|
<UseMaui>true</UseMaui>
|
|
|
|
|