|
|
|
@ -1,196 +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>Resources\IconPique60ptmax.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" />
|
|
|
|
|
<BundleResource Include="TrierImageB.ico" />
|
|
|
|
|
<Compile Include="Services\MessageIOS.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small-40-3.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Notification%403x-1.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small%402x-2.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small%403x-1.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small-40%402x-2.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-60%402x-2.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-60%402x.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-60%403x-1.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Notification-1.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small-40.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small-1.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small%402x.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small-40-1.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small-40%402x.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-76-1.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-76%402x-1.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-83.5%402x-1.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\iTunesArtwork%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="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>
|
|
|
|
|
<ITunesArtwork Include="iTunesArtwork" />
|
|
|
|
|
<ITunesArtwork Include="iTunesArtwork%402x" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\ArrowSettingsBack.png" />
|
|
|
|
|
<BundleResource Include="Resources\EngrenageV1.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\TrierImageB.png" />
|
|
|
|
|
<BundleResource Include="Resources\UpDownStacks.png" />
|
|
|
|
|
<BundleResource Include="Resources\soleil.png" />
|
|
|
|
|
<BundleResource Include="Resources\Elsole.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="IconeApp.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<<<<<<< HEAD:OrderStacks.iOS/OrderStacks.iOS.csproj
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\OrderStacks\OrderStacks.csproj">
|
|
|
|
|
<Project>{8DE6C881-FF77-4CC4-B8C4-CDEDD9AB13B3}</Project>
|
|
|
|
|
<Name>OrderStacks</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
=======
|
|
|
|
|
<ItemGroup />
|
|
|
|
|
>>>>>>> 739932cd8872a80cb9556f3ed130fe8433f3b380:TheGameExtreme.iOS/OrderStacks.csproj
|
|
|
|
|
</Project>
|