mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +01:00
207 lines
8.8 KiB
XML
207 lines
8.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{9985ED2B-0642-4DAC-98C3-F546196A1E36}</ProjectGuid>
|
|
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<TemplateGuid>{6143fdea-f3c2-4a09-aafa-6e230626515e}</TemplateGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>Borepin.iOS</RootNamespace>
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
<AssemblyName>Borepin.iOS</AssemblyName>
|
|
<MtouchEnableSGenConc>true</MtouchEnableSGenConc>
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
<ProvisioningType>automatic</ProvisioningType>
|
|
<MtouchSdkVersion>13.2</MtouchSdkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
|
|
<DefineConstants>DEBUG</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<MtouchArch>x86_64</MtouchArch>
|
|
<MtouchLink>SdkOnly</MtouchLink>
|
|
<MtouchDebug>true</MtouchDebug>
|
|
<MtouchSdkVersion>14.5</MtouchSdkVersion>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<MtouchLink>None</MtouchLink>
|
|
<MtouchArch>x86_64</MtouchArch>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\iPhone\Debug</OutputPath>
|
|
<DefineConstants>DEBUG</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<MtouchArch>ARM64</MtouchArch>
|
|
<MtouchDebug>false</MtouchDebug>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
<MtouchLink>None</MtouchLink>
|
|
<MtouchInterpreter>
|
|
</MtouchInterpreter>
|
|
<MtouchExtraArgs>--optimize=experimental-xforms-product-type</MtouchExtraArgs>
|
|
<MtouchSdkVersion />
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
<MtouchEnableSGenConc>false</MtouchEnableSGenConc>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\iPhone\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<MtouchArch>ARM64</MtouchArch>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
<MtouchExtraArgs>--optimize=experimental-xforms-product-type</MtouchExtraArgs>
|
|
<MtouchLink>SdkOnly</MtouchLink>
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
<MtouchSdkVersion />
|
|
<MtouchEnableSGenConc>false</MtouchEnableSGenConc>
|
|
<MtouchInterpreter>-all</MtouchInterpreter>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' ">
|
|
<AppExtensionDebugBundleId />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Main.cs" />
|
|
<Compile Include="AppDelegate.cs" />
|
|
<Compile Include="Services\PreferenceStorageService.cs" />
|
|
<Compile Include="Services\SecretStorageService.cs" />
|
|
<Compile Include="Services\VersioningService.cs" />
|
|
<None Include="Entitlements.plist" />
|
|
<None Include="Info.plist" />
|
|
<Compile Include="PlatformInitializer.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon1024.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon10241.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon120.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon1201.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon1202.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon152.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon167.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon180.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon1801.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon20.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon29.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon40.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon401.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon402.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon58.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon581.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon60.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon76.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon80.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon801.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon87.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\LaunchIcon.imageset\Contents.json">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\LaunchIcon.imageset\AppStore.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\LaunchIcon.imageset\AppStore%402x.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\LaunchIcon.imageset\AppStore%403x.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
<ImageAsset Include="Assets.xcassets\LaunchIcon.imageset\AppStore%402x-1.png">
|
|
<Visible>false</Visible>
|
|
</ImageAsset>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="Xamarin.iOS" />
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Numerics.Vectors" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Prism.DryIoc.Forms">
|
|
<Version>8.1.97</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Xamarin.Essentials" Version="1.7.2" />
|
|
<PackageReference Include="Xamarin.Forms">
|
|
<Version>5.0.0.2401</Version>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Borepin\Borepin.csproj">
|
|
<Project>{F93856BD-0C8D-4469-A8DB-6E513002BFD7}</Project>
|
|
<Name>Borepin</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Assets.xcassets\LaunchIcon.imageset\" />
|
|
</ItemGroup>
|
|
<Target Name="SetVersion">
|
|
<XmlPoke XmlInputPath="Info.plist" Query="//dict/key[. = 'CFBundleVersion']/following-sibling::string[1]" Value="$(CI_PIPELINE_ID)" />
|
|
<XmlPoke XmlInputPath="Info.plist" Query="//dict/key[. = 'CFBundleShortVersionString']/following-sibling::string[1]" Value="$(CI_COMMIT_TAG.SubString(1))" />
|
|
</Target>
|
|
</Project> |