|
|
@@ -0,0 +1,121 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <PropertyGroup>
|
|
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
|
|
|
+ <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
+ <ProjectGuid>{65C016FE-16E3-4333-AB04-4ADC0AA2F3DD}</ProjectGuid>
|
|
|
+ <OutputType>Exe</OutputType>
|
|
|
+ <RootNamespace>ContinuousSample.iOS</RootNamespace>
|
|
|
+ <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
|
+ <AssemblyName>ContinuousSample.iOS</AssemblyName>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
|
|
|
+ <DefineConstants>DEBUG;ENABLE_TEST_CLOUD;</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ <MtouchArch>i386</MtouchArch>
|
|
|
+ <MtouchLink>None</MtouchLink>
|
|
|
+ <MtouchUseRefCounting>true</MtouchUseRefCounting>
|
|
|
+ <MtouchUseSGen>true</MtouchUseSGen>
|
|
|
+ <MtouchFastDev>true</MtouchFastDev>
|
|
|
+ <MtouchDebug>true</MtouchDebug>
|
|
|
+ <CodesignKey>iPhone Developer</CodesignKey>
|
|
|
+ <MtouchProfiling>true</MtouchProfiling>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <OutputPath>bin\iPhone\Release</OutputPath>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ <MtouchArch>ARMv7, ARM64</MtouchArch>
|
|
|
+ <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
+ <MtouchFloat32>true</MtouchFloat32>
|
|
|
+ <MtouchUseSGen>true</MtouchUseSGen>
|
|
|
+ <CodesignKey>iPhone Developer</CodesignKey>
|
|
|
+ <MtouchUseRefCounting>true</MtouchUseRefCounting>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ <MtouchArch>i386</MtouchArch>
|
|
|
+ <MtouchLink>None</MtouchLink>
|
|
|
+ <MtouchUseRefCounting>true</MtouchUseRefCounting>
|
|
|
+ <CodesignKey>iPhone Developer</CodesignKey>
|
|
|
+ <MtouchUseSGen>true</MtouchUseSGen>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>bin\iPhone\Debug</OutputPath>
|
|
|
+ <DefineConstants>DEBUG;ENABLE_TEST_CLOUD;</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ <MtouchArch>ARMv7, ARM64</MtouchArch>
|
|
|
+ <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
+ <MtouchFloat32>true</MtouchFloat32>
|
|
|
+ <CodesignKey>iPhone Developer</CodesignKey>
|
|
|
+ <DeviceSpecificBuild>true</DeviceSpecificBuild>
|
|
|
+ <MtouchDebug>true</MtouchDebug>
|
|
|
+ <MtouchUseSGen>true</MtouchUseSGen>
|
|
|
+ <MtouchUseRefCounting>true</MtouchUseRefCounting>
|
|
|
+ <MtouchProfiling>true</MtouchProfiling>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="System" />
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
+ <Reference Include="System.Core" />
|
|
|
+ <Reference Include="Xamarin.iOS" />
|
|
|
+ <Reference Include="Xamarin.Forms.Platform.iOS">
|
|
|
+ <HintPath>..\packages\Xamarin.Forms.1.3.5.6335\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Xamarin.Forms.Core">
|
|
|
+ <HintPath>..\packages\Xamarin.Forms.1.3.5.6335\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Xamarin.Forms.Xaml">
|
|
|
+ <HintPath>..\packages\Xamarin.Forms.1.3.5.6335\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Newtonsoft.Json">
|
|
|
+ <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Continuous.Server.iOS">
|
|
|
+ <HintPath>..\packages\Continuous.1.5.3\lib\Xamarin.iOS10\Continuous.Server.iOS.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\ContinuousSample\ContinuousSample.csproj">
|
|
|
+ <Project>{39CCCF7E-1E83-45A3-B109-6603E5F0C194}</Project>
|
|
|
+ <Name>ContinuousSample</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Contents.json" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <InterfaceDefinition Include="Resources\LaunchScreen.xib" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="Info.plist" />
|
|
|
+ <None Include="Entitlements.plist" />
|
|
|
+ <None Include="packages.config" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="Main.cs" />
|
|
|
+ <Compile Include="AppDelegate.cs" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
|
|
+ <Import Project="..\packages\Xamarin.Forms.1.3.5.6335\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.1.3.5.6335\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
|
|
|
+</Project>
|