|
3 | 3 | <PropertyGroup> |
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform> |
6 | | - <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| 6 | + <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
7 | 7 | <ProjectGuid>{3844D000-B4DE-4539-A22D-F525723150F8}</ProjectGuid> |
8 | 8 | <OutputType>Exe</OutputType> |
9 | 9 | <RootNamespace>PlaygroundXamForms.iOS</RootNamespace> |
10 | 10 | <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix> |
11 | 11 | <AssemblyName>PlaygroundXamFormsiOS</AssemblyName> |
12 | 12 | <ProductVersion>8.0.30703</ProductVersion> |
13 | 13 | <SchemaVersion>2.0</SchemaVersion> |
| 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> |
|
41 | 43 | <MtouchI18n> |
42 | 44 | </MtouchI18n> |
43 | 45 | <MtouchArch>ARMv7</MtouchArch> |
| 46 | + <CodesignKey>iPhone Developer</CodesignKey> |
44 | 47 | </PropertyGroup> |
45 | 48 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> |
46 | 49 | <DebugSymbols>true</DebugSymbols> |
|
54 | 57 | <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
55 | 58 | <MtouchDebug>true</MtouchDebug> |
56 | 59 | <CodesignKey>iPhone Developer</CodesignKey> |
| 60 | + <MtouchArch>ARMv7</MtouchArch> |
57 | 61 | </PropertyGroup> |
58 | 62 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> |
59 | 63 | <DebugType>full</DebugType> |
|
68 | 72 | <MtouchLink>None</MtouchLink> |
69 | 73 | <MtouchI18n> |
70 | 74 | </MtouchI18n> |
71 | | - <MtouchArch>ARMv7</MtouchArch> |
| 75 | + <MtouchArch>ARMv7, ARM64</MtouchArch> |
72 | 76 | </PropertyGroup> |
73 | 77 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' "> |
74 | 78 | <DebugType>full</DebugType> |
|
82 | 86 | <BuildIpa>true</BuildIpa> |
83 | 87 | <CodesignProvision>Automatic:AdHoc</CodesignProvision> |
84 | 88 | <CodesignKey>iPhone Distribution</CodesignKey> |
| 89 | + <MtouchArch>ARMv7, ARM64</MtouchArch> |
85 | 90 | </PropertyGroup> |
86 | 91 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' "> |
87 | 92 | <DebugType>full</DebugType> |
|
94 | 99 | <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
95 | 100 | <CodesignProvision>Automatic:AppStore</CodesignProvision> |
96 | 101 | <CodesignKey>iPhone Distribution</CodesignKey> |
| 102 | + <MtouchArch>ARMv7, ARM64</MtouchArch> |
97 | 103 | </PropertyGroup> |
98 | 104 | <ItemGroup> |
99 | 105 | <Reference Include="System" /> |
100 | 106 | <Reference Include="System.Xml" /> |
101 | 107 | <Reference Include="System.Core" /> |
102 | | - <Reference Include="monotouch" /> |
103 | | - <Reference Include="Xamarin.Forms.Platform.iOS"> |
104 | | - <HintPath>..\packages\Xamarin.Forms.1.3.1.6296\lib\MonoTouch10\Xamarin.Forms.Platform.iOS.dll</HintPath> |
105 | | - </Reference> |
106 | | - <Reference Include="Xamarin.Forms.Core"> |
107 | | - <HintPath>..\packages\Xamarin.Forms.1.3.1.6296\lib\MonoTouch10\Xamarin.Forms.Core.dll</HintPath> |
108 | | - </Reference> |
109 | | - <Reference Include="Xamarin.Forms.Xaml"> |
110 | | - <HintPath>..\packages\Xamarin.Forms.1.3.1.6296\lib\MonoTouch10\Xamarin.Forms.Xaml.dll</HintPath> |
111 | | - </Reference> |
112 | 108 | <Reference Include="System.Reactive.Interfaces"> |
113 | 109 | <HintPath>..\packages\Rx-Interfaces.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Interfaces.dll</HintPath> |
114 | 110 | </Reference> |
|
121 | 117 | <Reference Include="System.Reactive.PlatformServices"> |
122 | 118 | <HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.PlatformServices.dll</HintPath> |
123 | 119 | </Reference> |
| 120 | + <Reference Include="Xamarin.iOS" /> |
| 121 | + <Reference Include="Xamarin.Forms.Core"> |
| 122 | + <HintPath>..\packages\Xamarin.Forms.1.3.1.6296\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath> |
| 123 | + </Reference> |
| 124 | + <Reference Include="Xamarin.Forms.Platform.iOS"> |
| 125 | + <HintPath>..\packages\Xamarin.Forms.1.3.1.6296\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath> |
| 126 | + </Reference> |
| 127 | + <Reference Include="Xamarin.Forms.Xaml"> |
| 128 | + <HintPath>..\packages\Xamarin.Forms.1.3.1.6296\lib\MonoTouch10\Xamarin.Forms.Xaml.dll</HintPath> |
| 129 | + </Reference> |
124 | 130 | <Reference Include="Splat"> |
125 | | - <HintPath>..\packages\Splat.1.6.0\lib\monotouch\Splat.dll</HintPath> |
| 131 | + <HintPath>..\packages\Splat.1.6.0\lib\Xamarin.iOS10\Splat.dll</HintPath> |
126 | 132 | </Reference> |
127 | 133 | </ItemGroup> |
128 | 134 | <ItemGroup> |
129 | 135 | <ProjectReference Include="..\Playground-XamForms\Playground-XamForms.csproj"> |
130 | 136 | <Project>{EE4BDA1D-EB01-4A45-8525-D996A0F0F6AC}</Project> |
131 | 137 | <Name>Playground-XamForms</Name> |
132 | 138 | </ProjectReference> |
133 | | - <ProjectReference Include="..\ReactiveUI\ReactiveUI_iOS.csproj"> |
134 | | - <Project>{9091337A-9E94-4DBD-801E-15E1FDA78FFC}</Project> |
135 | | - <Name>ReactiveUI_iOS</Name> |
136 | | - </ProjectReference> |
137 | 139 | <ProjectReference Include="..\ReactiveUI.XamForms\ReactiveUI.XamForms.csproj"> |
138 | 140 | <Project>{864CB812-199F-401B-BE4C-E8F0515CD19D}</Project> |
139 | 141 | <Name>ReactiveUI.XamForms</Name> |
140 | 142 | </ProjectReference> |
141 | | - <ProjectReference Include="..\ReactiveUI.Events\ReactiveUI.Events_iOS_XS.csproj"> |
142 | | - <Project>{334E6DAC-0D70-4CE0-80CB-DFD3147DBE18}</Project> |
143 | | - <Name>ReactiveUI.Events_iOS_XS</Name> |
144 | | - </ProjectReference> |
145 | 143 | <ProjectReference Include="..\ReactiveUI.Events\ReactiveUI.Events_XamForms_XS.csproj"> |
146 | 144 | <Project>{864CBF13-F9AF-401B-BE4C-E8F0515CD19D}</Project> |
147 | 145 | <Name>ReactiveUI.Events_XamForms_XS</Name> |
148 | 146 | </ProjectReference> |
| 147 | + <ProjectReference Include="..\ReactiveUI\ReactiveUI_iOS64.csproj"> |
| 148 | + <Project>{AF913370-A394-4DBD-801E-15E1FDA78FFC}</Project> |
| 149 | + <Name>ReactiveUI_iOS64</Name> |
| 150 | + </ProjectReference> |
| 151 | + <ProjectReference Include="..\ReactiveUI.Events\ReactiveUI.Events_iOS64.csproj"> |
| 152 | + <Project>{334E6DAA-1D70-4CE0-80CB-DFD3147DBE18}</Project> |
| 153 | + <Name>ReactiveUI.Events_iOS64</Name> |
| 154 | + </ProjectReference> |
149 | 155 | </ItemGroup> |
150 | 156 | <ItemGroup> |
151 | 157 | <BundleResource Include="Resources\Default-568h%402x.png" /> |
|
159 | 165 | <Compile Include="Main.cs" /> |
160 | 166 | <Compile Include="AppDelegate.cs" /> |
161 | 167 | </ItemGroup> |
162 | | - <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
163 | | - <Import Project="../packages/Xamarin.Forms.1.3.1.6296/build/portable-win+net45+wp80+MonoAndroid10+MonoTouch10/Xamarin.Forms.targets" /> |
164 | | - <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" /> |
| 168 | + <Import Project="../packages/Xamarin.Forms.1.3.1.6296/build/portable-win+net45+wp80+MonoAndroid10+MonoTouch10+Xamarin.iOS10/Xamarin.Forms.targets" /> |
| 169 | + <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> |
165 | 170 | </Project> |
0 commit comments