Home | History | Annotate | Download | only in iOS
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <PropertyGroup>
      4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
      5     <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
      6     <ProjectGuid>{62336DF0-60D8-478F-8140-B3CB089B417E}</ProjectGuid>
      7     <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
      8     <OutputType>Exe</OutputType>
      9     <RootNamespace>HelloworldXamarin.iOS</RootNamespace>
     10     <AssemblyName>HelloworldXamarin.iOS</AssemblyName>
     11     <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
     12   </PropertyGroup>
     13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
     14     <DebugSymbols>true</DebugSymbols>
     15     <DebugType>full</DebugType>
     16     <Optimize>false</Optimize>
     17     <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
     18     <DefineConstants>DEBUG;ENABLE_TEST_CLOUD;</DefineConstants>
     19     <ErrorReport>prompt</ErrorReport>
     20     <WarningLevel>4</WarningLevel>
     21     <CodesignKey>iPhone Developer</CodesignKey>
     22     <MtouchDebug>true</MtouchDebug>
     23     <MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
     24     <MtouchFastDev>true</MtouchFastDev>
     25     <IOSDebuggerPort>45216</IOSDebuggerPort>
     26     <MtouchLink>None</MtouchLink>
     27     <MtouchArch>x86_64</MtouchArch>
     28     <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
     29     <PlatformTarget>x86</PlatformTarget>
     30   </PropertyGroup>
     31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
     32     <DebugType>pdbonly</DebugType>
     33     <Optimize>true</Optimize>
     34     <OutputPath>bin\iPhone\Release</OutputPath>
     35     <ErrorReport>prompt</ErrorReport>
     36     <WarningLevel>4</WarningLevel>
     37     <CodesignKey>iPhone Developer</CodesignKey>
     38     <MtouchFloat32>true</MtouchFloat32>
     39     <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
     40     <MtouchLink>SdkOnly</MtouchLink>
     41     <MtouchArch>ARM64</MtouchArch>
     42     <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
     43     <PlatformTarget>x86</PlatformTarget>
     44   </PropertyGroup>
     45   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
     46     <DebugType>pdbonly</DebugType>
     47     <Optimize>true</Optimize>
     48     <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
     49     <ErrorReport>prompt</ErrorReport>
     50     <WarningLevel>4</WarningLevel>
     51     <CodesignKey>iPhone Developer</CodesignKey>
     52     <MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
     53     <MtouchLink>None</MtouchLink>
     54     <MtouchArch>x86_64</MtouchArch>
     55     <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
     56     <PlatformTarget>x86</PlatformTarget>
     57   </PropertyGroup>
     58   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
     59     <DebugSymbols>true</DebugSymbols>
     60     <DebugType>full</DebugType>
     61     <Optimize>false</Optimize>
     62     <OutputPath>bin\iPhone\Debug</OutputPath>
     63     <DefineConstants>DEBUG;ENABLE_TEST_CLOUD;</DefineConstants>
     64     <ErrorReport>prompt</ErrorReport>
     65     <WarningLevel>4</WarningLevel>
     66     <CodesignKey>iPhone Developer</CodesignKey>
     67     <DeviceSpecificBuild>true</DeviceSpecificBuild>
     68     <MtouchDebug>true</MtouchDebug>
     69     <MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
     70     <MtouchFastDev>true</MtouchFastDev>
     71     <MtouchFloat32>true</MtouchFloat32>
     72     <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
     73     <IOSDebuggerPort>35164</IOSDebuggerPort>
     74     <MtouchLink>SdkOnly</MtouchLink>
     75     <MtouchArch>ARM64</MtouchArch>
     76     <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
     77     <PlatformTarget>x86</PlatformTarget>
     78   </PropertyGroup>
     79   <ItemGroup>
     80     <Reference Include="System" />
     81     <Reference Include="System.Xml" />
     82     <Reference Include="System.Core" />
     83     <Reference Include="Xamarin.iOS" />
     84     <Reference Include="System.IO.Compression" />
     85     <Reference Include="System.Net.Http" />
     86     <Reference Include="System.Runtime.Loader">
     87       <HintPath>..\packages\System.Runtime.Loader.4.0.0\lib\netstandard1.5\System.Runtime.Loader.dll</HintPath>
     88     </Reference>
     89     <Reference Include="System.Interactive.Async">
     90       <HintPath>..\packages\System.Interactive.Async.3.1.1\lib\netstandard1.3\System.Interactive.Async.dll</HintPath>
     91     </Reference>
     92     <Reference Include="Grpc.Core">
     93       <HintPath>..\packages\Grpc.Core.1.15.0-dev\lib\netstandard1.5\Grpc.Core.dll</HintPath>
     94     </Reference>
     95     <Reference Include="Google.Protobuf">
     96       <HintPath>..\packages\Google.Protobuf.3.6.0\lib\netstandard1.0\Google.Protobuf.dll</HintPath>
     97     </Reference>
     98   </ItemGroup>
     99   <ItemGroup>
    100     <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json" />
    101     <ImageAsset Include="Assets.xcassets\Contents.json" />
    102   </ItemGroup>
    103   <ItemGroup>
    104     <Folder Include="Resources\" />
    105   </ItemGroup>
    106   <ItemGroup>
    107     <InterfaceDefinition Include="LaunchScreen.storyboard" />
    108     <InterfaceDefinition Include="Main.storyboard" />
    109   </ItemGroup>
    110   <ItemGroup>
    111     <None Include="Info.plist" />
    112     <None Include="Entitlements.plist" />
    113     <None Include="packages.config" />
    114   </ItemGroup>
    115   <ItemGroup>
    116     <Compile Include="Main.cs" />
    117     <Compile Include="AppDelegate.cs" />
    118     <Compile Include="ViewController.cs" />
    119     <Compile Include="ViewController.designer.cs">
    120       <DependentUpon>ViewController.cs</DependentUpon>
    121     </Compile>
    122   </ItemGroup>
    123   <Import Project="..\HelloworldXamarin\HelloworldXamarin.projitems" Label="Shared" Condition="Exists('..\HelloworldXamarin\HelloworldXamarin.projitems')" />
    124   <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
    125   <Import Project="..\packages\Grpc.Core.1.15.0-dev\build\Xamarin.iOS\Grpc.Core.targets" Condition="Exists('..\packages\Grpc.Core.1.15.0-dev\build\Xamarin.iOS\Grpc.Core.targets')" />
    126 </Project>