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
+ <ProjectTypeGuids >{FEACFBD2-3405-455C-9665-78FE426C6842};{F2A71F9B-5D33-465A-A702-920D77279786}</ProjectTypeGuids >
7
+ <ProjectGuid >{7131BD89-3F8C-4441-B9C3-8A7FF6E0CA12}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <RootNamespace >FSharpiOSCoolApp</RootNamespace >
10
+ <IPhoneResourcePrefix >Resources</IPhoneResourcePrefix >
11
+ <AssemblyName >FSharpiOSCoolApp</AssemblyName >
12
+ </PropertyGroup >
13
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' " >
14
+ <DebugSymbols >true</DebugSymbols >
15
+ <Optimize >false</Optimize >
16
+ <OutputPath >bin\iPhoneSimulator\Debug</OutputPath >
17
+ <DefineConstants >DEBUG;ENABLE_TEST_CLOUD</DefineConstants >
18
+ <ErrorReport >prompt</ErrorReport >
19
+ <MtouchArch >i386</MtouchArch >
20
+ <MtouchLink >None</MtouchLink >
21
+ <MtouchUseRefCounting >true</MtouchUseRefCounting >
22
+ <MtouchUseSGen >true</MtouchUseSGen >
23
+ <ConsolePause >false</ConsolePause >
24
+ <CodesignKey >iPhone Developer</CodesignKey >
25
+ <MtouchDebug >true</MtouchDebug >
26
+ <MtouchFastDev >true</MtouchFastDev >
27
+ <MtouchProfiling >true</MtouchProfiling >
28
+ <PlatformTarget >
29
+ </PlatformTarget >
30
+ </PropertyGroup >
31
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|iPhone' " >
32
+ <DebugSymbols >false</DebugSymbols >
33
+ <Optimize >true</Optimize >
34
+ <OutputPath >bin\iPhone\Release</OutputPath >
35
+ <DefineConstants >
36
+ </DefineConstants >
37
+ <ErrorReport >prompt</ErrorReport >
38
+ <GenerateTailCalls >true</GenerateTailCalls >
39
+ <MtouchArch >ARMv7, ARM64</MtouchArch >
40
+ <CodesignEntitlements >Entitlements.plist</CodesignEntitlements >
41
+ <ConsolePause >false</ConsolePause >
42
+ <CodesignKey >iPhone Distribution: Peter Beaman (ZYWNCWEKU5)</CodesignKey >
43
+ <MtouchUseSGen >true</MtouchUseSGen >
44
+ <MtouchUseRefCounting >true</MtouchUseRefCounting >
45
+ <MtouchFloat32 >true</MtouchFloat32 >
46
+ <PlatformTarget >
47
+ </PlatformTarget >
48
+ <CodesignProvision >3b5cdfe7-4a51-4b21-b1bd-3823279e04d6</CodesignProvision >
49
+ <BuildIpa >true</BuildIpa >
50
+ <IpaPackageName >
51
+ </IpaPackageName >
52
+ </PropertyGroup >
53
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' " >
54
+ <DebugSymbols >false</DebugSymbols >
55
+ <Optimize >true</Optimize >
56
+ <OutputPath >bin\iPhoneSimulator\Release</OutputPath >
57
+ <DefineConstants >
58
+ </DefineConstants >
59
+ <ErrorReport >prompt</ErrorReport >
60
+ <GenerateTailCalls >true</GenerateTailCalls >
61
+ <MtouchArch >i386</MtouchArch >
62
+ <MtouchLink >None</MtouchLink >
63
+ <MtouchUseRefCounting >true</MtouchUseRefCounting >
64
+ <MtouchUseSGen >true</MtouchUseSGen >
65
+ <CodesignKey >iPhone Developer</CodesignKey >
66
+ <ConsolePause >false</ConsolePause >
67
+ <PlatformTarget >
68
+ </PlatformTarget >
69
+ </PropertyGroup >
70
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|iPhone' " >
71
+ <DebugSymbols >true</DebugSymbols >
72
+ <Optimize >false</Optimize >
73
+ <OutputPath >bin\iPhone\Debug</OutputPath >
74
+ <DefineConstants >DEBUG;ENABLE_TEST_CLOUD</DefineConstants >
75
+ <ErrorReport >prompt</ErrorReport >
76
+ <MtouchArch >ARMv7, ARM64</MtouchArch >
77
+ <CodesignEntitlements >Entitlements.plist</CodesignEntitlements >
78
+ <MtouchFloat32 >true</MtouchFloat32 >
79
+ <MtouchUseRefCounting >true</MtouchUseRefCounting >
80
+ <ConsolePause >false</ConsolePause >
81
+ <CodesignKey >iPhone Developer</CodesignKey >
82
+ <DeviceSpecificBuild >true</DeviceSpecificBuild >
83
+ <MtouchDebug >true</MtouchDebug >
84
+ <MtouchProfiling >true</MtouchProfiling >
85
+ <MtouchUseSGen >true</MtouchUseSGen >
86
+ <PlatformTarget >
87
+ </PlatformTarget >
88
+ </PropertyGroup >
89
+ <ItemGroup >
90
+ <Reference Include =" System" />
91
+ <Reference Include =" System.Xml" />
92
+ <Reference Include =" System.Core" />
93
+ <Reference Include =" mscorlib" />
94
+ <Reference Include =" FSharp.Core" />
95
+ <Reference Include =" Xamarin.iOS" />
96
+ </ItemGroup >
97
+ <ItemGroup >
98
+ <InterfaceDefinition Include =" Resources\LaunchScreen.xib" />
99
+ <InterfaceDefinition Include =" Main.storyboard" />
100
+ </ItemGroup >
101
+ <ItemGroup >
102
+ <None Include =" Info.plist" />
103
+ <None Include =" Entitlements.plist" />
104
+ </ItemGroup >
105
+ <ItemGroup >
106
+ <Compile Include =" ViewController.fs" />
107
+ <Compile Include =" AppDelegate.fs" />
108
+ <Compile Include =" Main.fs" />
109
+ </ItemGroup >
110
+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.FSharp.targets" />
111
+ <ItemGroup >
112
+ <ImageAsset Include =" Resources\Images.xcassets\AppIcons.appiconset\Contents.json" />
113
+ <ImageAsset Include =" Resources\Images.xcassets\AppIcons.appiconset\Icon-app-60%403x.png" />
114
+ <ImageAsset Include =" Resources\Images.xcassets\AppIcons.appiconset\icon-app-57.png" />
115
+ <ImageAsset Include =" Resources\Images.xcassets\AppIcons.appiconset\icon-app-60%402x.png" />
116
+ <ImageAsset Include =" Resources\Images.xcassets\AppIcons.appiconset\icon-app-72.png" />
117
+ <ImageAsset Include =" Resources\Images.xcassets\AppIcons.appiconset\icon-app-72%402x.png" />
118
+ <ImageAsset Include =" Resources\Images.xcassets\AppIcons.appiconset\icon-app-76.png" />
119
+ <ImageAsset Include =" Resources\Images.xcassets\AppIcons.appiconset\icon-app-76%402x.png" />
120
+ <ImageAsset Include =" Resources\Images.xcassets\AppIcons.appiconset\icon-spotlight-29.png" />
121
+ <ImageAsset Include =" Resources\Images.xcassets\AppIcons.appiconset\icon-spotlight-29%402x.png" />
122
+ <ImageAsset Include =" Resources\Images.xcassets\AppIcons.appiconset\icon-spotlight-40.png" />
123
+ <ImageAsset Include =" Resources\Images.xcassets\AppIcons.appiconset\icon-spotlight-40%402x.png" />
124
+ <ImageAsset Include =" Resources\Images.xcassets\AppIcons.appiconset\icon-spp-57%402x.png" />
125
+ <ImageAsset Include =" Resources\Images.xcassets\AppIcons.appiconset\icon-watch-29%402x.png" />
126
+ <ImageAsset Include =" Resources\Images.xcassets\AppIcons.appiconset\icon-watch-29%403x.png" />
127
+ </ItemGroup >
128
+ </Project >
0 commit comments