|
@@ -1,185 +1,252 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <PropertyGroup>
|
|
|
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
- <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
|
|
|
- <ProductVersion>8.0.30703</ProductVersion>
|
|
|
- <SchemaVersion>2.0</SchemaVersion>
|
|
|
- <ProjectGuid>{2869560F-3142-4C75-8028-95F7C613D61B}</ProjectGuid>
|
|
|
- <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
- <OutputType>Exe</OutputType>
|
|
|
- <RootNamespace>PRS.Mobile.iOS</RootNamespace>
|
|
|
- <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
|
- <AssemblyName>PRS.Mobile.iOS</AssemblyName>
|
|
|
- <MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
|
- <LangVersion>9</LangVersion>
|
|
|
- </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>
|
|
|
- <ConsolePause>false</ConsolePause>
|
|
|
- <MtouchArch>x86_64</MtouchArch>
|
|
|
- <MtouchLink>None</MtouchLink>
|
|
|
- <MtouchDebug>true</MtouchDebug>
|
|
|
- </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>
|
|
|
- <ConsolePause>false</ConsolePause>
|
|
|
- </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>
|
|
|
- <ConsolePause>false</ConsolePause>
|
|
|
- <MtouchArch>ARM64</MtouchArch>
|
|
|
- <CodesignKey>iPhone Developer</CodesignKey>
|
|
|
- <MtouchDebug>true</MtouchDebug>
|
|
|
- <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
- <Commandlineparameters></Commandlineparameters>
|
|
|
- <CreatePackage></CreatePackage>
|
|
|
- <MtouchLink>None</MtouchLink>
|
|
|
- <MtouchExtraArgs>--interpreter</MtouchExtraArgs>
|
|
|
- </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>
|
|
|
- <ConsolePause>false</ConsolePause>
|
|
|
- <CodesignKey>iPhone Developer</CodesignKey>
|
|
|
- <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
- <CodesignProvision>Automatic</CodesignProvision>
|
|
|
- <EnablePackageSigning></EnablePackageSigning>
|
|
|
- <CodesignExtraArgs></CodesignExtraArgs>
|
|
|
- <CrashReportingEnabled>false</CrashReportingEnabled>
|
|
|
- <EnableCodeSigning></EnableCodeSigning>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
|
|
|
- <DebugType>none</DebugType>
|
|
|
- <Optimize>True</Optimize>
|
|
|
- <OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <ConsolePause>False</ConsolePause>
|
|
|
- <MtouchArch>ARM64</MtouchArch>
|
|
|
- <BuildIpa>True</BuildIpa>
|
|
|
- <CodesignProvision>Automatic:AdHoc</CodesignProvision>
|
|
|
- <CodesignKey>iPhone Distribution</CodesignKey>
|
|
|
- <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
|
|
|
- <DebugType>none</DebugType>
|
|
|
- <Optimize>True</Optimize>
|
|
|
- <OutputPath>bin\iPhone\AppStore</OutputPath>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <ConsolePause>False</ConsolePause>
|
|
|
- <MtouchArch>ARM64</MtouchArch>
|
|
|
- <CodesignProvision>Automatic:AppStore</CodesignProvision>
|
|
|
- <CodesignKey>iPhone Distribution</CodesignKey>
|
|
|
- <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Compile Include="Main.cs" />
|
|
|
- <Compile Include="AppDelegate.cs" />
|
|
|
- <None Include="Entitlements.plist" />
|
|
|
- <None Include="Info.plist" />
|
|
|
- <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\100.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\128.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\16.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\172.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\196.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\216.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\256.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\32.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\48.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\512.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\55.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\64.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\88.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\logo.imageset\PRS-4.pdf" />
|
|
|
- <ImageAsset Include="Assets.xcassets\splash.imageset\Contents.json" />
|
|
|
- <ImageAsset Include="Assets.xcassets\splash.imageset\PRS-digital.pdf" />
|
|
|
- <InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
|
|
|
- <Visible>false</Visible>
|
|
|
- </ImageAsset>
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\1024.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\76.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\60.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\58.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\167.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\29.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\120.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\20.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\180.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\80.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\40.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\87.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\152.png" />
|
|
|
- <ImageAsset Include="Assets.xcassets\Contents.json" />
|
|
|
- <ImageAsset Include="Assets.xcassets\logo.imageset\Contents.json" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Reference Include="System" />
|
|
|
- <Reference Include="System.Net.Http" />
|
|
|
- <Reference Include="System.Xml" />
|
|
|
- <Reference Include="System.Core" />
|
|
|
- <Reference Include="Xamarin.iOS" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <PackageReference Include="Plugin.LocalNotification" Version="10.1.8" />
|
|
|
- <PackageReference Include="Resizetizer.NT" Version="0.3.0">
|
|
|
- <PrivateAssets>all</PrivateAssets>
|
|
|
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
- </PackageReference>
|
|
|
- <PackageReference Include="Syncfusion.Xamarin.SfPopupLayout" Version="23.2.4" />
|
|
|
- <PackageReference Include="System.Json" Version="4.7.1" />
|
|
|
- <PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
|
|
|
- <PackageReference Include="Xamarin.Forms" Version="5.0.0.2622" />
|
|
|
- <PackageReference Include="Xamarin.IQKeyboardManager" Version="1.4.1" />
|
|
|
- <PackageReference Include="XF.Material" Version="1.8.0" />
|
|
|
- <PackageReference Include="ZXing.Net.Mobile" Version="2.4.1" />
|
|
|
- <PackageReference Include="ZXing.Net.Mobile.Forms" Version="2.4.1" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ProjectReference Include="..\..\..\inabox\InABox.Core\InABox.Core.csproj">
|
|
|
- <Project>{cd727653-322b-4b8f-8bc0-86e6e85eb6f9}</Project>
|
|
|
- <Name>InABox.Core</Name>
|
|
|
- </ProjectReference>
|
|
|
- <ProjectReference Include="..\..\..\inabox\InABox.Mobile\InABox.Mobile.Shared\InABox.Mobile.Shared.csproj">
|
|
|
- <Project>{C4F5BF06-CAB8-47CF-8B0A-FF3406081781}</Project>
|
|
|
- <Name>InABox.Mobile.Shared</Name>
|
|
|
- </ProjectReference>
|
|
|
- <ProjectReference Include="..\PRS.Mobile\PRS.Mobile.csproj">
|
|
|
- <Project>{2E807D8C-659F-464D-89FE-3889019BE8EA}</Project>
|
|
|
- <Name>PRS.Mobile</Name>
|
|
|
- </ProjectReference>
|
|
|
- <ProjectReference Include="..\..\..\inabox\InABox.RPC.Shared\InABox.RPC.Shared.csproj">
|
|
|
- <Project>{0F43274E-1928-4A12-811F-77FBB882C60C}</Project>
|
|
|
- <Name>InABox.RPC.Shared</Name>
|
|
|
- </ProjectReference>
|
|
|
- </ItemGroup>
|
|
|
- <Import Project="..\..\..\inabox\InABox.Mobile\InABox.Mobile.iOS\InABox.Mobile.iOS.projitems" Label="Shared" Condition="Exists('..\..\..\inabox\InABox.Mobile\InABox.Mobile.iOS\InABox.Mobile.iOS.projitems')" />
|
|
|
- <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
|
|
|
+ <ProductVersion>8.0.30703</ProductVersion>
|
|
|
+ <SchemaVersion>2.0</SchemaVersion>
|
|
|
+ <ProjectGuid>{2869560F-3142-4C75-8028-95F7C613D61B}</ProjectGuid>
|
|
|
+ <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
+ <OutputType>Exe</OutputType>
|
|
|
+ <RootNamespace>PRS.Mobile.iOS</RootNamespace>
|
|
|
+ <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
|
+ <AssemblyName>PRS.Mobile.iOS</AssemblyName>
|
|
|
+ <MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
|
+ <LangVersion>9</LangVersion>
|
|
|
+ </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>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ <MtouchArch>x86_64</MtouchArch>
|
|
|
+ <MtouchLink>None</MtouchLink>
|
|
|
+ <MtouchDebug>true</MtouchDebug>
|
|
|
+ </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>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ </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>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ <MtouchArch>ARM64</MtouchArch>
|
|
|
+ <CodesignKey>iPhone Developer</CodesignKey>
|
|
|
+ <MtouchDebug>true</MtouchDebug>
|
|
|
+ <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
+ <Commandlineparameters>
|
|
|
+ </Commandlineparameters>
|
|
|
+ <CreatePackage>
|
|
|
+ </CreatePackage>
|
|
|
+ <MtouchLink>None</MtouchLink>
|
|
|
+ <MtouchExtraArgs>--interpreter</MtouchExtraArgs>
|
|
|
+ </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>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ <CodesignKey>iPhone Developer</CodesignKey>
|
|
|
+ <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
+ <CodesignProvision>Automatic</CodesignProvision>
|
|
|
+ <EnablePackageSigning>
|
|
|
+ </EnablePackageSigning>
|
|
|
+ <CodesignExtraArgs>
|
|
|
+ </CodesignExtraArgs>
|
|
|
+ <CrashReportingEnabled>false</CrashReportingEnabled>
|
|
|
+ <EnableCodeSigning>
|
|
|
+ </EnableCodeSigning>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
|
|
|
+ <DebugType>none</DebugType>
|
|
|
+ <Optimize>True</Optimize>
|
|
|
+ <OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <ConsolePause>False</ConsolePause>
|
|
|
+ <MtouchArch>ARM64</MtouchArch>
|
|
|
+ <BuildIpa>True</BuildIpa>
|
|
|
+ <CodesignProvision>Automatic:AdHoc</CodesignProvision>
|
|
|
+ <CodesignKey>iPhone Distribution</CodesignKey>
|
|
|
+ <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
|
|
|
+ <DebugType>none</DebugType>
|
|
|
+ <Optimize>True</Optimize>
|
|
|
+ <OutputPath>bin\iPhone\AppStore</OutputPath>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <ConsolePause>False</ConsolePause>
|
|
|
+ <MtouchArch>ARM64</MtouchArch>
|
|
|
+ <CodesignProvision>Automatic:AppStore</CodesignProvision>
|
|
|
+ <CodesignKey>iPhone Distribution</CodesignKey>
|
|
|
+ <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="Main.cs" />
|
|
|
+ <Compile Include="AppDelegate.cs" />
|
|
|
+ <None Include="Entitlements.plist" />
|
|
|
+ <None Include="Info.plist" />
|
|
|
+ <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\100.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\128.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\16.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\172.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\196.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\216.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\256.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\32.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\48.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\512.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\55.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\64.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\88.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\logo.imageset\PRS-4.pdf">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\splash.imageset\Contents.json">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\splash.imageset\PRS-digital.pdf">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\1024.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\76.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\60.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\58.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\167.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\29.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\120.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\20.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\180.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\80.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\40.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\87.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\152.png">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\Contents.json">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ <ImageAsset Include="Assets.xcassets\logo.imageset\Contents.json">
|
|
|
+ <Visible>false</Visible>
|
|
|
+ </ImageAsset>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="System" />
|
|
|
+ <Reference Include="System.Net.Http" />
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
+ <Reference Include="System.Core" />
|
|
|
+ <Reference Include="Xamarin.iOS" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <PackageReference Include="Plugin.LocalNotification" Version="10.1.8" />
|
|
|
+ <PackageReference Include="Resizetizer.NT" Version="0.3.0">
|
|
|
+ <PrivateAssets>all</PrivateAssets>
|
|
|
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
+ </PackageReference>
|
|
|
+ <PackageReference Include="Syncfusion.Xamarin.SfPopupLayout" Version="23.2.4" />
|
|
|
+ <PackageReference Include="System.Json" Version="4.7.1" />
|
|
|
+ <PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
|
|
|
+ <PackageReference Include="Xamarin.Forms" Version="5.0.0.2622" />
|
|
|
+ <PackageReference Include="Xamarin.IQKeyboardManager" Version="1.4.1" />
|
|
|
+ <PackageReference Include="XF.Material" Version="1.8.0" />
|
|
|
+ <PackageReference Include="ZXing.Net.Mobile" Version="2.4.1" />
|
|
|
+ <PackageReference Include="ZXing.Net.Mobile.Forms" Version="2.4.1" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\..\..\inabox\InABox.Core\InABox.Core.csproj">
|
|
|
+ <Project>{cd727653-322b-4b8f-8bc0-86e6e85eb6f9}</Project>
|
|
|
+ <Name>InABox.Core</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\..\..\inabox\InABox.Mobile\InABox.Mobile.Shared\InABox.Mobile.Shared.csproj">
|
|
|
+ <Project>{C4F5BF06-CAB8-47CF-8B0A-FF3406081781}</Project>
|
|
|
+ <Name>InABox.Mobile.Shared</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\PRS.Mobile\PRS.Mobile.csproj">
|
|
|
+ <Project>{2E807D8C-659F-464D-89FE-3889019BE8EA}</Project>
|
|
|
+ <Name>PRS.Mobile</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\..\..\inabox\InABox.RPC.Shared\InABox.RPC.Shared.csproj">
|
|
|
+ <Project>{0F43274E-1928-4A12-811F-77FBB882C60C}</Project>
|
|
|
+ <Name>InABox.RPC.Shared</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="..\..\..\inabox\InABox.Mobile\InABox.Mobile.iOS\InABox.Mobile.iOS.projitems" Label="Shared" Condition="Exists('..\..\..\inabox\InABox.Mobile\InABox.Mobile.iOS\InABox.Mobile.iOS.projitems')" />
|
|
|
+ <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
|
|
</Project>
|