|
|
|
@ -1,157 +0,0 @@
|
|
|
|
|
<?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>{37A0EC21-60A9-43D2-8B43-3851E1CB7932}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<TemplateGuid>{6143fdea-f3c2-4a09-aafa-6e230626515e}</TemplateGuid>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<RootNamespace>OrderStacks.iOS</RootNamespace>
|
|
|
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
|
|
|
<AssemblyName>OrderStacks.iOS</AssemblyName>
|
|
|
|
|
<MtouchEnableSGenConc>true</MtouchEnableSGenConc>
|
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
|
|
|
<ApplicationIcon>TrierImage.ico</ApplicationIcon>
|
|
|
|
|
</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>None</MtouchLink>
|
|
|
|
|
<MtouchDebug>true</MtouchDebug>
|
|
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
|
|
|
</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>
|
|
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
|
|
|
<CodesignProvision>orderstacks</CodesignProvision>
|
|
|
|
|
</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>
|
|
|
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
|
|
|
<MtouchDebug>true</MtouchDebug>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
|
</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>
|
|
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
|
<CodesignProvision>orderstacks</CodesignProvision>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' ">
|
|
|
|
|
<AppExtensionDebugBundleId />
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationIcon>TrierImageB.ico</ApplicationIcon>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Main.cs" />
|
|
|
|
|
<Compile Include="AppDelegate.cs" />
|
|
|
|
|
<None Include="Entitlements.plist" />
|
|
|
|
|
<None Include="Info.plist" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Services\MessageIOS.cs" />
|
|
|
|
|
<None Include="TrierImageB.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small-40-2.png" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Notification%403x.png" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small%402x-1.png" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small%403x.png" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small-40%402x-1.png" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-60%402x-1.png" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-60%402x-2.png" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-60%403x.png" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Notification.png" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small-40-3.png" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small.png" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small%402x-2.png" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small-40.png" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small-40%402x-2.png" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-76.png" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-76%402x.png" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-83.5%402x.png" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\iTunesArtwork%402x.png" />
|
|
|
|
|
</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="Microsoft.AspNetCore.SignalR.Client">
|
|
|
|
|
<Version>3.1.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="MvvmCross.Plugin.BLE">
|
|
|
|
|
<Version>2.1.1</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Xamarin.Forms" Version="4.4.0.991265" />
|
|
|
|
|
<PackageReference Include="Xamarin.Essentials" Version="1.3.1" />
|
|
|
|
|
<PackageReference Include="TouchTracking.Forms">
|
|
|
|
|
<Version>1.1.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="SkiaSharp.Views.Forms">
|
|
|
|
|
<Version>1.68.1</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\ArrowSettingsBack.png" />
|
|
|
|
|
<BundleResource Include="Resources\GMOS.png" />
|
|
|
|
|
<BundleResource Include="Resources\HomeIcon.png" />
|
|
|
|
|
<BundleResource Include="Resources\Imagetirer1a6.png" />
|
|
|
|
|
<BundleResource Include="Resources\LuneSombreTheme.png" />
|
|
|
|
|
<BundleResource Include="Resources\PointI.png" />
|
|
|
|
|
<BundleResource Include="Resources\UpDownStacks.png" />
|
|
|
|
|
<BundleResource Include="Resources\soleil.png" />
|
|
|
|
|
<BundleResource Include="Resources\Elsole.png" />
|
|
|
|
|
<BundleResource Include="Icon.png" />
|
|
|
|
|
<BundleResource Include="Resources\TrierImageB.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\OrderStacks\OrderStacks.csproj">
|
|
|
|
|
<Project>{8DE6C881-FF77-4CC4-B8C4-CDEDD9AB13B3}</Project>
|
|
|
|
|
<Name>OrderStacks</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
<Content Include="TrierImageB.ico" />
|
|
|
|
|
=======
|
|
|
|
|
<ITunesArtwork Include="iTunesArtwork.png" />
|
|
|
|
|
<ITunesArtwork Include="iTunesArtwork%402x.png" />
|
|
|
|
|
>>>>>>> 8e8fe48ab2250e4815dcee4bbf0b103cb28fa4c6
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|