|
6 | 6 | <ProductVersion>8.0.30703</ProductVersion>
|
7 | 7 | <SchemaVersion>2.0</SchemaVersion>
|
8 | 8 | <ProjectGuid>{2CE837CD-9B97-4058-9156-339697EEE228}</ProjectGuid>
|
9 |
| - <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| 9 | + <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
10 | 10 | <OutputType>Exe</OutputType>
|
11 | 11 | <RootNamespace>Playground.iOS</RootNamespace>
|
12 | 12 | <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
13 | 13 | <AssemblyName>PlaygroundiOS</AssemblyName>
|
| 14 | + <TargetFrameworkIdentifier>Xamarin.iOS</TargetFrameworkIdentifier> |
| 15 | + <TargetFrameworkVersion>v1.0</TargetFrameworkVersion> |
14 | 16 | </PropertyGroup>
|
15 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
|
16 | 18 | <DebugSymbols>true</DebugSymbols>
|
|
28 | 30 | <MtouchUseRefCounting>true</MtouchUseRefCounting>
|
29 | 31 | <MtouchI18n>
|
30 | 32 | </MtouchI18n>
|
31 |
| - <MtouchArch>i386</MtouchArch> |
| 33 | + <MtouchArch>i386, ARM64</MtouchArch> |
32 | 34 | </PropertyGroup>
|
33 | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
34 | 36 | <DebugType>full</DebugType>
|
|
56 | 58 | </IpaPackageName>
|
57 | 59 | <MtouchI18n>
|
58 | 60 | </MtouchI18n>
|
59 |
| - <MtouchArch>ARMv7</MtouchArch> |
| 61 | + <MtouchArch>ARMv7, ARM64</MtouchArch> |
60 | 62 | <MtouchSdkVersion>8.0</MtouchSdkVersion>
|
61 | 63 | </PropertyGroup>
|
62 | 64 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
|
68 | 70 | <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
69 | 71 | <ConsolePause>false</ConsolePause>
|
70 | 72 | <CodesignKey>iPhone Developer</CodesignKey>
|
| 73 | + <MtouchArch>ARMv7, ARM64</MtouchArch> |
71 | 74 | </PropertyGroup>
|
72 | 75 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
|
73 | 76 | <DebugType>full</DebugType>
|
|
80 | 83 | <BuildIpa>true</BuildIpa>
|
81 | 84 | <CodesignProvision>Automatic:AdHoc</CodesignProvision>
|
82 | 85 | <CodesignKey>iPhone Distribution</CodesignKey>
|
| 86 | + <MtouchArch>ARMv7, ARM64</MtouchArch> |
83 | 87 | </PropertyGroup>
|
84 | 88 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
|
85 | 89 | <DebugType>full</DebugType>
|
|
91 | 95 | <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
92 | 96 | <ConsolePause>false</ConsolePause>
|
93 | 97 | <CodesignProvision>Automatic:AppStore</CodesignProvision>
|
| 98 | + <MtouchArch>ARMv7, ARM64</MtouchArch> |
94 | 99 | </PropertyGroup>
|
95 | 100 | <ItemGroup>
|
96 | 101 | <Reference Include="System" />
|
97 | 102 | <Reference Include="System.Xml" />
|
98 | 103 | <Reference Include="System.Core" />
|
99 |
| - <Reference Include="monotouch" /> |
100 | 104 | <Reference Include="System.Net.Http" />
|
101 | 105 | <Reference Include="Newtonsoft.Json">
|
102 | 106 | <HintPath>..\..\ext\monotouch\Newtonsoft.Json.dll</HintPath>
|
103 | 107 | </Reference>
|
| 108 | + <Reference Include="Xamarin.iOS" /> |
104 | 109 | </ItemGroup>
|
105 | 110 | <ItemGroup>
|
106 | 111 | <Folder Include="Resources\" />
|
|
120 | 125 | <ItemGroup>
|
121 | 126 | <InterfaceDefinition Include="Playground_iOSViewController.xib" />
|
122 | 127 | </ItemGroup>
|
123 |
| - <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
124 | 128 | <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
125 | 129 | <ItemGroup>
|
126 |
| - <ProjectReference Include="..\ModernHttpClient\ModernHttpClient.iOS.csproj"> |
127 |
| - <Project>{0F2A1CC8-4168-4CB4-B334-28C28BA51ECB}</Project> |
128 |
| - <Name>ModernHttpClient.iOS</Name> |
| 130 | + <ProjectReference Include="..\ModernHttpClient\ModernHttpClient.iOS64.csproj"> |
| 131 | + <Project>{6941F069-AC02-40EE-BBF3-9FE3331030EF}</Project> |
| 132 | + <Name>ModernHttpClient.iOS64</Name> |
129 | 133 | </ProjectReference>
|
130 | 134 | </ItemGroup>
|
131 | 135 | </Project>
|
0 commit comments