3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
5
<Platform Condition =" '$(Platform)' == '' " >iPhoneSimulator</Platform >
6
- <ProductVersion >8.0.30703</ProductVersion >
7
- <SchemaVersion >2.0</SchemaVersion >
8
6
<ProjectGuid >{7994A7C5-FBC5-486E-A345-0B7499A34589}</ProjectGuid >
9
- <ProjectTypeGuids >{6BC8ED88-2882-458C-8E55-DFD12B67127B };{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
7
+ <ProjectTypeGuids >{FEACFBD2-3405-455C-9665-78FE426C6842 };{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
10
8
<OutputType >Library</OutputType >
11
9
<RootNamespace >Tempest</RootNamespace >
12
10
<IPhoneResourcePrefix >Resources</IPhoneResourcePrefix >
13
11
<AssemblyName >Tempest.iOS</AssemblyName >
12
+ <TargetFrameworkIdentifier >Xamarin.iOS</TargetFrameworkIdentifier >
13
+ <TargetFrameworkVersion >v1.0</TargetFrameworkVersion >
14
14
</PropertyGroup >
15
15
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' " >
16
16
<DebugSymbols >true</DebugSymbols >
24
24
<MtouchLink >None</MtouchLink >
25
25
<MtouchDebug >True</MtouchDebug >
26
26
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
27
- <MtouchSdkVersion >Default</MtouchSdkVersion >
28
- <MtouchProfiling >False</MtouchProfiling >
29
- <MtouchExtraArgs />
30
- <MtouchArch >Default, ARMv7</MtouchArch >
31
- <MtouchUseLlvm >False</MtouchUseLlvm >
32
- <MtouchUseThumb >False</MtouchUseThumb >
33
- <MtouchUseSGen >False</MtouchUseSGen >
34
- <MtouchUseRefCounting >False</MtouchUseRefCounting >
27
+ <MtouchExtraArgs >
28
+ </MtouchExtraArgs >
29
+ <MtouchArch >Default, ARMv7, ARM64</MtouchArch >
35
30
</PropertyGroup >
36
31
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' " >
37
32
<DebugType >none</DebugType >
56
51
<MtouchDebug >true</MtouchDebug >
57
52
<CodesignKey >iPhone Developer</CodesignKey >
58
53
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
54
+ <MtouchArch >ARMv7, ARM64</MtouchArch >
59
55
</PropertyGroup >
60
56
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|iPhone' " >
61
57
<DebugType >none</DebugType >
67
63
<CodesignKey >iPhone Developer</CodesignKey >
68
64
<DefineConstants >NET_4;NOEMIT;SAFE</DefineConstants >
69
65
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
66
+ <MtouchArch >ARMv7, ARM64</MtouchArch >
70
67
</PropertyGroup >
71
68
<ItemGroup >
72
69
<Compile Include =" ..\..\Desktop\Tempest\ArrayExtensions.cs" >
156
153
<Reference Include =" System" />
157
154
<Reference Include =" System.Xml" />
158
155
<Reference Include =" System.Core" />
159
- <Reference Include =" monotouch " />
156
+ <Reference Include =" Xamarin.iOS " />
160
157
</ItemGroup >
161
- <Import Project =" $(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch .CSharp.targets" />
162
- </Project >
158
+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS .CSharp.targets" />
159
+ </Project >
0 commit comments