1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >iPhoneSimulator</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{6EEB23DC-7063-4444-9AF8-90DF24F549C0}</ProjectGuid >
9+ <ProjectTypeGuids >{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
10+ <OutputType >Exe</OutputType >
11+ <RootNamespace >eShopOnContainers.iOS</RootNamespace >
12+ <IPhoneResourcePrefix >Resources</IPhoneResourcePrefix >
13+ <AssemblyName >eShopOnContainers.iOS</AssemblyName >
14+ <NuGetPackageImportStamp >
15+ </NuGetPackageImportStamp >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' " >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\iPhoneSimulator\Debug</OutputPath >
22+ <DefineConstants >DEBUG</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ <ConsolePause >false</ConsolePause >
26+ <MtouchArch >i386, x86_64</MtouchArch >
27+ <MtouchLink >None</MtouchLink >
28+ <MtouchDebug >true</MtouchDebug >
29+ </PropertyGroup >
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' " >
31+ <DebugType >none</DebugType >
32+ <Optimize >true</Optimize >
33+ <OutputPath >bin\iPhoneSimulator\Release</OutputPath >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ <MtouchLink >None</MtouchLink >
37+ <MtouchArch >i386, x86_64</MtouchArch >
38+ <ConsolePause >false</ConsolePause >
39+ </PropertyGroup >
40+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|iPhone' " >
41+ <DebugSymbols >true</DebugSymbols >
42+ <DebugType >full</DebugType >
43+ <Optimize >false</Optimize >
44+ <OutputPath >bin\iPhone\Debug</OutputPath >
45+ <DefineConstants >DEBUG</DefineConstants >
46+ <ErrorReport >prompt</ErrorReport >
47+ <WarningLevel >4</WarningLevel >
48+ <ConsolePause >false</ConsolePause >
49+ <MtouchArch >ARMv7, ARM64</MtouchArch >
50+ <CodesignKey >iPhone Developer</CodesignKey >
51+ <MtouchDebug >true</MtouchDebug >
52+ <CodesignEntitlements >Entitlements.plist</CodesignEntitlements >
53+ </PropertyGroup >
54+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|iPhone' " >
55+ <DebugType >none</DebugType >
56+ <Optimize >true</Optimize >
57+ <OutputPath >bin\iPhone\Release</OutputPath >
58+ <ErrorReport >prompt</ErrorReport >
59+ <WarningLevel >4</WarningLevel >
60+ <MtouchArch >ARMv7, ARM64</MtouchArch >
61+ <ConsolePause >false</ConsolePause >
62+ <CodesignKey >iPhone Developer</CodesignKey >
63+ <CodesignEntitlements >Entitlements.plist</CodesignEntitlements >
64+ </PropertyGroup >
65+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' " >
66+ <DebugType >none</DebugType >
67+ <Optimize >True</Optimize >
68+ <OutputPath >bin\iPhone\Ad-Hoc</OutputPath >
69+ <ErrorReport >prompt</ErrorReport >
70+ <WarningLevel >4</WarningLevel >
71+ <ConsolePause >False</ConsolePause >
72+ <MtouchArch >ARMv7, ARM64</MtouchArch >
73+ <BuildIpa >True</BuildIpa >
74+ <CodesignProvision >Automatic:AdHoc</CodesignProvision >
75+ <CodesignKey >iPhone Distribution</CodesignKey >
76+ <CodesignEntitlements >Entitlements.plist</CodesignEntitlements >
77+ </PropertyGroup >
78+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' " >
79+ <DebugType >none</DebugType >
80+ <Optimize >True</Optimize >
81+ <OutputPath >bin\iPhone\AppStore</OutputPath >
82+ <ErrorReport >prompt</ErrorReport >
83+ <WarningLevel >4</WarningLevel >
84+ <ConsolePause >False</ConsolePause >
85+ <MtouchArch >ARMv7, ARM64</MtouchArch >
86+ <CodesignProvision >Automatic:AppStore</CodesignProvision >
87+ <CodesignKey >iPhone Distribution</CodesignKey >
88+ <CodesignEntitlements >Entitlements.plist</CodesignEntitlements >
89+ </PropertyGroup >
90+ <ItemGroup >
91+ <Compile Include =" Effects\EntryLineColorEffect.cs" />
92+ <Compile Include =" Main.cs" />
93+ <Compile Include =" AppDelegate.cs" />
94+ <BundleResource Include =" ..\CommonResources\Fonts\Montserrat-Bold.ttf" >
95+ <Link >Resources\fonts\Montserrat-Bold.ttf</Link >
96+ </BundleResource >
97+ <BundleResource Include =" ..\CommonResources\Fonts\Montserrat-Regular.ttf" >
98+ <Link >Resources\fonts\Montserrat-Regular.ttf</Link >
99+ </BundleResource >
100+ <BundleResource Include =" ..\CommonResources\Fonts\SourceSansPro-Regular.ttf" >
101+ <Link >Resources\fonts\SourceSansPro-Regular.ttf</Link >
102+ </BundleResource >
103+ <Compile Include =" Renderers\CustomTabbedPageRenderer.cs" />
104+ <None Include =" app.config" />
105+ <None Include =" Entitlements.plist" />
106+ <None Include =" Info.plist" />
107+ <Compile Include =" Properties\AssemblyInfo.cs" />
108+ <ITunesArtwork Include =" iTunesArtwork" />
109+ <ITunesArtwork Include =" iTunesArtwork@2x" />
110+ <None Include =" packages.config" />
111+ </ItemGroup >
112+ <ItemGroup >
113+ <BundleResource Include =" Resources\Default-568h%402x.png" />
114+ <BundleResource Include =" Resources\Default-Portrait.png" />
115+ <BundleResource Include =" Resources\Default-Portrait%402x.png" />
116+ <BundleResource Include =" Resources\Default.png" />
117+ <BundleResource Include =" Resources\Default%402x.png" />
118+ <BundleResource Include =" Resources\Icon-60%402x.png" />
119+ <BundleResource Include =" Resources\Icon-60%403x.png" />
120+ <BundleResource Include =" Resources\Icon-76.png" />
121+ <BundleResource Include =" Resources\Icon-76%402x.png" />
122+ <BundleResource Include =" Resources\Icon-Small-40.png" />
123+ <BundleResource Include =" Resources\Icon-Small-40%402x.png" />
124+ <BundleResource Include =" Resources\Icon-Small-40%403x.png" />
125+ <BundleResource Include =" Resources\Icon-Small.png" />
126+ <BundleResource Include =" Resources\Icon-Small%402x.png" />
127+ <BundleResource Include =" Resources\Icon-Small%403x.png" />
128+ <InterfaceDefinition Include =" Resources\LaunchScreen.storyboard" />
129+ </ItemGroup >
130+ <ItemGroup >
131+ <Reference Include =" Acr.Support.iOS, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
132+ <HintPath >..\..\packages\Acr.Support.2.1.0\lib\Xamarin.iOS10\Acr.Support.iOS.dll</HintPath >
133+ <Private >True</Private >
134+ </Reference >
135+ <Reference Include =" Acr.UserDialogs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
136+ <HintPath >..\..\packages\Acr.UserDialogs.6.3.1\lib\Xamarin.iOS10\Acr.UserDialogs.dll</HintPath >
137+ <Private >True</Private >
138+ </Reference >
139+ <Reference Include =" Acr.UserDialogs.Interface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
140+ <HintPath >..\..\packages\Acr.UserDialogs.6.3.1\lib\Xamarin.iOS10\Acr.UserDialogs.Interface.dll</HintPath >
141+ <Private >True</Private >
142+ </Reference >
143+ <Reference Include =" FFImageLoading, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
144+ <HintPath >..\..\packages\Xamarin.FFImageLoading.2.2.6-pre-232\lib\Xamarin.iOS10\FFImageLoading.dll</HintPath >
145+ <Private >True</Private >
146+ </Reference >
147+ <Reference Include =" FFImageLoading.Forms, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
148+ <HintPath >..\..\packages\Xamarin.FFImageLoading.Forms.2.2.6-pre-232\lib\Xamarin.iOS10\FFImageLoading.Forms.dll</HintPath >
149+ <Private >True</Private >
150+ </Reference >
151+ <Reference Include =" FFImageLoading.Forms.Touch, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
152+ <HintPath >..\..\packages\Xamarin.FFImageLoading.Forms.2.2.6-pre-232\lib\Xamarin.iOS10\FFImageLoading.Forms.Touch.dll</HintPath >
153+ <Private >True</Private >
154+ </Reference >
155+ <Reference Include =" FFImageLoading.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
156+ <HintPath >..\..\packages\Xamarin.FFImageLoading.2.2.6-pre-232\lib\Xamarin.iOS10\FFImageLoading.Platform.dll</HintPath >
157+ <Private >True</Private >
158+ </Reference >
159+ <Reference Include =" Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
160+ <HintPath >..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath >
161+ <Private >True</Private >
162+ </Reference >
163+ <Reference Include =" Microsoft.Practices.Unity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL" >
164+ <HintPath >..\..\packages\Unity.4.0.1\lib\portable-net45+wp80+win8+wpa81+MonoAndroid10+MonoTouch10\Microsoft.Practices.Unity.dll</HintPath >
165+ <Private >True</Private >
166+ </Reference >
167+ <Reference Include =" ModernHttpClient, Version=2.4.2.0, Culture=neutral, processorArchitecture=MSIL" >
168+ <HintPath >..\..\packages\modernhttpclient.2.4.2\lib\Xamarin.iOS10\ModernHttpClient.dll</HintPath >
169+ <Private >True</Private >
170+ </Reference >
171+ <Reference Include =" Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
172+ <HintPath >..\..\packages\Newtonsoft.Json.8.0.3\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath >
173+ <Private >True</Private >
174+ </Reference >
175+ <Reference Include =" SlideOverKit, Version=1.0.6135.18790, Culture=neutral, processorArchitecture=MSIL" >
176+ <HintPath >..\..\packages\SlideOverKit.2.1.4\lib\Xamarin.iOS10\SlideOverKit.dll</HintPath >
177+ <Private >True</Private >
178+ </Reference >
179+ <Reference Include =" SlideOverKit.iOS, Version=1.0.6135.18893, Culture=neutral, processorArchitecture=MSIL" >
180+ <HintPath >..\..\packages\SlideOverKit.2.1.4\lib\Xamarin.iOS10\SlideOverKit.iOS.dll</HintPath >
181+ <Private >True</Private >
182+ </Reference >
183+ <Reference Include =" Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL" >
184+ <HintPath >..\..\packages\Splat.1.6.2\lib\Xamarin.iOS10\Splat.dll</HintPath >
185+ <Private >True</Private >
186+ </Reference >
187+ <Reference Include =" System" />
188+ <Reference Include =" System.Xml" />
189+ <Reference Include =" System.Core" />
190+ <Reference Include =" WebP.Touch, Version=1.0.5923.35383, Culture=neutral, processorArchitecture=MSIL" >
191+ <HintPath >..\..\packages\WebP.Touch.1.0.2\lib\Xamarin.iOS10\WebP.Touch.dll</HintPath >
192+ <Private >True</Private >
193+ </Reference >
194+ <Reference Include =" Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
195+ <HintPath >..\..\packages\Xamarin.Forms.2.3.2.127\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath >
196+ <Private >True</Private >
197+ </Reference >
198+ <Reference Include =" Xamarin.Forms.Pages, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
199+ <HintPath >..\..\packages\Xamarin.Forms.Pages.2.3.2.118-pre1\lib\Xamarin.iOS10\Xamarin.Forms.Pages.dll</HintPath >
200+ <Private >True</Private >
201+ </Reference >
202+ <Reference Include =" Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
203+ <HintPath >..\..\packages\Xamarin.Forms.2.3.2.127\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath >
204+ <Private >True</Private >
205+ </Reference >
206+ <Reference Include =" Xamarin.Forms.Platform.iOS, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
207+ <HintPath >..\..\packages\Xamarin.Forms.2.3.2.127\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath >
208+ <Private >True</Private >
209+ </Reference >
210+ <Reference Include =" Xamarin.Forms.Theme.Base, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
211+ <HintPath >..\..\packages\Xamarin.Forms.Theme.Base.1.0.0.43-pre1\lib\Xamarin.iOS10\Xamarin.Forms.Theme.Base.dll</HintPath >
212+ <Private >True</Private >
213+ </Reference >
214+ <Reference Include =" Xamarin.Forms.Theme.iOS, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
215+ <HintPath >..\..\packages\Xamarin.Forms.Theme.Base.1.0.0.43-pre1\lib\Xamarin.iOS10\Xamarin.Forms.Theme.iOS.dll</HintPath >
216+ <Private >True</Private >
217+ </Reference >
218+ <Reference Include =" Xamarin.Forms.Theme.Light, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
219+ <HintPath >..\..\packages\Xamarin.Forms.Theme.Light.1.0.0.43-pre1\lib\Xamarin.iOS10\Xamarin.Forms.Theme.Light.dll</HintPath >
220+ <Private >True</Private >
221+ </Reference >
222+ <Reference Include =" Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
223+ <HintPath >..\..\packages\Xamarin.Forms.2.3.2.127\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath >
224+ <Private >True</Private >
225+ </Reference >
226+ <Reference Include =" Xamarin.iOS" />
227+ </ItemGroup >
228+ <ItemGroup >
229+ <ProjectReference Include =" ..\eShopOnContainers.Core\eShopOnContainers.Core.csproj" >
230+ <Project >{65116D1C-145B-4693-ABDA-F0FB6F425191}</Project >
231+ <Name >eShopOnContainers.Core</Name >
232+ </ProjectReference >
233+ </ItemGroup >
234+ <ItemGroup >
235+ <BundleResource Include =" Resources\fake_product_01.png" />
236+ </ItemGroup >
237+ <ItemGroup >
238+ <BundleResource Include =" Resources\fake_product_03.png" />
239+ </ItemGroup >
240+ <ItemGroup >
241+ <BundleResource Include =" Resources\fake_product_02.png" />
242+ </ItemGroup >
243+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
244+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
245+ <PropertyGroup >
246+ <ErrorText >Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Use la restauración de paquetes NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}.</ErrorText >
247+ </PropertyGroup >
248+ <Error Condition =" !Exists('..\..\packages\StyleCop.MSBuild.5.0.0-alpha01\build\StyleCop.MSBuild.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\StyleCop.MSBuild.5.0.0-alpha01\build\StyleCop.MSBuild.targets'))" />
249+ <Error Condition =" !Exists('..\..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets'))" />
250+ </Target >
251+ <Import Project =" ..\..\packages\StyleCop.MSBuild.5.0.0-alpha01\build\StyleCop.MSBuild.targets" Condition =" Exists('..\..\packages\StyleCop.MSBuild.5.0.0-alpha01\build\StyleCop.MSBuild.targets')" />
252+ <Import Project =" ..\..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition =" Exists('..\..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
253+ </Project >
0 commit comments