Advertisement
Guest User

.config

a guest
Jun 22nd, 2017
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.25 KB | None | 0 0
  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. <ProjectGuid>{32B670A5-CFB1-47CF-A14A-0CE4C5D97D9A}</ProjectGuid>
  7. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>projectName.iOS</RootNamespace>
  10. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  11. <AssemblyName>projectName.iOS</AssemblyName>
  12. <SccProjectName>SAK</SccProjectName>
  13. <SccLocalPath>SAK</SccLocalPath>
  14. <SccAuxPath>SAK</SccAuxPath>
  15. <SccProvider>SAK</SccProvider>
  16. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>0</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <IsWebBootstrapper>false</IsWebBootstrapper>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  37. <DefineConstants>DEBUG</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <ConsolePause>false</ConsolePause>
  41. <MtouchArch>i386, x86_64</MtouchArch>
  42. <MtouchLink>SdkOnly</MtouchLink>
  43. <MtouchDebug>true</MtouchDebug>
  44. <MtouchSdkVersion>10.3</MtouchSdkVersion>
  45. <CodesignKey>iPhone Developer</CodesignKey>
  46. <CodesignProvision>58c7bad3-41bc-49f9-bd67-1a9f255c005f</CodesignProvision>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  49. <DebugType>none</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <MtouchLink>None</MtouchLink>
  55. <MtouchArch>x86_64</MtouchArch>
  56. <ConsolePause>false</ConsolePause>
  57. </PropertyGroup>
  58. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  59. <DebugSymbols>true</DebugSymbols>
  60. <DebugType>full</DebugType>
  61. <Optimize>false</Optimize>
  62. <OutputPath>bin\iPhone\Debug</OutputPath>
  63. <DefineConstants>DEBUG</DefineConstants>
  64. <ErrorReport>prompt</ErrorReport>
  65. <WarningLevel>4</WarningLevel>
  66. <ConsolePause>false</ConsolePause>
  67. <MtouchArch>ARMv7, ARM64</MtouchArch>
  68. <CodesignEntitlements>
  69. </CodesignEntitlements>
  70. <CodesignKey>iPhone Distribution</CodesignKey>
  71. <MtouchDebug>true</MtouchDebug>
  72. <MtouchLink>SdkOnly</MtouchLink>
  73. <CodesignProvision>ce938fc3-ab6d-4a64-8e65-fd29f8c2e8e7</CodesignProvision>
  74. <BuildIpa>true</BuildIpa>
  75. </PropertyGroup>
  76. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  77. <DebugType>none</DebugType>
  78. <Optimize>true</Optimize>
  79. <OutputPath>bin\iPhone\Release</OutputPath>
  80. <ErrorReport>prompt</ErrorReport>
  81. <WarningLevel>4</WarningLevel>
  82. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  83. <MtouchArch>ARMv7, ARM64</MtouchArch>
  84. <ConsolePause>false</ConsolePause>
  85. <CodesignKey>iPhone Distribution: Company</CodesignKey>
  86. <CodesignProvision>b0b6e8c0-0410-4c12-8f7f-ef146b69a241</CodesignProvision>
  87. <BuildIpa>True</BuildIpa>
  88. <IpaIncludeArtwork>False</IpaIncludeArtwork>
  89. </PropertyGroup>
  90. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
  91. <DebugType>none</DebugType>
  92. <Optimize>True</Optimize>
  93. <OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
  94. <ErrorReport>prompt</ErrorReport>
  95. <WarningLevel>4</WarningLevel>
  96. <ConsolePause>False</ConsolePause>
  97. <MtouchArch>ARMv7, ARM64</MtouchArch>
  98. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  99. <BuildIpa>True</BuildIpa>
  100. <CodesignProvision>Automatic:AdHoc</CodesignProvision>
  101. <CodesignKey>iPhone Distribution</CodesignKey>
  102. </PropertyGroup>
  103. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
  104. <DebugType>none</DebugType>
  105. <Optimize>True</Optimize>
  106. <OutputPath>bin\iPhone\AppStore</OutputPath>
  107. <ErrorReport>prompt</ErrorReport>
  108. <WarningLevel>4</WarningLevel>
  109. <ConsolePause>False</ConsolePause>
  110. <MtouchArch>ARMv7, ARM64</MtouchArch>
  111. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  112. <CodesignProvision>Automatic:AppStore</CodesignProvision>
  113. <CodesignKey>iPhone Distribution</CodesignKey>
  114. </PropertyGroup>
  115. <ItemGroup>
  116. <Compile Include="CollectionSources\ChoicesTableSource.cs" />
  117. <Compile Include="Controllers\InternalContentViewController.cs" />
  118. <Compile Include="Controllers\PollQuizViewController.cs" />
  119. <Compile Include="Controllers\ContentWebViewController.cs" />
  120. <Compile Include="Controllers\SavedArticlesMenuController.cs" />
  121. <Compile Include="Controllers\SavedArticlesViewController.cs" />
  122. <Compile Include="Controllers\SavedArticlesViewController.designer.cs">
  123. <DependentUpon>SavedArticlesViewController.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="Controllers\TutorialViewController.cs" />
  126. <Compile Include="Layout\Components\ContentHeader.cs" />
  127. <Compile Include="Layout\Components\ContentNavBar.cs" />
  128. <Compile Include="Layout\Components\NextButton.cs" />
  129. <Compile Include="Layout\Components\ChoicesCell.cs" />
  130. <Compile Include="Layout\Components\ChoicesCell.designer.cs">
  131. <DependentUpon>ChoicesCell.cs</DependentUpon>
  132. </Compile>
  133. <Compile Include="Controllers\SingleQuestionViewController.cs" />
  134. <Compile Include="Layout\Components\BottomNavButton.cs" />
  135. <Compile Include="Layout\Components\BottomNavButton.designer.cs">
  136. <DependentUpon>BottomNavButton.cs</DependentUpon>
  137. </Compile>
  138. <Compile Include="Controllers\BloodGlucoseViewController.cs" />
  139. <Compile Include="Controllers\ChatViewController.cs" />
  140. <Compile Include="Controllers\ChatViewController.designer.cs">
  141. <DependentUpon>ChatViewController.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="Controllers\ChoicesTableViewController.cs" />
  144. <Compile Include="Controllers\ChoicesTableViewController.designer.cs">
  145. <DependentUpon>ChoicesTableViewController.cs</DependentUpon>
  146. </Compile>
  147. <Compile Include="Controllers\LogViewController.cs" />
  148. <Compile Include="Controllers\MyDataViewController.cs" />
  149. <Compile Include="Controllers\SettingsViewController.cs" />
  150. <Compile Include="CollectionSources\MenuTableSource.cs" />
  151. <Compile Include="CollectionSources\ChoiceObservableTableViewSource.cs" />
  152. <Compile Include="CollectionSources\IDMObservableTableViewSource.cs" />
  153. <Compile Include="Controllers\HomeViewController.cs" />
  154. <Compile Include="Controllers\HomeViewController.designer.cs">
  155. <DependentUpon>HomeViewController.cs</DependentUpon>
  156. </Compile>
  157. <Compile Include="Layout\BaseLayouts\BaseLabel.cs" />
  158. <Compile Include="Layout\Components\NavBand.cs" />
  159. <Compile Include="Layout\Components\NavBandButton.cs" />
  160. <Compile Include="Layout\Components\SavedArticlesThumbnailCollectionViewCell.cs" />
  161. <Compile Include="Layout\Components\SavedContentHeader.cs" />
  162. <Compile Include="Layout\Components\SettingsCell.cs" />
  163. <Compile Include="Layout\Components\SettingsCell.designer.cs">
  164. <DependentUpon>SettingsCell.cs</DependentUpon>
  165. </Compile>
  166. <Compile Include="Main.cs" />
  167. <Compile Include="AppDelegate.cs" />
  168. <Compile Include="Layout\Components\QuestionTextLabel.cs" />
  169. <Compile Include="Layout\Components\QuestionTextLabel.designer.cs">
  170. <DependentUpon>QuestionTextLabel.cs</DependentUpon>
  171. </Compile>
  172. <Compile Include="Layout\Components\NextQuestionButton.cs" />
  173. <Compile Include="Layout\Components\NextQuestionButton.designer.cs">
  174. <DependentUpon>NextQuestionButton.cs</DependentUpon>
  175. </Compile>
  176. <Compile Include="Services\Media\IImageRetrievalService.cs" />
  177. <Compile Include="Services\Media\IImageRetrievalService.designer.cs">
  178. <DependentUpon>IImageRetrievalService.cs</DependentUpon>
  179. </Compile>
  180. <Compile Include="Services\Media\ImageRetrievalService.cs" />
  181. <Compile Include="Services\System\CustomNavigationService.cs" />
  182. <Compile Include="Services\System\InternalStorageService.cs" />
  183. <Compile Include="Services\System\SystemInfoService.cs" />
  184. <Compile Include="Layout\Components\ThumbnailCollectionCell.cs" />
  185. <Compile Include="Layout\Components\ThumbnailCollectionCell.designer.cs">
  186. <DependentUpon>ThumbnailCollectionCell.cs</DependentUpon>
  187. </Compile>
  188. <Compile Include="Controllers\ThumbnailCollectionViewController.cs" />
  189. <Compile Include="Controllers\ThumbnailCollectionViewController.designer.cs">
  190. <DependentUpon>ThumbnailCollectionViewController.cs</DependentUpon>
  191. </Compile>
  192. <Compile Include="UIConstants.cs" />
  193. <Compile Include="Layout\Components\SpeechBubbleLabel.cs" />
  194. <Compile Include="Layout\Components\SpeechBubbleLabel.designer.cs">
  195. <DependentUpon>SpeechBubbleLabel.cs</DependentUpon>
  196. </Compile>
  197. <Compile Include="Layout\Components\SkipButton.cs" />
  198. <Compile Include="Layout\Components\SkipButton.designer.cs">
  199. <DependentUpon>SkipButton.cs</DependentUpon>
  200. </Compile>
  201. <Compile Include="Layout\Components\ViewInsightButton.cs" />
  202. <Compile Include="Layout\Components\ViewInsightButton.designer.cs">
  203. <DependentUpon>ViewInsightButton.cs</DependentUpon>
  204. </Compile>
  205. <Compile Include="Layout\Components\TabButton.cs" />
  206. <Compile Include="Layout\Components\TabButton.designer.cs">
  207. <DependentUpon>TabButton.cs</DependentUpon>
  208. </Compile>
  209. <None Include="GettingStarted.Xamarin" />
  210. <None Include="Info.plist" />
  211. <Compile Include="Controllers\OnboardingViewController.cs" />
  212. <Compile Include="Controllers\OnboardingViewController.designer.cs">
  213. <DependentUpon>OnboardingViewController.cs</DependentUpon>
  214. </Compile>
  215. <Compile Include="Properties\AssemblyInfo.cs" />
  216. <InterfaceDefinition Include="Layout\Components\SettingsCells.xib" />
  217. <None Include="packages.config">
  218. <SubType>Designer</SubType>
  219. </None>
  220. <BundleResource Include="Resources\Fonts\FSAlbertWeb-Bold.ttf">
  221. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  222. </BundleResource>
  223. <BundleResource Include="Resources\Fonts\FSAlbertWeb-ExtraBold.ttf">
  224. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  225. </BundleResource>
  226. <BundleResource Include="Resources\Fonts\FSAlbertWeb-Regular.ttf">
  227. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  228. </BundleResource>
  229. <None Include="App.config" />
  230. </ItemGroup>
  231. <ItemGroup>
  232. <Compile Include="Controllers\RootViewController.cs" />
  233. <Compile Include="Controllers\RootViewController.designer.cs">
  234. <DependentUpon>RootViewController.cs</DependentUpon>
  235. </Compile>
  236. <InterfaceDefinition Include="Main.storyboard" />
  237. <InterfaceDefinition Include="Resources\LaunchScreen.xib" />
  238. </ItemGroup>
  239. <ItemGroup>
  240. <Reference Include="Calabash, Version=20.6.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065, processorArchitecture=MSIL">
  241. <HintPath>..\..\packages\Xamarin.TestCloud.Agent.0.20.6\lib\Xamarin.iOS10\Calabash.dll</HintPath>
  242. <Private>True</Private>
  243. </Reference>
  244. <Reference Include="GalaSoft.MvvmLight, Version=5.3.0.19026, Culture=neutral, PublicKeyToken=e7570ab207bcb616, processorArchitecture=MSIL">
  245. <HintPath>..\..\packages\MvvmLightLibs.5.3.0.0\lib\xamarin.ios10\GalaSoft.MvvmLight.dll</HintPath>
  246. <Private>True</Private>
  247. </Reference>
  248. <Reference Include="GalaSoft.MvvmLight.Extras, Version=5.3.0.19032, Culture=neutral, PublicKeyToken=669f0b5e8f868abf, processorArchitecture=MSIL">
  249. <HintPath>..\..\packages\MvvmLightLibs.5.3.0.0\lib\xamarin.ios10\GalaSoft.MvvmLight.Extras.dll</HintPath>
  250. <Private>True</Private>
  251. </Reference>
  252. <Reference Include="GalaSoft.MvvmLight.Platform, Version=5.3.0.19043, Culture=neutral, processorArchitecture=MSIL">
  253. <HintPath>..\..\packages\MvvmLightLibs.5.3.0.0\lib\xamarin.ios10\GalaSoft.MvvmLight.Platform.dll</HintPath>
  254. <Private>True</Private>
  255. </Reference>
  256. <Reference Include="HockeySDK, Version=1.0.6353.23782, Culture=neutral, processorArchitecture=MSIL">
  257. <HintPath>..\..\packages\HockeySDK.Xamarin.4.1.4\lib\Xamarin.iOS10\HockeySDK.dll</HintPath>
  258. <Private>True</Private>
  259. </Reference>
  260. <Reference Include="HockeySDK.iOSBindings, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  261. <HintPath>..\..\packages\HockeySDK.Xamarin.4.1.4\lib\Xamarin.iOS10\HockeySDK.iOSBindings.dll</HintPath>
  262. <Private>True</Private>
  263. </Reference>
  264. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  265. <HintPath>..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  266. <Private>True</Private>
  267. </Reference>
  268. <Reference Include="System" />
  269. <Reference Include="System.Net.Http" />
  270. <Reference Include="System.Xml" />
  271. <Reference Include="System.Core" />
  272. <Reference Include="Xamarin.iOS" />
  273. <Reference Include="System.ComponentModel.DataAnnotations" />
  274. </ItemGroup>
  275. <ItemGroup>
  276. <Content Include="Entitlements.plist" />
  277. </ItemGroup>
  278. <ItemGroup>
  279. <ProjectReference Include="..\projectName\projectName.csproj">
  280. <Project>{EC717AA8-A4B6-4DB7-91D5-445598BA3379}</Project>
  281. <Name>projectName</Name>
  282. </ProjectReference>
  283. </ItemGroup>
  284. <ItemGroup>
  285. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  286. <Visible>False</Visible>
  287. <ProductName>.NET Framework 3.5 SP1</ProductName>
  288. <Install>true</Install>
  289. </BootstrapperPackage>
  290. </ItemGroup>
  291. <ItemGroup>
  292. <ImageAsset Include="Resources\Colors.xcassets\AppIcons.appiconset\Contents.json">
  293. <InProject>false</InProject>
  294. </ImageAsset>
  295. <ImageAsset Include="Resources\Colors.xcassets\LaunchImages.launchimage\Contents.json">
  296. <InProject>false</InProject>
  297. </ImageAsset>
  298. <ImageAsset Include="Resources\Colors.xcassets\LightBlue.imageset\backgroundBlue.png">
  299. <InProject>false</InProject>
  300. </ImageAsset>
  301. <ImageAsset Include="Resources\Colors.xcassets\LightBlue.imageset\Contents.json">
  302. <InProject>false</InProject>
  303. </ImageAsset>
  304. <ImageAsset Include="Resources\Colors.xcassets\SmallLightBlue.imageset\backgroundBlue.png">
  305. <InProject>false</InProject>
  306. </ImageAsset>
  307. <ImageAsset Include="Resources\Colors.xcassets\SmallLightBlue.imageset\bkg-blue8x8.png">
  308. <InProject>false</InProject>
  309. </ImageAsset>
  310. <ImageAsset Include="Resources\Colors.xcassets\SmallLightBlue.imageset\Contents.json">
  311. <InProject>false</InProject>
  312. </ImageAsset>
  313. <ImageAsset Include="Resources\Icons.xcassets\AppIcons.appiconset\Contents.json">
  314. <InProject>false</InProject>
  315. </ImageAsset>
  316. <ImageAsset Include="Resources\Icons.xcassets\Back.imageset\Contents.json">
  317. <InProject>false</InProject>
  318. </ImageAsset>
  319. <ImageAsset Include="Resources\Icons.xcassets\Back.imageset\icon-back.png">
  320. <InProject>false</InProject>
  321. </ImageAsset>
  322. <ImageAsset Include="Resources\Icons.xcassets\Back.imageset\icon-back@2x.png">
  323. <InProject>false</InProject>
  324. </ImageAsset>
  325. <ImageAsset Include="Resources\Icons.xcassets\Back.imageset\icon-back@3x.png">
  326. <InProject>false</InProject>
  327. </ImageAsset>
  328. <ImageAsset Include="Resources\Icons.xcassets\BG.imageset\Contents.json">
  329. <InProject>false</InProject>
  330. </ImageAsset>
  331. <ImageAsset Include="Resources\Icons.xcassets\BG.imageset\icon_bg.png">
  332. <InProject>false</InProject>
  333. </ImageAsset>
  334. <ImageAsset Include="Resources\Icons.xcassets\BG.imageset\icon_bg@2x.png">
  335. <InProject>false</InProject>
  336. </ImageAsset>
  337. <ImageAsset Include="Resources\Icons.xcassets\BG.imageset\icon_bg@3x.png">
  338. <InProject>false</InProject>
  339. </ImageAsset>
  340. <ImageAsset Include="Resources\Icons.xcassets\BG_on.imageset\Contents.json">
  341. <InProject>false</InProject>
  342. </ImageAsset>
  343. <ImageAsset Include="Resources\Icons.xcassets\BG_on.imageset\icon_bg_on.png">
  344. <InProject>false</InProject>
  345. </ImageAsset>
  346. <ImageAsset Include="Resources\Icons.xcassets\BG_on.imageset\icon_bg_on@2x.png">
  347. <InProject>false</InProject>
  348. </ImageAsset>
  349. <ImageAsset Include="Resources\Icons.xcassets\BG_on.imageset\icon_bg_on@3x.png">
  350. <InProject>false</InProject>
  351. </ImageAsset>
  352. <ImageAsset Include="Resources\Icons.xcassets\BottomHeader.imageset\Contents.json">
  353. <InProject>false</InProject>
  354. </ImageAsset>
  355. <ImageAsset Include="Resources\Icons.xcassets\BottomHeader.imageset\speech_bubble_bottom.png">
  356. <InProject>false</InProject>
  357. </ImageAsset>
  358. <ImageAsset Include="Resources\Icons.xcassets\BottomHeader.imageset\speech_bubble_bottom@2x.png">
  359. <InProject>false</InProject>
  360. </ImageAsset>
  361. <ImageAsset Include="Resources\Icons.xcassets\BottomHeader.imageset\speech_bubble_bottom@3x.png">
  362. <InProject>false</InProject>
  363. </ImageAsset>
  364. <ImageAsset Include="Resources\Icons.xcassets\Data.dataset\Contents.json">
  365. <InProject>false</InProject>
  366. </ImageAsset>
  367. <ImageAsset Include="Resources\Icons.xcassets\Exercise.imageset\Contents.json">
  368. <InProject>false</InProject>
  369. </ImageAsset>
  370. <ImageAsset Include="Resources\Icons.xcassets\Exercise.imageset\icon_exercise.png">
  371. <InProject>false</InProject>
  372. </ImageAsset>
  373. <ImageAsset Include="Resources\Icons.xcassets\Exercise.imageset\icon_exercise@2x.png">
  374. <InProject>false</InProject>
  375. </ImageAsset>
  376. <ImageAsset Include="Resources\Icons.xcassets\Exercise.imageset\icon_exercise@3x.png">
  377. <InProject>false</InProject>
  378. </ImageAsset>
  379. <ImageAsset Include="Resources\Icons.xcassets\Home.imageset\Contents.json">
  380. <InProject>false</InProject>
  381. </ImageAsset>
  382. <ImageAsset Include="Resources\Icons.xcassets\Home.imageset\icon_home.png">
  383. <InProject>false</InProject>
  384. </ImageAsset>
  385. <ImageAsset Include="Resources\Icons.xcassets\Home.imageset\icon_home@2x.png">
  386. <InProject>false</InProject>
  387. </ImageAsset>
  388. <ImageAsset Include="Resources\Icons.xcassets\Home.imageset\icon_home@3x.png">
  389. <InProject>false</InProject>
  390. </ImageAsset>
  391. <ImageAsset Include="Resources\Icons.xcassets\Home_on.imageset\Contents.json">
  392. <InProject>false</InProject>
  393. </ImageAsset>
  394. <ImageAsset Include="Resources\Icons.xcassets\Home_on.imageset\icon_home_on.png">
  395. <InProject>false</InProject>
  396. </ImageAsset>
  397. <ImageAsset Include="Resources\Icons.xcassets\Home_on.imageset\icon_home_on@2x.png">
  398. <InProject>false</InProject>
  399. </ImageAsset>
  400. <ImageAsset Include="Resources\Icons.xcassets\Home_on.imageset\icon_home_on@3x.png">
  401. <InProject>false</InProject>
  402. </ImageAsset>
  403. <ImageAsset Include="Resources\Icons.xcassets\LargeArrow.imageset\Contents.json">
  404. <InProject>false</InProject>
  405. </ImageAsset>
  406. <ImageAsset Include="Resources\Icons.xcassets\LargeArrow.imageset\icon_arrow_large.png">
  407. <InProject>false</InProject>
  408. </ImageAsset>
  409. <ImageAsset Include="Resources\Icons.xcassets\LargeArrow.imageset\icon_arrow_large@2x.png">
  410. <InProject>false</InProject>
  411. </ImageAsset>
  412. <ImageAsset Include="Resources\Icons.xcassets\LargeArrow.imageset\icon_arrow_large@3x.png">
  413. <InProject>false</InProject>
  414. </ImageAsset>
  415. <ImageAsset Include="Resources\Icons.xcassets\LaunchImages.launchimage\Contents.json">
  416. <InProject>false</InProject>
  417. </ImageAsset>
  418. <ImageAsset Include="Resources\Icons.xcassets\Lifestyle.imageset\Contents.json">
  419. <InProject>false</InProject>
  420. </ImageAsset>
  421. <ImageAsset Include="Resources\Icons.xcassets\Lifestyle.imageset\icon_lifestyle.png">
  422. <InProject>false</InProject>
  423. </ImageAsset>
  424. <ImageAsset Include="Resources\Icons.xcassets\Lifestyle.imageset\icon_lifestyle@2x.png">
  425. <InProject>false</InProject>
  426. </ImageAsset>
  427. <ImageAsset Include="Resources\Icons.xcassets\Lifestyle.imageset\icon_lifestyle@3x.png">
  428. <InProject>false</InProject>
  429. </ImageAsset>
  430. <ImageAsset Include="Resources\Icons.xcassets\Log.imageset\Contents.json">
  431. <InProject>false</InProject>
  432. </ImageAsset>
  433. <ImageAsset Include="Resources\Icons.xcassets\Log.imageset\icon_log.png">
  434. <InProject>false</InProject>
  435. </ImageAsset>
  436. <ImageAsset Include="Resources\Icons.xcassets\Log.imageset\icon_log@2x.png">
  437. <InProject>false</InProject>
  438. </ImageAsset>
  439. <ImageAsset Include="Resources\Icons.xcassets\Log.imageset\icon_log@3x.png">
  440. <InProject>false</InProject>
  441. </ImageAsset>
  442. <ImageAsset Include="Resources\Icons.xcassets\Log_on.imageset\Contents.json">
  443. <InProject>false</InProject>
  444. </ImageAsset>
  445. <ImageAsset Include="Resources\Icons.xcassets\Log_on.imageset\icon_log_on.png">
  446. <InProject>false</InProject>
  447. </ImageAsset>
  448. <ImageAsset Include="Resources\Icons.xcassets\Log_on.imageset\icon_log_on@2x.png">
  449. <InProject>false</InProject>
  450. </ImageAsset>
  451. <ImageAsset Include="Resources\Icons.xcassets\Log_on.imageset\icon_log_on@3x.png">
  452. <InProject>false</InProject>
  453. </ImageAsset>
  454. <ImageAsset Include="Resources\Icons.xcassets\MyData.imageset\Contents.json">
  455. <InProject>false</InProject>
  456. </ImageAsset>
  457. <ImageAsset Include="Resources\Icons.xcassets\MyData.imageset\icon_mydata.png">
  458. <InProject>false</InProject>
  459. </ImageAsset>
  460. <ImageAsset Include="Resources\Icons.xcassets\MyData.imageset\icon_mydata@2x.png">
  461. <InProject>false</InProject>
  462. </ImageAsset>
  463. <ImageAsset Include="Resources\Icons.xcassets\MyData.imageset\icon_mydata@3x.png">
  464. <InProject>false</InProject>
  465. </ImageAsset>
  466. <ImageAsset Include="Resources\Icons.xcassets\MyData_on.imageset\Contents.json">
  467. <InProject>false</InProject>
  468. </ImageAsset>
  469. <ImageAsset Include="Resources\Icons.xcassets\MyData_on.imageset\icon_mydata_on.png">
  470. <InProject>false</InProject>
  471. </ImageAsset>
  472. <ImageAsset Include="Resources\Icons.xcassets\MyData_on.imageset\icon_mydata_on@2x.png">
  473. <InProject>false</InProject>
  474. </ImageAsset>
  475. <ImageAsset Include="Resources\Icons.xcassets\MyData_on.imageset\icon_mydata_on@3x.png">
  476. <InProject>false</InProject>
  477. </ImageAsset>
  478. <ImageAsset Include="Resources\Icons.xcassets\Recipe.imageset\Contents.json">
  479. <InProject>false</InProject>
  480. </ImageAsset>
  481. <ImageAsset Include="Resources\Icons.xcassets\Recipe.imageset\icon_recipe.png">
  482. <InProject>false</InProject>
  483. </ImageAsset>
  484. <ImageAsset Include="Resources\Icons.xcassets\Recipe.imageset\icon_recipe@2x.png">
  485. <InProject>false</InProject>
  486. </ImageAsset>
  487. <ImageAsset Include="Resources\Icons.xcassets\Recipe.imageset\icon_recipe@3x.png">
  488. <InProject>false</InProject>
  489. </ImageAsset>
  490. <ImageAsset Include="Resources\Icons.xcassets\Save.imageset\Contents.json">
  491. <InProject>false</InProject>
  492. </ImageAsset>
  493. <ImageAsset Include="Resources\Icons.xcassets\Save.imageset\icon_saved.png">
  494. <InProject>false</InProject>
  495. </ImageAsset>
  496. <ImageAsset Include="Resources\Icons.xcassets\Save.imageset\icon_saved@2x.png">
  497. <InProject>false</InProject>
  498. </ImageAsset>
  499. <ImageAsset Include="Resources\Icons.xcassets\Save.imageset\icon_saved@3x.png">
  500. <InProject>false</InProject>
  501. </ImageAsset>
  502. <ImageAsset Include="Resources\Icons.xcassets\Saved.imageset\Contents.json">
  503. <InProject>false</InProject>
  504. </ImageAsset>
  505. <ImageAsset Include="Resources\Icons.xcassets\Saved.imageset\icon_saved.png">
  506. <InProject>false</InProject>
  507. </ImageAsset>
  508. <ImageAsset Include="Resources\Icons.xcassets\Saved.imageset\icon_saved@2x.png">
  509. <InProject>false</InProject>
  510. </ImageAsset>
  511. <ImageAsset Include="Resources\Icons.xcassets\Saved.imageset\icon_saved@3x.png">
  512. <InProject>false</InProject>
  513. </ImageAsset>
  514. <ImageAsset Include="Resources\Icons.xcassets\Saved_on.imageset\Contents.json">
  515. <InProject>false</InProject>
  516. </ImageAsset>
  517. <ImageAsset Include="Resources\Icons.xcassets\Saved_on.imageset\icon_saved_on.png">
  518. <InProject>false</InProject>
  519. </ImageAsset>
  520. <ImageAsset Include="Resources\Icons.xcassets\Saved_on.imageset\icon_saved_on@2x.png">
  521. <InProject>false</InProject>
  522. </ImageAsset>
  523. <ImageAsset Include="Resources\Icons.xcassets\Saved_on.imageset\icon_saved_on@3x.png">
  524. <InProject>false</InProject>
  525. </ImageAsset>
  526. <ImageAsset Include="Resources\Icons.xcassets\Settings.imageset\Contents.json">
  527. <InProject>false</InProject>
  528. </ImageAsset>
  529. <ImageAsset Include="Resources\Icons.xcassets\Settings.imageset\icon-settings@1x.png">
  530. <InProject>false</InProject>
  531. </ImageAsset>
  532. <ImageAsset Include="Resources\Icons.xcassets\Settings.imageset\icon-settings@2x.png">
  533. <InProject>false</InProject>
  534. </ImageAsset>
  535. <ImageAsset Include="Resources\Icons.xcassets\Settings.imageset\icon-settings@3x.png">
  536. <InProject>false</InProject>
  537. </ImageAsset>
  538. <ImageAsset Include="Resources\Icons.xcassets\White Arrow.imageset\Contents.json">
  539. <InProject>false</InProject>
  540. </ImageAsset>
  541. <ImageAsset Include="Resources\Icons.xcassets\White Arrow.imageset\icon_arrow_small_white.png">
  542. <InProject>false</InProject>
  543. </ImageAsset>
  544. <ImageAsset Include="Resources\Icons.xcassets\White Arrow.imageset\icon_arrow_small_white@2x.png">
  545. <InProject>false</InProject>
  546. </ImageAsset>
  547. <ImageAsset Include="Resources\Icons.xcassets\White Arrow.imageset\icon_arrow_small_white@3x.png">
  548. <InProject>false</InProject>
  549. </ImageAsset>
  550. <ImageAsset Include="Resources\Icons.xcassets\X_grey.imageset\Contents.json">
  551. <InProject>false</InProject>
  552. </ImageAsset>
  553. <ImageAsset Include="Resources\Icons.xcassets\X_grey.imageset\icon_x_grey.png">
  554. <InProject>false</InProject>
  555. </ImageAsset>
  556. <ImageAsset Include="Resources\Icons.xcassets\X_grey.imageset\icon_x_grey@2x.png">
  557. <InProject>false</InProject>
  558. </ImageAsset>
  559. <ImageAsset Include="Resources\Icons.xcassets\X_grey.imageset\icon_x_grey@3x.png">
  560. <InProject>false</InProject>
  561. </ImageAsset>
  562. <ImageAsset Include="Resources\Icons.xcassets\X_white.imageset\Contents.json">
  563. <InProject>false</InProject>
  564. </ImageAsset>
  565. <ImageAsset Include="Resources\Icons.xcassets\X_white.imageset\icon_x_white.png">
  566. <InProject>false</InProject>
  567. </ImageAsset>
  568. <ImageAsset Include="Resources\Icons.xcassets\X_white.imageset\icon_x_white@2x.png">
  569. <InProject>false</InProject>
  570. </ImageAsset>
  571. <ImageAsset Include="Resources\Icons.xcassets\X_white.imageset\icon_x_white@3x.png">
  572. <InProject>false</InProject>
  573. </ImageAsset>
  574. <ImageAsset Include="Resources\IDMObservableTableViewSource.xcassets\AppIcons.appiconset\Contents.json">
  575. <InProject>false</InProject>
  576. </ImageAsset>
  577. <ImageAsset Include="Resources\IDMObservableTableViewSource.xcassets\LaunchImages.launchimage\Contents.json">
  578. <InProject>false</InProject>
  579. </ImageAsset>
  580. <ImageAsset Include="Resources\Media.xcassets\AppIcons.appiconset\Contents.json">
  581. <InProject>false</InProject>
  582. </ImageAsset>
  583. <ImageAsset Include="Resources\Media.xcassets\LaunchImages.launchimage\Contents.json">
  584. <InProject>false</InProject>
  585. </ImageAsset>
  586. </ItemGroup>
  587. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  588. <PropertyGroup>
  589. <CreateIpaDependsOn>
  590. $(CreateIpaDependsOn);
  591. CopyIpa
  592. </CreateIpaDependsOn>
  593. </PropertyGroup>
  594. <Target Name="CopyIpa" Condition=" '$(Configuration)|$(Platform)' == 'ReleaseAppStore|iPhone' or '$(Configuration)|$(Platform)' == 'ReleaseProduction|iPhone' or '$(Configuration)|$(Platform)' == 'ReleaseAutoTest|iPhone' or '$(Configuration)|$(Platform)' == 'ReleaseUATest|iPhone' or '$(Configuration)|$(Platform)' == 'ReleaseSQETest|iPhone' or '$(Configuration)|$(Platform)' == 'ReleaseCITest|iPhone' Or '$(Configuration)|$(Platform)' == 'ReleaseTest|iPhone' Or '$(Configuration)|$(Platform)' == 'ReleaseDev|iPhone' Or '$(Configuration)|$(Platform)' == 'Release|iPhone'">
  595. <Message Text="Copying IPA file from $(IpaPackagePath)" />
  596. <Copy SourceFiles="$(IpaPackagePath)" DestinationFolder="$(OutputPath)" />
  597. </Target>
  598. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement