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};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
7+ <ProjectGuid >{E6FB8A74-81D7-463C-A2E5-28D208324594}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >EAIntroView.Sample</RootNamespace >
10+ <IPhoneResourcePrefix >Resources</IPhoneResourcePrefix >
11+ <AssemblyName >EAIntroView.Sample</AssemblyName >
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;</DefineConstants >
19+ <ErrorReport >prompt</ErrorReport >
20+ <WarningLevel >4</WarningLevel >
21+ <ConsolePause >false</ConsolePause >
22+ <MtouchArch >i386</MtouchArch >
23+ <MtouchLink >None</MtouchLink >
24+ <MtouchDebug >true</MtouchDebug >
25+ <MtouchProfiling >true</MtouchProfiling >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' " >
28+ <DebugType >full</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\iPhoneSimulator\Release</OutputPath >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ <MtouchArch >i386</MtouchArch >
34+ <ConsolePause >false</ConsolePause >
35+ <MtouchLink >None</MtouchLink >
36+ </PropertyGroup >
37+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|iPhone' " >
38+ <DebugSymbols >true</DebugSymbols >
39+ <DebugType >full</DebugType >
40+ <Optimize >false</Optimize >
41+ <OutputPath >bin\iPhone\Debug</OutputPath >
42+ <DefineConstants >DEBUG;</DefineConstants >
43+ <ErrorReport >prompt</ErrorReport >
44+ <WarningLevel >4</WarningLevel >
45+ <ConsolePause >false</ConsolePause >
46+ <MtouchArch >ARMv7, ARM64</MtouchArch >
47+ <CodesignEntitlements >Entitlements.plist</CodesignEntitlements >
48+ <MtouchProfiling >true</MtouchProfiling >
49+ <CodesignKey >iPhone Developer</CodesignKey >
50+ <MtouchDebug >true</MtouchDebug >
51+ </PropertyGroup >
52+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|iPhone' " >
53+ <DebugType >full</DebugType >
54+ <Optimize >true</Optimize >
55+ <OutputPath >bin\iPhone\Release</OutputPath >
56+ <ErrorReport >prompt</ErrorReport >
57+ <WarningLevel >4</WarningLevel >
58+ <CodesignEntitlements >Entitlements.plist</CodesignEntitlements >
59+ <MtouchArch >ARMv7, ARM64</MtouchArch >
60+ <ConsolePause >false</ConsolePause >
61+ <CodesignKey >iPhone Developer</CodesignKey >
62+ </PropertyGroup >
63+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' " >
64+ <DebugType >full</DebugType >
65+ <Optimize >true</Optimize >
66+ <OutputPath >bin\iPhone\Ad-Hoc</OutputPath >
67+ <ErrorReport >prompt</ErrorReport >
68+ <WarningLevel >4</WarningLevel >
69+ <ConsolePause >false</ConsolePause >
70+ <MtouchArch >ARMv7, ARM64</MtouchArch >
71+ <CodesignEntitlements >Entitlements.plist</CodesignEntitlements >
72+ <IpaIncludeArtwork >true</IpaIncludeArtwork >
73+ <CodesignKey >iPhone Distribution</CodesignKey >
74+ <CodesignProvision >Automatic:AdHoc</CodesignProvision >
75+ <BuildIpa >true</BuildIpa >
76+ </PropertyGroup >
77+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' " >
78+ <DebugType >full</DebugType >
79+ <Optimize >true</Optimize >
80+ <OutputPath >bin\iPhone\AppStore</OutputPath >
81+ <ErrorReport >prompt</ErrorReport >
82+ <WarningLevel >4</WarningLevel >
83+ <ConsolePause >false</ConsolePause >
84+ <MtouchArch >ARMv7, ARM64</MtouchArch >
85+ <CodesignEntitlements >Entitlements.plist</CodesignEntitlements >
86+ <CodesignProvision >Automatic:AppStore</CodesignProvision >
87+ <CodesignKey >iPhone Distribution</CodesignKey >
88+ </PropertyGroup >
89+ <ItemGroup >
90+ <Reference Include =" System" />
91+ <Reference Include =" System.Xml" />
92+ <Reference Include =" System.Core" />
93+ <Reference Include =" Xamarin.iOS" />
94+ <Reference Include =" Refractored.Xam.Settings" >
95+ <HintPath >..\packages\Xam.Plugins.Settings.1.5.0\lib\Xamarin.iOS10\Refractored.Xam.Settings.dll</HintPath >
96+ </Reference >
97+ <Reference Include =" Refractored.Xam.Settings.Abstractions" >
98+ <HintPath >..\packages\Xam.Plugins.Settings.1.5.0\lib\Xamarin.iOS10\Refractored.Xam.Settings.Abstractions.dll</HintPath >
99+ </Reference >
100+ </ItemGroup >
101+ <ItemGroup >
102+ <ImageAsset Include =" Resources\Images.xcassets\AppIcons.appiconset\Contents.json" />
103+ </ItemGroup >
104+ <ItemGroup >
105+ <InterfaceDefinition Include =" Resources\LaunchScreen.xib" />
106+ <InterfaceDefinition Include =" MainStoryboard.storyboard" />
107+ </ItemGroup >
108+ <ItemGroup >
109+ <None Include =" Info.plist" />
110+ <None Include =" Entitlements.plist" />
111+ <None Include =" Properties\_SettingsStarted.txt" />
112+ <None Include =" packages.config" />
113+ </ItemGroup >
114+ <ItemGroup >
115+ <Compile Include =" Main.cs" />
116+ <Compile Include =" AppDelegate.cs" />
117+ <Compile Include =" EAIntroView.SampleViewController.cs" />
118+ <Compile Include =" EAIntroView.SampleViewController.designer.cs" >
119+ <DependentUpon >EAIntroView.SampleViewController.cs</DependentUpon >
120+ </Compile >
121+ </ItemGroup >
122+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
123+ <ItemGroup >
124+ <ProjectReference Include =" ..\EAIntroViewBinding\EAIntroViewBinding.csproj" >
125+ <Project >{C8EAAE74-3F42-4656-9BD8-9A3E84191E5B}</Project >
126+ <Name >EAIntroViewBinding</Name >
127+ </ProjectReference >
128+ </ItemGroup >
129+ <ItemGroup >
130+ <BundleResource Include =" Resources\Visual-Studio.jpg" />
131+ </ItemGroup >
132+ </Project >
0 commit comments