You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
151 lines
7.2 KiB
151 lines
7.2 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>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> -->
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>YOUserbase</RootNamespace>
|
|
<UseMaui>true</UseMaui>
|
|
<SingleProject>true</SingleProject>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<!-- Display name -->
|
|
<ApplicationTitle>YOUserbase</ApplicationTitle>
|
|
|
|
<!-- App Identifier -->
|
|
<ApplicationId>ch.kspoon.youserbase</ApplicationId>
|
|
<ApplicationIdGuid>bfa92d95-cc62-4640-bfcb-2d017df74e85</ApplicationIdGuid>
|
|
|
|
<!-- Versions -->
|
|
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
|
|
<ApplicationVersion>1</ApplicationVersion>
|
|
|
|
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion>
|
|
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">13.1</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>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net7.0-maccatalyst|AnyCPU'">
|
|
<CreatePackage>false</CreatePackage>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net7.0-maccatalyst|AnyCPU'">
|
|
<CreatePackage>false</CreatePackage>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<!-- App Icon -->
|
|
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\icon.svg" Color="#FFFFFF" />
|
|
|
|
<!-- Splash Screen -->
|
|
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#512BD4" BaseSize="128,128" />
|
|
|
|
<!-- Images -->
|
|
<MauiImage Include="Resources\Images\*" />
|
|
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<MauiXaml Update="NewPage1.xaml">
|
|
<SubType></SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="LoginPage.xaml">
|
|
<SubType></SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="CreateUserPage.xaml">
|
|
<SubType></SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="GroupOverviewPage.xaml">
|
|
<SubType></SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Condition=" '$(EnableDefaultXamlItems)' == 'true' " Update="CreateUserPage %28copy%29.xaml">
|
|
<SubType></SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Condition=" '$(EnableDefaultXamlItems)' == 'true' " Update="AppShell %28copy%29.xaml">
|
|
<SubType>Designer</SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Condition=" '$(EnableDefaultXamlItems)' == 'true' " Update="LoginShell.xaml">
|
|
<SubType>Designer</SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="FAQPage.xaml">
|
|
<SubType></SubType>
|
|
</MauiXaml>
|
|
<MauiXaml Update="ImpressumPage.xaml">
|
|
<SubType></SubType>
|
|
</MauiXaml>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Remove="CommunityToolkit.Maui" />
|
|
<None Remove="DevExpress.Data" />
|
|
<None Remove="Resources\Fonts\Blimone-Bold.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-Bold.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-BoldInktrap.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-BoldInktrap.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-BoldItalic.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-BoldItalic.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-ExtraBold.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-ExtraBold.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-ExtraBoldInktrap.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-ExtraBoldInktrap.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-ExtraBoldItalic.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-ExtraBoldItalic.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-ExtraLight.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-ExtraLight.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-ExtraLightInktrap.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-ExtraLightInktrap.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-ExtraLightItalic.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-ExtraLightItalic.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-Light.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-Light.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-LightInktrap.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-LightInktrap.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-LightItalic.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-LightItalic.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-Medium.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-Medium.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-MediumInktrap.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-MediumInktrap.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-MediumItalic.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-MediumItalic.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-Regular.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-Regular.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-RegularInktrap.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-RegularInktrap.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-RegularItalic.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-RegularItalic.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-SemiBold.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-SemiBold.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-SemiBoldInktrap.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-SemiBoldInktrap.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-SemiBoldItalic.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-SemiBoldItalic.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-Thin.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-Thin.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-ThinInktrap.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-ThinInktrap.ttf" />
|
|
<None Remove="Resources\Fonts\Blimone-ThinItalic.otf" />
|
|
<None Remove="Resources\Fonts\Blimone-ThinItalic.ttf" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Condition=" '$(EnableDefaultCompileItems)' == 'true' " Update="CreateUserPage %28copy%29.xaml.cs">
|
|
<DependentUpon>CreateUserPage %28copy%29.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Condition=" '$(EnableDefaultCompileItems)' == 'true' " Update="CreateGroupPage.xaml.cs">
|
|
<DependentUpon>CreateGroupPage.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BundleResource Include="**/*" />
|
|
<BundleResource Include="Resources\Fonts\*" />
|
|
</ItemGroup>
|
|
</Project>
|