Closed mzekrallah closed 7 years ago
actually even some images from the same iOS app don't get loaded .. the application log is full of these messages :
Could not load the "icon-tab-bar-doctors" image referenced from a nib in the bundle with identifier "com.ubieva.cura.doctors"
That's strange, simply changing a reference should not alter other aspects of the project. Can you provide your csproj file? What happens if you revert to using the aws-labs version?
I reverted to aws-labs and removed S3 packages but the problem only went away when I removed Microsoft.Bcl and Microsoft.Bcl.Build from both projects ! which are indirect dependancies of the AWS.Core package .. I don't know how could that be related or how it could be fixed .. any idea ?
Nothing special in my .csprojects .. here they are :
_iOS Client App CSProj : _
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
<ProjectGuid>{8552C255-4892-4422-81F1-48B3E103B549}</ProjectGuid>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>Cura.DoctorApp.iOS</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>CuraDoctorAppiOS</AssemblyName>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
<SynchReleaseVersion>false</SynchReleaseVersion>
<ReleaseVersion>1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
<DefineConstants>DEBUG;__UNIFIED__;__MOBILE__;__IOS__;__UNIFIED__;__MOBILE__;__IOS__;__MonoCS__</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<MtouchArch>i386, x86_64</MtouchArch>
<MtouchLink>None</MtouchLink>
<MtouchDebug>True</MtouchDebug>
<MtouchUseSGen>True</MtouchUseSGen>
<MtouchUseRefCounting>True</MtouchUseRefCounting>
<MtouchOptimizePNGs>True</MtouchOptimizePNGs>
<MtouchI18n>mideast</MtouchI18n>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchExtraArgs>-gcc_flags "-force_load /Volumes/Data/Dropbox/Reveal.app/Contents/SharedSupport/iOS-Libraries/Reveal.framework/Versions/A/Reveal -ObjC -framework QuartzCore -framework CFNetwork"</MtouchExtraArgs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<MtouchLink>None</MtouchLink>
<MtouchArch>i386, x86_64</MtouchArch>
<ConsolePause>false</ConsolePause>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchI18n>mideast</MtouchI18n>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\iPhone\Debug</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<CodesignKey>iPhone Distribution: Mohammad Zekrallah (DFKCU7D9WB)</CodesignKey>
<MtouchDebug>true</MtouchDebug>
<MtouchUseSGen>true</MtouchUseSGen>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchLink>None</MtouchLink>
<MtouchI18n>mideast</MtouchI18n>
<IpaPackageName>
</IpaPackageName>
<CodesignProvision>cf7a6c77-fe95-43db-b473-eefbeb2cc53c</CodesignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\iPhone\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<ConsolePause>false</ConsolePause>
<CodesignKey>iPhone Distribution: Mohammad Zekrallah (DFKCU7D9WB)</CodesignKey>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchI18n>mideast</MtouchI18n>
<CodesignProvision>cf7a6c77-fe95-43db-b473-eefbeb2cc53c</CodesignProvision>
<IpaPackageName>
</IpaPackageName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
<DebugType>none</DebugType>
<Optimize>True</Optimize>
<OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<BuildIpa>True</BuildIpa>
<CodesignProvision>cf7a6c77-fe95-43db-b473-eefbeb2cc53c</CodesignProvision>
<CodesignKey>iPhone Distribution: Mohammad Zekrallah (DFKCU7D9WB)</CodesignKey>
<CustomCommands>
<CustomCommands>
<Command type="BeforeBuild" command="/bin/bash versioning.sh" workingdir="${ProjectDir}" />
<Command type="AfterBuild" command="/usr/bin/perl versioning.pl" workingdir="${ProjectDir}" />
<Command type="Custom" command="sh testfairy-upload-ios.sh" workingdir="${ProjectDir}" />
<Command type="Custom" command="sh upload-dsym.sh 057deb0d36a1303abbf3ac30bd90a2f2055cce27 -p ${TargetDir}" workingdir="${ProjectDir}" />
</CustomCommands>
</CustomCommands>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchI18n>mideast</MtouchI18n>
<IpaPackageName>
</IpaPackageName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
<DebugType>none</DebugType>
<Optimize>True</Optimize>
<OutputPath>bin\iPhone\AppStore</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<CodesignProvision>e59588dc-54d3-49e8-85d2-c7715da06c86</CodesignProvision>
<CodesignKey>iPhone Distribution: Mohammad Zekrallah (DFKCU7D9WB)</CodesignKey>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchI18n>mideast</MtouchI18n>
<IpaPackageName>
</IpaPackageName>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>4F3201C18116A45C666F2A2D1547CB2ECFAD7EF1</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>false</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<ItemGroup>
<Compile Include="BusinessLogic\BusinessLogic.cs" />
<Compile Include="BusinessLogic\Contracts\BusinessEntity.cs" />
<Compile Include="BusinessLogic\Helpers.cs" />
<Compile Include="BusinessLogic\Messaging.cs" />
<Compile Include="Controllers\ChatHomeViewController.cs" />
<Compile Include="Controllers\ConsultationChatViewController.cs" />
<Compile Include="Controllers\ChatHomeViewController.designer.cs">
<DependentUpon>ChatHomeViewController.cs</DependentUpon>
</Compile>
<Compile Include="Controllers\ConsultationChatViewController.designer.cs">
<DependentUpon>ConsultationChatViewController.cs</DependentUpon>
</Compile>
<Compile Include="Controllers\DoctorProfileViewController.cs" />
<Compile Include="Controllers\DoctorProfileViewController.designer.cs">
<DependentUpon>DoctorProfileViewController.cs</DependentUpon>
</Compile>
<Compile Include="Controllers\DoctorsHomeTableViewController.cs" />
<Compile Include="Controllers\DoctorsHomeTableViewController.designer.cs">
<DependentUpon>DoctorsHomeTableViewController.cs</DependentUpon>
</Compile>
<Compile Include="Controllers\HomeTabBarViewController.cs" />
<Compile Include="Controllers\HomeTabBarViewController.designer.cs">
<DependentUpon>HomeTabBarViewController.cs</DependentUpon>
</Compile>
<Compile Include="Controllers\LoginViewController.cs" />
<Compile Include="Controllers\LoginViewController.designer.cs">
<DependentUpon>LoginViewController.cs</DependentUpon>
</Compile>
<Compile Include="Controllers\RootViewController.cs" />
<Compile Include="Controllers\RootViewController.designer.cs">
<DependentUpon>RootViewController.cs</DependentUpon>
</Compile>
<Compile Include="Controllers\SignUpViewController .cs" />
<Compile Include="Controllers\SignUpViewController .designer.cs">
<DependentUpon>SignUpViewController .cs</DependentUpon>
</Compile>
<Compile Include="Data\ChatMessage.cs" />
<Compile Include="Data\ChatMessageRepository.cs" />
<Compile Include="Data\ChatRoom.cs" />
<Compile Include="Data\ChatRoomRepository.cs" />
<Compile Include="Data\CuraDatabase.cs" />
<Compile Include="Data\Database.cs" />
<Compile Include="Data\SQLite.cs" />
<Compile Include="Main.cs" />
<Compile Include="Helper.cs" />
<Compile Include="AppDelegate.cs" />
<Compile Include="SQLite.cs" />
<Compile Include="SQLiteAsync.cs" />
<None Include="Info.plist" />
<Compile Include="NSDateExtensions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Controllers\SettingsTableViewController.cs" />
<Compile Include="Controllers\SettingsTableViewController.designer.cs">
<DependentUpon>SettingsTableViewController.cs</DependentUpon>
</Compile>
<Compile Include="Controllers\NotificationsHomeViewController.cs" />
<Compile Include="Controllers\NotificationsHomeViewController.designer.cs">
<DependentUpon>NotificationsHomeViewController.cs</DependentUpon>
</Compile>
<Compile Include="Controllers\ClinicHomeViewController.cs" />
<Compile Include="Controllers\ClinicHomeViewController.designer.cs">
<DependentUpon>ClinicHomeViewController.cs</DependentUpon>
</Compile>
<InterfaceDefinition Include="Views\CustomCells\old_ConsultationSessionCell_iPhone.xib">
<SubType>Designer</SubType>
</InterfaceDefinition>
<Compile Include="Views\CustomCells\old_ConsultationSessionCell.cs" />
<Compile Include="Views\CustomCells\old_ConsultationSessionCell.designer.cs">
<DependentUpon>old_ConsultationSessionCell.cs</DependentUpon>
</Compile>
<Compile Include="Views\CustomCells\ConsultationSessionCell.cs" />
<Compile Include="Views\CustomCells\ConsultationSessionCell.designer.cs">
<DependentUpon>ConsultationSessionCell.cs</DependentUpon>
</Compile>
<InterfaceDefinition Include="Views\CustomCells\ConsultationSessionCell_iPad.xib">
<SubType>Designer</SubType>
</InterfaceDefinition>
<InterfaceDefinition Include="Views\CustomCells\ConsultationSessionCell_iPhone.xib">
<SubType>Designer</SubType>
</InterfaceDefinition>
<Compile Include="Controllers\Profile\ColleagueViewMode\DoctorProfileColleagueViewActionBar.cs" />
<Compile Include="Controllers\Profile\ColleagueViewMode\DoctorProfileColleagueViewActionBar.designer.cs">
<DependentUpon>..\..\..\..\..\POC\Cura.iOS.POC\DoctorProfile\ColleagueViewMode\DoctorProfileColleagueViewActionBar.cs</DependentUpon>
</Compile>
<InterfaceDefinition Include="Controllers\Profile\ColleagueViewMode\DoctorProfileColleagueViewActionBar.xib" />
<Compile Include="Controllers\Profile\ColleagueViewMode\DoctorProfileColleagueViewHeaderView.cs" />
<Compile Include="Controllers\Profile\ColleagueViewMode\DoctorProfileViewController_ColleagueView.cs" />
<Compile Include="Controllers\Profile\PersonalEditMode\DoctorProfilePersonalEditHeaderView.cs" />
<Compile Include="Controllers\Profile\PersonalEditMode\DoctorProfileViewController_EditView.cs" />
<Compile Include="Controllers\Profile\PersonalEditMode\EditFormHedaerViewController.cs" />
<Compile Include="Controllers\Profile\PersonalEditMode\EditFormHedaerViewController.designer.cs">
<DependentUpon>..\..\..\..\..\POC\Cura.iOS.POC\DoctorProfile\PersonalEditMode\EditFormHedaerViewController.cs</DependentUpon>
</Compile>
<InterfaceDefinition Include="Controllers\Profile\PersonalEditMode\EditFormHedaerViewController.xib" />
<Compile Include="Controllers\Profile\PersonalViewMode\DoctorProfilePersonalViewActionBar.cs" />
<Compile Include="Controllers\Profile\PersonalViewMode\DoctorProfilePersonalViewActionBar.designer.cs">
<DependentUpon>..\..\..\..\..\POC\Cura.iOS.POC\DoctorProfile\PersonalViewMode\DoctorProfilePersonalViewActionBar.cs</DependentUpon>
</Compile>
<InterfaceDefinition Include="Controllers\Profile\PersonalViewMode\DoctorProfilePersonalViewActionBar.xib" />
<Compile Include="Controllers\Profile\PersonalViewMode\DoctorProfilePersonalViewHeaderView.cs" />
<Compile Include="Controllers\Profile\PersonalViewMode\DoctorProfileViewController_PersonalView.cs" />
<None Include="packages.config" />
<Compile Include="Controllers\DoctorBrowserContainer.cs" />
<Compile Include="Controllers\DoctorBrowserContainer.designer.cs">
<DependentUpon>DoctorBrowserContainer.cs</DependentUpon>
</Compile>
<Compile Include="Pubnub.cs" />
<Compile Include="DoctorProfileViewController.cs" />
<Compile Include="DoctorProfileViewController.designer.cs">
<DependentUpon>DoctorProfileViewController.cs</DependentUpon>
</Compile>
<InterfaceDefinition Include="RecommendationViewController.xib" />
<Compile Include="Controllers\Profile\PersonalEditMode\UploadMediaIntroViewController.cs" />
<Compile Include="Controllers\Profile\PersonalEditMode\UploadMediaIntroViewController.designer.cs">
<DependentUpon>UploadMediaIntroViewController.cs</DependentUpon>
</Compile>
<InterfaceDefinition Include="Controllers\Profile\PersonalEditMode\UploadMediaIntroViewController.xib" />
<Compile Include="Controllers\WalkThroughViewController.cs" />
<BundleResource Include="Resources\Base.lproj\AppIntroFirst.jpg" />
<BundleResource Include="Resources\Base.lproj\AppIntroFirst%402x.jpg" />
<BundleResource Include="Resources\Base.lproj\AppIntroFirst%403x.jpg" />
<BundleResource Include="Resources\Base.lproj\AppIntroSecond.jpg" />
<BundleResource Include="Resources\Base.lproj\AppIntroSecond%402x.jpg" />
<BundleResource Include="Resources\Base.lproj\AppIntroSecond%403x.jpg" />
<BundleResource Include="Resources\Base.lproj\AppIntroThird.jpg" />
<BundleResource Include="Resources\Base.lproj\AppIntroThird%402x.jpg" />
<BundleResource Include="Resources\Base.lproj\AppIntroThird%403x.jpg" />
<BundleResource Include="Resources\Base.lproj\Default-568h%402x.png" />
<BundleResource Include="Resources\Base.lproj\DocProfileNoImageImage.png" />
<BundleResource Include="Resources\Base.lproj\icon_add.png" />
<BundleResource Include="Resources\Base.lproj\icon_add%402x.png" />
<InterfaceDefinition Include="Resources\Base.lproj\LaunchScreen.xib" />
<BundleResource Include="Resources\Base.lproj\tabbar_chat%402x.png" />
<BundleResource Include="Resources\Base.lproj\tabbar_home%402x.png" />
<BundleResource Include="Resources\Base.lproj\tabbar_me%402x.png" />
<BundleResource Include="Resources\Base.lproj\tabbar_notifications%402x.png" />
<BundleResource Include="Resources\Base.lproj\tabbar_search%402x.png" />
<BundleResource Include="Resources\Base.lproj\tabbar_settings%402x.png" />
<BundleResource Include="Resources\Base.lproj\UploadProfilePhoto.png" />
<InterfaceDefinition Include="Resources\Base.lproj\MainStoryboard_iPad.storyboard" />
<InterfaceDefinition Include="Resources\Base.lproj\MainStoryboard_iPhone.storyboard" />
<BundleResource Include="Resources\ar.lproj\Localizable.strings" />
<BundleResource Include="Resources\Base.lproj\Localizable.strings" />
<BundleResource Include="Resources\Base.lproj\Images.xcassets\Launch.launchimage\LaunchiPhone4.png" />
<BundleResource Include="Resources\Base.lproj\Images.xcassets\Launch.launchimage\LaunchiPhone5%402x.png" />
<BundleResource Include="Resources\Base.lproj\Images.xcassets\Launch.launchimage\LaunchiPhone6%402x.png" />
<BundleResource Include="Resources\Base.lproj\Images.xcassets\Launch.launchimage\LaunchiPhone6Plus%403x.png" />
<Compile Include="Controllers\HomeViewController.cs" />
<Compile Include="Controllers\HomeViewController.designer.cs">
<DependentUpon>HomeViewController.cs</DependentUpon>
</Compile>
<BundleResource Include="Resources\ar.lproj\AppIntroFirst.jpg" />
<BundleResource Include="Resources\ar.lproj\AppIntroFirst%402x.jpg" />
<BundleResource Include="Resources\ar.lproj\AppIntroFirst%403x.jpg" />
<BundleResource Include="Resources\ar.lproj\AppIntroSecond.jpg" />
<BundleResource Include="Resources\ar.lproj\AppIntroSecond%402x.jpg" />
<BundleResource Include="Resources\ar.lproj\AppIntroSecond%403x.jpg" />
<BundleResource Include="Resources\ar.lproj\AppIntroThird.jpg" />
<BundleResource Include="Resources\ar.lproj\AppIntroThird%402x.jpg" />
<BundleResource Include="Resources\ar.lproj\AppIntroThird%403x.jpg" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
<Reference Include="SDWebImage">
<HintPath>..\..\..\Libraries\SDWebImage.dll</HintPath>
</Reference>
<Reference Include="Validation">
<HintPath>..\..\..\packages\Validation.2.2.8\lib\portable-net45+dnxcore50+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\Validation.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Interfaces">
<HintPath>..\..\..\packages\ServiceStack.Interfaces.4.0.52\lib\portable-wp80+sl5+net40+win8+monotouch+monoandroid+xamarin.ios10\ServiceStack.Interfaces.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Text">
<HintPath>..\..\..\packages\ServiceStack.Text.4.0.52\lib\portable-net45+win8+monotouch+monoandroid+xamarin.ios10\ServiceStack.Text.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Client">
<HintPath>..\..\..\packages\ServiceStack.Client.4.0.52\lib\Xamarin.iOS10\ServiceStack.Client.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Pcl.iOS">
<HintPath>..\..\..\packages\ServiceStack.Client.4.0.52\lib\Xamarin.iOS10\ServiceStack.Pcl.iOS.dll</HintPath>
</Reference>
<Reference Include="TestFairy.iOS">
<HintPath>..\..\..\packages\TestFairy.Xamarin-iOS.1.6.2\lib\Xamarin.iOS10\TestFairy.iOS.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Insights">
<HintPath>..\..\..\packages\Xamarin.Insights.1.11.4\lib\Xamarin.iOS10\Xamarin.Insights.dll</HintPath>
</Reference>
<Reference Include="PLCrashReporterUnifiedBinding">
<HintPath>..\..\..\packages\Xamarin.Insights.1.11.4\lib\Xamarin.iOS10\PLCrashReporterUnifiedBinding.dll</HintPath>
</Reference>
<Reference Include="Parse.iOS">
<HintPath>..\..\..\packages\Parse.1.7.0\lib\Xamarin.iOS10\Parse.iOS.dll</HintPath>
</Reference>
<Reference Include="AWSSDK_XMOBILE">
<HintPath>..\..\..\Libraries\AWSSDK_XMOBILE.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Libraries\ASProgressPopUpView\ASProgressPopUpView\ASProgressPopUpView.csproj">
<Project>{9B9A595B-4B69-4BC1-BE12-B77E69757441}</Project>
<Name>ASProgressPopUpView</Name>
<IsAppExtension>False</IsAppExtension>
<IsWatchApp>False</IsWatchApp>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\JSQMessagesViewController\Cura.JSQMessagesViewController\JSQMessagesViewController\JSQMessagesViewController.csproj">
<Project>{0E3FB218-1758-40AE-A9B7-E7D57336CF7B}</Project>
<Name>JSQMessagesViewController</Name>
<IsAppExtension>False</IsAppExtension>
<IsWatchApp>False</IsWatchApp>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\PubNub\Newtonsoft.Json\Newtonsoft.Json.MonoTouch.csproj">
<Project>{12448CD5-D860-4C1C-8B9F-139F3794B9BC}</Project>
<Name>Newtonsoft.Json.MonoTouch</Name>
<IsAppExtension>False</IsAppExtension>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\Yalantis\ContextMenu.iOS\ContextMenu.iOS\ContextMenu.iOS.csproj">
<Project>{0CCBC063-5161-40CB-ADA5-1AA7CFD4C545}</Project>
<Name>ContextMenu.iOS</Name>
<IsAppExtension>False</IsAppExtension>
<IsWatchApp>False</IsWatchApp>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\ImageViewer\ImageViewer.csproj">
<Project>{F624E55A-8AFA-48CD-81D8-4BE770A98C34}</Project>
<Name>ImageViewer</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\ModalPicker\SharpMobileCode.ModalPicker\SharpMobileCode.ModalPicker.csproj">
<Project>{D8D8ED2E-2C43-416B-8196-46A0AD9788FD}</Project>
<Name>SharpMobileCode.ModalPicker</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\SCLAlertView\SCLAlertView\SCLAlertView\SCLAlertView.csproj">
<Project>{46931419-2C89-423E-939B-3CE13BB77B39}</Project>
<Name>SCLAlertView</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\DZNEmptyDataSet\DZNEmptyDataSet\DZNEmptyDataSet.csproj">
<Project>{ACB1545D-C1F1-4A50-8F4B-EDFF7A563315}</Project>
<Name>DZNEmptyDataSet</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\iOS.Extensions\iOS.Extensions\iOS.Extensions.csproj">
<Project>{78445CBF-F28B-44F4-BCB6-6A9AC80FAF13}</Project>
<Name>iOS.Extensions</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\Yalantis\YALRentalPullToRefresh\YALRentalPullToRefresh\YALRentalPullToRefresh.csproj">
<Project>{5767C2A6-987B-45A4-8F49-9AA1528DE462}</Project>
<Name>YALRentalPullToRefresh</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\M13BadgeView\M13BadgeView\M13BadgeView\M13BadgeView.csproj">
<Project>{0D9581F0-B69E-4298-89FB-65002A343A72}</Project>
<Name>M13BadgeView</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\RSKImageCropper\RSKImageCropper\RSKImageCropper\RSKImageCropper.csproj">
<Project>{9C90DDC1-A523-49FE-9A3B-2F7C5D8D3205}</Project>
<Name>RSKImageCropper</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\MTZRadialMenu\MTZRadialMenu\MTZRadialMenu.csproj">
<Project>{0838D4DF-0E11-4EE8-A8F7-173CFD965A3C}</Project>
<Name>MTZRadialMenu</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Backend\Service\Cura.Backend.Service.ServiceModel\Cura.Backend.Service.ServiceModel.csproj">
<Project>{53E82AC1-DD1D-4C66-B55F-F9F4ACFB2F40}</Project>
<Name>Cura.Backend.Service.ServiceModel</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\CategorySliderView\CategorySliderView\CategorySliderView.csproj">
<Project>{059A2594-74F4-4441-9D04-8728F0898429}</Project>
<Name>CategorySliderView</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\RateView\RateView\RateView\RateView.csproj">
<Project>{51753FE7-1CE8-4A45-8EF5-C030E1AF83AF}</Project>
<Name>RateView</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\PubNub\PubnubMessaging\PubnubMessaging.Core.csproj">
<Project>{5043AC0F-9885-44F7-8ECC-4BF55B5C8EC5}</Project>
<Name>PubnubMessaging.Core</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\MPGNotification\MPGNotification.iOS\MPGNotification.iOS\MPGNotification.iOS.csproj">
<Project>{0A71FE6E-6A73-46BE-A0D9-915E9A4283B5}</Project>
<Name>MPGNotification.iOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\BTProgressHud\BTProgressHud\BTProgressHUD.csproj">
<Project>{8ECDFDC5-42D0-4540-9691-830EEB2ED874}</Project>
<Name>BTProgressHUD</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\Harpy\Harpy\Harpy.csproj">
<Project>{7CC0BAA9-D70D-43F0-A4F6-29558E7094C1}</Project>
<Name>Harpy</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\JDFTooltips\JDFTooltips.iOS\JDFTooltips.iOS\JDFTooltips.iOS.csproj">
<Project>{FE9EE340-A14B-40FA-BE5A-D19B2042CAE4}</Project>
<Name>JDFTooltips.iOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\JSQSystemSoundPlayer\JSQSystemSoundPlayer.iOS\JSQSystemSoundPlayer.iOS\JSQSystemSoundPlayer.iOS.csproj">
<Project>{1E4E7488-42D3-4618-A893-EE0017AA8A43}</Project>
<Name>JSQSystemSoundPlayer.iOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\MPCoachMarks\MPCoachMarks.iOS\MPCoachMarks.iOS.csproj">
<Project>{B028EC38-B487-4CEA-BC23-4D79ACCB88FA}</Project>
<Name>MPCoachMarks.iOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\GHWalkThrough\GHWalkThrough\GHWalkThrough.csproj">
<Project>{FB8AB2C9-DE94-4A43-AA94-B0495C87B020}</Project>
<Name>GHWalkThrough</Name>
</ProjectReference>
<ProjectReference Include="..\..\Shared\Cura.iOS.Core\Cura.iOS.Core.csproj">
<Project>{ACD76363-5480-49DD-885E-649733F3378B}</Project>
<Name>Cura.iOS.Core</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\AppsFlyer\AppsFlyerXamarinBinding\AppsFlyerXamarinBindingiOS.csproj">
<Project>{F85DBA77-44A5-4037-A811-9707791A426F}</Project>
<Name>AppsFlyerXamarinBindingiOS</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Import Project="..\..\..\packages\Xamarin.Insights.1.11.4\build\Xamarin.iOS10\Xamarin.Insights.targets" Condition="Exists('..\..\..\packages\Xamarin.Insights.1.11.4\build\Xamarin.iOS10\Xamarin.Insights.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
<ItemGroup>
<ImageAsset Include="Resources\Base.lproj\Images.xcassets\AppIcons.appiconset\Contents.json">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Base.lproj\Images.xcassets\AppIcons.appiconset\cura_home_retinа%28120px%29.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Base.lproj\Images.xcassets\AppIcons.appiconset\cura_setting%2829px%29.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Base.lproj\Images.xcassets\AppIcons.appiconset\cura_spotlight_retinа%2880px%29.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Base.lproj\Images.xcassets\LaunchImage.launchimage\Contents.json">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Base.lproj\Images.xcassets\LaunchImage.launchimage\Default-568h%402x.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Base.lproj\Images.xcassets\Launch.launchimage\Contents.json">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Base.lproj\Images.xcassets\Launch.launchimage\Default.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Base.lproj\Images.xcassets\Launch.launchimage\Default%402x.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Base.lproj\Images.xcassets\Launch.launchimage\Default-568h%402x.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Base.lproj\Images.xcassets\AppIcons.appiconset\cura_setting_retinа%2857px%29.png">
<InProject>false</InProject>
</ImageAsset>
</ItemGroup>
</Project>
_iOS Core Library Project CSProj : _
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
<ProjectGuid>{ACD76363-5480-49DD-885E-649733F3378B}</ProjectGuid>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>Cura.iOS.Core</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<MtouchArch>i386, x86_64</MtouchArch>
<MtouchLink>None</MtouchLink>
<MtouchDebug>True</MtouchDebug>
<MtouchSdkVersion>7.1</MtouchSdkVersion>
<MtouchExtraArgs>
</MtouchExtraArgs>
<MtouchUseSGen>True</MtouchUseSGen>
<MtouchUseRefCounting>True</MtouchUseRefCounting>
<MtouchOptimizePNGs>True</MtouchOptimizePNGs>
<MtouchI18n>
</MtouchI18n>
<AssemblyName>CuraiOSCore</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<MtouchLink>None</MtouchLink>
<MtouchArch>i386, x86_64</MtouchArch>
<ConsolePause>false</ConsolePause>
<AssemblyName>CuraiOSCore</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\iPhone\Debug</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>true</MtouchDebug>
<AssemblyName>CuraiOSCore</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\iPhone\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<ConsolePause>false</ConsolePause>
<CodesignKey>iPhone Developer</CodesignKey>
<AssemblyName>CuraiOSCore</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
<DebugType>none</DebugType>
<Optimize>True</Optimize>
<OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<BuildIpa>True</BuildIpa>
<CodesignProvision>Automatic:AdHoc</CodesignProvision>
<CodesignKey>iPhone Distribution</CodesignKey>
<AssemblyName>CuraiOSCore</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
<DebugType>none</DebugType>
<Optimize>True</Optimize>
<OutputPath>bin\iPhone\AppStore</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<CodesignProvision>Automatic:AppStore</CodesignProvision>
<CodesignKey>iPhone Distribution</CodesignKey>
<AssemblyName>CuraiOSCore</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhoneSimulator' ">
<Optimize>false</Optimize>
<OutputPath>bin\iPhoneSimulator\Ad-Hoc</OutputPath>
<WarningLevel>4</WarningLevel>
<AssemblyName>Cura.iOS.Core</AssemblyName>
<MtouchLink>None</MtouchLink>
</PropertyGroup>
<ItemGroup>
<Compile Include="AWS\AmazonS3Helper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Extensions\DateTimeExtensions.cs" />
<Compile Include="Extensions\ScrollExtensions.cs" />
<Compile Include="Extensions\ViewExtensions.cs" />
<Compile Include="Extensions\NavigationControllerExtensions.cs" />
<Compile Include="Extensions\UIImageExtensions.cs" />
<Compile Include="Data\Models\ChatMessage.cs" />
<Compile Include="Data\Models\ChatRoom.cs" />
<Compile Include="Data\Repositories\ChatMessageRepository.cs" />
<Compile Include="Data\Repositories\ChatRoomRepository.cs" />
<Compile Include="Data\SQLite.cs" />
<Compile Include="Data\CuraDatabase.cs" />
<Compile Include="Data\Models\BusinessEntity.cs" />
<Compile Include="Extensions\NSDateExtensions.cs" />
<Compile Include="Helpers\JSQMessagesHelper.cs" />
<Compile Include="Modules\ParentViewController.cs" />
<Compile Include="Modules\Chat\ChatViewController.cs" />
<Compile Include="Modules\Chat\ContextMenuCell\ContextMenuCell.cs" />
<Compile Include="Modules\Chat\MediaPickerDelegate.cs" />
<Compile Include="Modules\Profile\ViewControllers\DoctorProfileBaseViewController.cs" />
<Compile Include="Modules\Profile\ViewControllers\DoctorProfileBaseViewController.designer.cs">
<DependentUpon>DoctorProfileBaseViewController.cs</DependentUpon>
</Compile>
<Compile Include="Modules\Profile\Headers\DoctorProfileBaseEditHeaderView.cs" />
<Compile Include="Modules\Profile\Headers\DoctorProfileBaseEditHeaderView.designer.cs">
<DependentUpon>DoctorProfileBaseEditHeaderView.cs</DependentUpon>
</Compile>
<Compile Include="Modules\Profile\Headers\DoctorProfileBaseHeaderView.cs" />
<Compile Include="Modules\Profile\Headers\DoctorProfileBaseHeaderView.designer.cs">
<DependentUpon>DoctorProfileBaseHeaderView.cs</DependentUpon>
</Compile>
<Compile Include="Modules\Profile\CustomCells\MapTableViewCell.cs" />
<Compile Include="Modules\Profile\CustomCells\MapTableViewCell.designer.cs">
<DependentUpon>MapTableViewCell.cs</DependentUpon>
</Compile>
<Compile Include="Modules\Profile\CustomCells\PracticeDetailsCell.cs" />
<Compile Include="Modules\Profile\CustomCells\PracticeDetailsCell.designer.cs">
<DependentUpon>PracticeDetailsCell.cs</DependentUpon>
</Compile>
<Compile Include="Modules\Profile\CustomCells\ProfileSectionCell.cs" />
<Compile Include="Modules\Profile\CustomCells\ProfileSectionCell.designer.cs">
<DependentUpon>ProfileSectionCell.cs</DependentUpon>
</Compile>
<Compile Include="Modules\Profile\CustomCells\TestimonialTableViewCell.cs" />
<Compile Include="Modules\Profile\CustomCells\TestimonialTableViewCell.designer.cs">
<DependentUpon>TestimonialTableViewCell.cs</DependentUpon>
</Compile>
<Compile Include="Modules\Profile\ViewControllers\MapDetailViewController.cs" />
<Compile Include="Modules\Profile\ViewControllers\MapDetailViewController.designer.cs">
<DependentUpon>MapDetailViewController.cs</DependentUpon>
</Compile>
<Compile Include="Business\Enums.cs" />
<Compile Include="Business\Helpers.cs" />
<Compile Include="ServiceClient\BusinessLogic.cs" />
<Compile Include="Mappers\ProfileMapper.cs" />
<Compile Include="Modules\Profile\ViewControllers\DoctorProfileBaseViewController %28copy%29.cs" />
<Compile Include="Modules\Profile\ViewControllers\DoctorProfileBaseViewController.designer %28copy%29.cs">
<DependentUpon>DoctorProfileBaseViewController %28copy%29.cs</DependentUpon>
</Compile>
<Compile Include="Modules\Profile\CustomCells\ProfileSectionCell %28copy%29.cs" />
<Compile Include="Modules\Profile\CustomCells\ProfileSectionCell.designer %28copy%29.cs">
<DependentUpon>ProfileSectionCell %28copy%29.cs</DependentUpon>
</Compile>
<Compile Include="Modules\Profile\CustomCells\AFIndexedTableView.cs" />
<Compile Include="Extensions\UITableViewExtensions.cs" />
<Compile Include="Modules\Profile\ViewModels\IDoctorProfileHeaderView.cs" />
<Compile Include="Modules\Profile\ViewModels\IProfileDisplayInfo.cs" />
<Compile Include="Modules\Profile\ViewModels\DoctorProfileViewModel.cs" />
<Compile Include="Modules\Profile\ViewModels\IProfileSectionViewModel.cs" />
<Compile Include="Modules\Profile\ViewModels\DoctorProfileSectionTypes.cs" />
<Compile Include="Modules\Profile\ViewModels\DoctorProfileEditItemViewModel.cs" />
<Compile Include="Modules\Profile\ViewModels\MapSectionItemViewModel.cs" />
<Compile Include="Modules\Profile\ViewModels\TestimonialSectionItemViewModel.cs" />
<Compile Include="Modules\Profile\ViewModels\DefaultSectionItemViewModel.cs" />
<Compile Include="Modules\Profile\ViewModels\ISectionItemViewModel.cs" />
<Compile Include="Modules\Profile\ViewModels\ProfileSectionViewModel.cs" />
<Compile Include="Helpers\SDWebImageHelper.cs" />
<Compile Include="Extensions\CALayerExtensions.cs" />
<Compile Include="Modules\Notification\NotificationTableViewCell.cs" />
<Compile Include="Modules\Notification\NotificationTableViewCell.designer.cs">
<DependentUpon>NotificationTableViewCell.cs</DependentUpon>
</Compile>
<Compile Include="Helpers\DateTimeHelper.cs" />
<Compile Include="PubNub\PubNubFactory.cs" />
<Compile Include="PubNub\Messaging.cs" />
<Compile Include="Data\Models\Config.cs" />
<Compile Include="Data\Repositories\ConfigRepository.cs" />
<Compile Include="Modules\Browser\SideMenu.cs" />
<Compile Include="Modules\Browser\ContainerVC.cs" />
<Compile Include="Modules\Browser\CustomCells\DoctorCell.cs" />
<Compile Include="Modules\Browser\CustomCells\DoctorCell.designer.cs">
<DependentUpon>DoctorCell.cs</DependentUpon>
</Compile>
<Compile Include="Modules\Browser\CustomCells\FeaturedDoctorCollectionViewCell.cs" />
<Compile Include="Modules\Browser\CustomCells\FeaturedDoctorCollectionViewCell.designer.cs">
<DependentUpon>FeaturedDoctorCollectionViewCell.cs</DependentUpon>
</Compile>
<Compile Include="Modules\Browser\DoctorBrowserViewController.cs" />
<Compile Include="Modules\Browser\MedicalDepartmentHomeViewController.cs" />
<Compile Include="Modules\Browser\MedicalDepartmentHomeViewController.designer.cs">
<DependentUpon>MedicalDepartmentHomeViewController.cs</DependentUpon>
</Compile>
<Compile Include="Modules\Browser\DetailViewController.cs" />
<Compile Include="Modules\Browser\DoctorsHomeTableViewController.cs" />
<Compile Include="Modules\Browser\DoctorsHomeTableViewController.designer.cs">
<DependentUpon>DoctorsHomeTableViewController.cs</DependentUpon>
</Compile>
<Compile Include="Modules\Browser\DoctorBrowserViewController.designer.cs">
<DependentUpon>DoctorBrowserViewController.cs</DependentUpon>
</Compile>
<Compile Include="Helpers\Logger.cs" />
<Compile Include="Helpers\DynamicCellCalculator.cs" />
<Compile Include="Modules\Profile\ViewModels\MediaIntroSectionItemViewModel.cs" />
<Compile Include="Extensions\UIColorExtensions.cs" />
<Compile Include="Helpers\UITheme.cs" />
<Compile Include="Modules\Browser\CustomCells\FeaturedMedicalCategoryHeaderView.cs" />
<Compile Include="Modules\Browser\CustomCells\FeaturedMedicalCategoryHeaderView.designer.cs">
<DependentUpon>FeaturedMedicalCategoryHeaderView.cs</DependentUpon>
</Compile>
<Compile Include="Helpers\CuraAppDelegateHelper.cs" />
<Compile Include="Modules\Notification\NotificationsHomeViewController.cs" />
<Compile Include="Modules\Common\CuraAppDelegate.cs" />
<Compile Include="Modules\Common\HomeTabBarViewController.cs" />
<Compile Include="Mappers\ConsultationSessionMapper.cs" />
<Compile Include="Modules\Chat\AudioPlayer.cs" />
<Compile Include="Modules\Chat\AudioRecorderManager.cs" />
<Compile Include="Modules\Profile\Headers\EditFormBaseViewController.cs" />
<Compile Include="Modules\Profile\Headers\EditFormBaseViewController.designer.cs">
<DependentUpon>..\..\..\..\..\POC\Cura.iOS.POC\DoctorProfile\PersonalEditMode\EditFormBaseViewController.cs</DependentUpon>
</Compile>
<Compile Include="Helpers\MediaHelpers.cs" />
<Compile Include="Modules\Profile\CustomCells\MediaIntroTableViewCell.cs" />
<Compile Include="Modules\Profile\CustomCells\MediaIntroTableViewCell.designer.cs">
<DependentUpon>MediaIntroTableViewCell.cs</DependentUpon>
</Compile>
<Compile Include="Helpers\ReleaseNotesHelper.cs" />
<Compile Include="Modules\Common\WebBrowserViewController.cs" />
<Compile Include="Helpers\FileIOHelpers.cs" />
<Compile Include="Modules\Common\FavouritesDoctorViewController.cs" />
<Compile Include="Helpers\StringHelpers.cs" />
<Compile Include="Helpers\SCLAlertViewHelper.cs" />
<Compile Include="Helpers\UIImageHelper.cs" />
<Compile Include="Helpers\GlobalizationHelper.cs" />
<Compile Include="Modules\Common\SettingsBaseViewController.cs" />
<Compile Include="ServiceClient\PaymentGatewayServiceClient.cs" />
<Compile Include="Helpers\PaymentsHelper.cs" />
<Compile Include="Helpers\PriceFormatter.cs" />
<Compile Include="Helpers\BadgeHelper.cs" />
<Compile Include="Modules\Chat\FeedbackViewController.cs" />
<Compile Include="Modules\Chat\FeedbackViewController.designer.cs">
<DependentUpon>FeedbackViewController.cs</DependentUpon>
</Compile>
<Compile Include="Helpers\DeviceHelper.cs" />
<Compile Include="Helpers\Xamarin.iOS.DeviceHarware.cs" />
<Compile Include="Helpers\iOSHardware.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
<Reference Include="SDWebImage">
<HintPath>..\..\..\Libraries\SDWebImage.dll</HintPath>
</Reference>
<Reference Include="TestFairy.iOS">
<HintPath>..\..\..\packages\TestFairy.Xamarin-iOS.1.6.2\lib\Xamarin.iOS10\TestFairy.iOS.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Interfaces">
<HintPath>..\..\..\packages\ServiceStack.Interfaces.4.0.52\lib\portable-wp80+sl5+net40+win8+monotouch+monoandroid+xamarin.ios10\ServiceStack.Interfaces.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Text">
<HintPath>..\..\..\packages\ServiceStack.Text.4.0.52\lib\portable-net45+win8+monotouch+monoandroid+xamarin.ios10\ServiceStack.Text.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Client">
<HintPath>..\..\..\packages\ServiceStack.Client.4.0.52\lib\Xamarin.iOS10\ServiceStack.Client.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Pcl.iOS">
<HintPath>..\..\..\packages\ServiceStack.Client.4.0.52\lib\Xamarin.iOS10\ServiceStack.Pcl.iOS.dll</HintPath>
</Reference>
<Reference Include="Parse.iOS">
<HintPath>..\..\..\packages\Parse.1.7.0\lib\Xamarin.iOS10\Parse.iOS.dll</HintPath>
</Reference>
<Reference Include="Validation">
<HintPath>..\..\..\packages\Validation.2.2.8\lib\portable-net45+dnxcore50+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\Validation.dll</HintPath>
</Reference>
<Reference Include="AWSSDK_XMOBILE">
<HintPath>..\..\..\Libraries\AWSSDK_XMOBILE.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Insights">
<HintPath>..\..\..\packages\Xamarin.Insights.1.11.4\lib\Xamarin.iOS10\Xamarin.Insights.dll</HintPath>
</Reference>
<Reference Include="PLCrashReporterUnifiedBinding">
<HintPath>..\..\..\packages\Xamarin.Insights.1.11.4\lib\Xamarin.iOS10\PLCrashReporterUnifiedBinding.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<ItemGroup>
<None Include="Info.plist" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<ProjectReference Include="..\..\..\Libraries\ASProgressPopUpView\ASProgressPopUpView\ASProgressPopUpView.csproj">
<Project>{9B9A595B-4B69-4BC1-BE12-B77E69757441}</Project>
<Name>ASProgressPopUpView</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\Yalantis\ContextMenu.iOS\ContextMenu.iOS\ContextMenu.iOS.csproj">
<Project>{0CCBC063-5161-40CB-ADA5-1AA7CFD4C545}</Project>
<Name>ContextMenu.iOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\iOS.Extensions\iOS.Extensions\iOS.Extensions.csproj">
<Project>{78445CBF-F28B-44F4-BCB6-6A9AC80FAF13}</Project>
<Name>iOS.Extensions</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\JSQMessagesViewController\Cura.JSQMessagesViewController\JSQMessagesViewController\JSQMessagesViewController.csproj">
<Project>{0E3FB218-1758-40AE-A9B7-E7D57336CF7B}</Project>
<Name>JSQMessagesViewController</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\ImageViewer\ImageViewer.csproj">
<Project>{F624E55A-8AFA-48CD-81D8-4BE770A98C34}</Project>
<Name>ImageViewer</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\PubNub\Newtonsoft.Json\Newtonsoft.Json.MonoTouch.csproj">
<Project>{12448CD5-D860-4C1C-8B9F-139F3794B9BC}</Project>
<Name>Newtonsoft.Json.MonoTouch</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\SCLAlertView\SCLAlertView\SCLAlertView\SCLAlertView.csproj">
<Project>{46931419-2C89-423E-939B-3CE13BB77B39}</Project>
<Name>SCLAlertView</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\Yalantis\YALRentalPullToRefresh\YALRentalPullToRefresh\YALRentalPullToRefresh.csproj">
<Project>{5767C2A6-987B-45A4-8F49-9AA1528DE462}</Project>
<Name>YALRentalPullToRefresh</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\MTZRadialMenu\MTZRadialMenu\MTZRadialMenu.csproj">
<Project>{0838D4DF-0E11-4EE8-A8F7-173CFD965A3C}</Project>
<Name>MTZRadialMenu</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Backend\Service\Cura.Backend.Service.ServiceModel\Cura.Backend.Service.ServiceModel.csproj">
<Project>{53E82AC1-DD1D-4C66-B55F-F9F4ACFB2F40}</Project>
<Name>Cura.Backend.Service.ServiceModel</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\CategorySliderView\CategorySliderView\CategorySliderView.csproj">
<Project>{059A2594-74F4-4441-9D04-8728F0898429}</Project>
<Name>CategorySliderView</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\RateView\RateView\RateView\RateView.csproj">
<Project>{51753FE7-1CE8-4A45-8EF5-C030E1AF83AF}</Project>
<Name>RateView</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\PubNub\PubnubMessaging\PubnubMessaging.Core.csproj">
<Project>{5043AC0F-9885-44F7-8ECC-4BF55B5C8EC5}</Project>
<Name>PubnubMessaging.Core</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\MPGNotification\MPGNotification.iOS\MPGNotification.iOS\MPGNotification.iOS.csproj">
<Project>{0A71FE6E-6A73-46BE-A0D9-915E9A4283B5}</Project>
<Name>MPGNotification.iOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\DZNEmptyDataSet\DZNEmptyDataSet\DZNEmptyDataSet.csproj">
<Project>{ACB1545D-C1F1-4A50-8F4B-EDFF7A563315}</Project>
<Name>DZNEmptyDataSet</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\BTProgressHud\BTProgressHud\BTProgressHUD.csproj">
<Project>{8ECDFDC5-42D0-4540-9691-830EEB2ED874}</Project>
<Name>BTProgressHUD</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\Harpy\Harpy\Harpy.csproj">
<Project>{7CC0BAA9-D70D-43F0-A4F6-29558E7094C1}</Project>
<Name>Harpy</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\JDFTooltips\JDFTooltips.iOS\JDFTooltips.iOS\JDFTooltips.iOS.csproj">
<Project>{FE9EE340-A14B-40FA-BE5A-D19B2042CAE4}</Project>
<Name>JDFTooltips.iOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\JSQSystemSoundPlayer\JSQSystemSoundPlayer.iOS\JSQSystemSoundPlayer.iOS\JSQSystemSoundPlayer.iOS.csproj">
<Project>{1E4E7488-42D3-4618-A893-EE0017AA8A43}</Project>
<Name>JSQSystemSoundPlayer.iOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\MPCoachMarks\MPCoachMarks.iOS\MPCoachMarks.iOS.csproj">
<Project>{B028EC38-B487-4CEA-BC23-4D79ACCB88FA}</Project>
<Name>MPCoachMarks.iOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\M13BadgeView\M13BadgeView\M13BadgeView\M13BadgeView.csproj">
<Project>{0D9581F0-B69E-4298-89FB-65002A343A72}</Project>
<Name>M13BadgeView</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\RDLRadioButton\RDLRadioButton.Core\DLRadioButton.Core.csproj">
<Project>{DD32B08E-FAA5-4557-A107-890B071E3354}</Project>
<Name>DLRadioButton.Core</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\AppsFlyer\AppsFlyerXamarinBinding\AppsFlyerXamarinBindingiOS.csproj">
<Project>{F85DBA77-44A5-4037-A811-9707791A426F}</Project>
<Name>AppsFlyerXamarinBindingiOS</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<InterfaceDefinition Include="Modules\Chat\ContextMenuCell\ContextMenuCell.xib" />
<InterfaceDefinition Include="Modules\Profile\ViewControllers\DoctorProfileViewController.xib" />
<InterfaceDefinition Include="Modules\Profile\Headers\DoctorProfileBaseEditHeaderView.xib" />
<InterfaceDefinition Include="Modules\Profile\Headers\DoctorProfileBaseHeaderView.xib" />
<InterfaceDefinition Include="Modules\Profile\CustomCells\MapTableViewCell.xib" />
<InterfaceDefinition Include="Modules\Profile\CustomCells\PracticeDetailsCell.xib" />
<InterfaceDefinition Include="Modules\Profile\CustomCells\ProfileSectionCell.xib">
<SubType>Designer</SubType>
</InterfaceDefinition>
<InterfaceDefinition Include="Modules\Profile\CustomCells\TestimonialTableViewCell.xib" />
<InterfaceDefinition Include="Modules\Profile\ViewControllers\MapDetailViewController.xib" />
<InterfaceDefinition Include="Modules\Notification\NotificationTableViewCell.xib" />
<InterfaceDefinition Include="Modules\Browser\CustomCells\DoctorCell_iPad.xib">
<SubType>Designer</SubType>
</InterfaceDefinition>
<InterfaceDefinition Include="Modules\Browser\CustomCells\DoctorCell_iPhone.xib">
<SubType>Designer</SubType>
</InterfaceDefinition>
<InterfaceDefinition Include="Modules\Browser\CustomCells\FeaturedDoctorCollectionViewCell~ipad.xib" />
<InterfaceDefinition Include="Modules\Browser\CustomCells\FeaturedDoctorCollectionViewCell~iphone.xib" />
<InterfaceDefinition Include="Modules\Browser\CustomCells\FeaturedMedicalCategoryHeaderView~iphone.xib" />
<InterfaceDefinition Include="Modules\Browser\CustomCells\FeaturedMedicalCategoryHeaderView~ipad.xib" />
<InterfaceDefinition Include="Modules\Profile\Headers\EditFormBaseViewController.xib" />
<InterfaceDefinition Include="Modules\Profile\CustomCells\MediaIntroTableViewCell.xib" />
<InterfaceDefinition Include="Modules\Chat\FeedbackViewController.xib" />
</ItemGroup>
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Import Project="..\..\..\packages\Xamarin.Insights.1.11.4\build\Xamarin.iOS10\Xamarin.Insights.targets" Condition="Exists('..\..\..\packages\Xamarin.Insights.1.11.4\build\Xamarin.iOS10\Xamarin.Insights.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
<ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\action-icon%402x.png" />
<BundleResource Include="Resources\ActionCameraRecord.png" />
<BundleResource Include="Resources\ActionCameraRecord%402x.png" />
<BundleResource Include="Resources\ActionCameraStop.png" />
<BundleResource Include="Resources\ActionCameraStop%402x.png" />
<BundleResource Include="Resources\ActionCameraStopHighlighted.png" />
<BundleResource Include="Resources\ActionCameraStopHighlighted%402x.png" />
<BundleResource Include="Resources\btn_add%401x.png" />
<BundleResource Include="Resources\btn_add%402x.png" />
<BundleResource Include="Resources\btn_add%403x.png" />
<BundleResource Include="Resources\btn_back%401x.png" />
<BundleResource Include="Resources\btn_back%402x.png" />
<BundleResource Include="Resources\btn_back%403x.png" />
<BundleResource Include="Resources\camera.png" />
<BundleResource Include="Resources\camera%402x.png" />
<BundleResource Include="Resources\Circle.png" />
<BundleResource Include="Resources\Circle%402x.png" />
<BundleResource Include="Resources\CircleHighlighted.png" />
<BundleResource Include="Resources\CircleHighlighted%402x.png" />
<BundleResource Include="Resources\cura_appstore_retinа%281024px%29.png" />
<BundleResource Include="Resources\cura_appstore%28512px%29.png" />
<BundleResource Include="Resources\cura_home_retinа%28120px%29.png" />
<BundleResource Include="Resources\cura_home_screen%2860px%29.png" />
<BundleResource Include="Resources\cura_logo_symbol.png" />
<BundleResource Include="Resources\cura_setting_retinа%2858px%29.png" />
<BundleResource Include="Resources\cura_setting%2829px%29.png" />
<BundleResource Include="Resources\cura_spotlight_retinа%2880px%29.png" />
<BundleResource Include="Resources\cura_spotlight%2840px%29.png" />
<BundleResource Include="Resources\Default-568h%402x.png" />
<BundleResource Include="Resources\DocNoImageFemale%402x.png" />
<BundleResource Include="Resources\DocNoImageMale%402x.png" />
<BundleResource Include="Resources\DocProfileNoImageImage.png" />
<BundleResource Include="Resources\emptyclinicplaceholder.png" />
<BundleResource Include="Resources\emptyclinicplaceholder%402x.png" />
<BundleResource Include="Resources\icon_settings_barbutton.png" />
<BundleResource Include="Resources\icon_settings_barbutton%402x.png" />
<BundleResource Include="Resources\icon-menu-bar-back.png" />
<BundleResource Include="Resources\icon-sidebar-a-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-a-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-a%402x.png" />
<BundleResource Include="Resources\icon-sidebar-arrow%402x.png" />
<BundleResource Include="Resources\icon-sidebar-b-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-b-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-b%402x.png" />
<BundleResource Include="Resources\icon-sidebar-c-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-c-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-c%402x.png" />
<BundleResource Include="Resources\icon-sidebar-d-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-d-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-d%402x.png" />
<BundleResource Include="Resources\icon-sidebar-down-arrow.png" />
<BundleResource Include="Resources\icon-sidebar-e-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-e-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-e%402x.png" />
<BundleResource Include="Resources\icon-sidebar-f-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-f-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-f%402x.png" />
<BundleResource Include="Resources\icon-sidebar-g-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-g-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-g%402x.png" />
<BundleResource Include="Resources\icon-sidebar-h-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-h-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-h%402x.png" />
<BundleResource Include="Resources\icon-sidebar-i-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-i-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-i%402x.png" />
<BundleResource Include="Resources\icon-sidebar-j-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-j-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-j%402x.png" />
<BundleResource Include="Resources\icon-sidebar-k-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-k-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-k%402x.png" />
<BundleResource Include="Resources\icon-sidebar-l-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-l-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-l%402x.png" />
<BundleResource Include="Resources\icon-sidebar-m-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-m-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-m%402x.png" />
<BundleResource Include="Resources\icon-sidebar-n-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-n-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-n%402x.png" />
<BundleResource Include="Resources\icon-sidebar-o-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-o-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-o%402x.png" />
<BundleResource Include="Resources\icon-sidebar-p-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-p-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-p%402x.png" />
<BundleResource Include="Resources\icon-sidebar-q-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-q-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-q%402x.png" />
<BundleResource Include="Resources\icon-sidebar-surgery-section%402x.png" />
<BundleResource Include="Resources\icon-sidebar-surgery-selected%402x.png" />
<BundleResource Include="Resources\icon-sidebar-surgery%402x.png" />
<BundleResource Include="Resources\icon-sidebar-up-arrow.png" />
<BundleResource Include="Resources\icon-tab-bar-account-selected%402x.png" />
<BundleResource Include="Resources\icon-tab-bar-account%402x.png" />
<BundleResource Include="Resources\icon-tab-bar-clinic-selected%402x.png" />
<BundleResource Include="Resources\icon-tab-bar-clinic%402x.png" />
<BundleResource Include="Resources\icon-tab-bar-doctors-selected%402x.png" />
<BundleResource Include="Resources\icon-tab-bar-doctors%402x.png" />
<BundleResource Include="Resources\icon-tab-bar-find-a-doctor-selected%402x.png" />
<BundleResource Include="Resources\icon-tab-bar-find-a-doctor%402x.png" />
<BundleResource Include="Resources\icon-tab-bar-home-selected%402x.png" />
<BundleResource Include="Resources\icon-tab-bar-home%402x.png" />
<BundleResource Include="Resources\icon-tab-bar-notifications-selected%402x.png" />
<BundleResource Include="Resources\icon-tab-bar-notifications%402x.png" />
<BundleResource Include="Resources\icon-tab-bar-profile-selected%402x.png" />
<BundleResource Include="Resources\icon-tab-bar-profile%402x.png" />
<BundleResource Include="Resources\icon-tab-bar-setting-selected%402x.png" />
<BundleResource Include="Resources\icon-tab-bar-setting%402x.png" />
<BundleResource Include="Resources\invalidpicture%402x.png" />
<BundleResource Include="Resources\logo-menu-bar.png" />
<BundleResource Include="Resources\Logo%28Cura%29.png" />
<BundleResource Include="Resources\media_intro_empty%402x.png" />
<BundleResource Include="Resources\Microphone.png" />
<BundleResource Include="Resources\Microphone%402x.png" />
<BundleResource Include="Resources\MTZRadialMenuBackground.png" />
<BundleResource Include="Resources\MTZRadialMenuBackground.png%402x.png" />
<BundleResource Include="Resources\MTZRadialMenuStandardItemCamera.png" />
<BundleResource Include="Resources\MTZRadialMenuStandardItemCamera%402x.png" />
<BundleResource Include="Resources\MTZRadialMenuStandardItemCancel.png" />
<BundleResource Include="Resources\MTZRadialMenuStandardItemCancel%402x.png" />
<BundleResource Include="Resources\MTZRadialMenuStandardItemConfirm.png" />
<BundleResource Include="Resources\MTZRadialMenuStandardItemConfirm%402x.png" />
<BundleResource Include="Resources\MTZRadialMenuStandardItemPause.png" />
<BundleResource Include="Resources\MTZRadialMenuStandardItemPause%402x.png" />
<BundleResource Include="Resources\MTZRadialMenuStandardItemPlay.png" />
<BundleResource Include="Resources\MTZRadialMenuStandardItemPlay%402x.png" />
<BundleResource Include="Resources\pic-non-specific-dr-female.png" />
<BundleResource Include="Resources\pic-non-specific-dr-male.png" />
<BundleResource Include="Resources\SampleVideo_1080x720_1mb.mp4" />
<BundleResource Include="Resources\tabindicato_right.png" />
<BundleResource Include="Resources\tabindicator_right%402x.png" />
<BundleResource Include="Resources\tabindicator.png" />
<BundleResource Include="Resources\tabindicator%402x.png" />
<BundleResource Include="Resources\upload%402x.png" />
<BundleResource Include="Resources\upload2%402x.png" />
<BundleResource Include="Resources\upload3%402x.png" />
<BundleResource Include="Resources\upload4%402x.png" />
<BundleResource Include="Resources\avatarempty.png" />
<BundleResource Include="Resources\avatarempty%402x.png" />
<BundleResource Include="Resources\profileempty.png" />
<BundleResource Include="Resources\profileempty%402x.png" />
<BundleResource Include="Resources\icon-sidebar-help%402x.png" />
<BundleResource Include="Resources\icon-sidebar-help-section%402x.png" />
<BundleResource Include="Resources\visa_logo.png" />
<BundleResource Include="Resources\visa_logo2%402x.png" />
<BundleResource Include="Resources\cura_visa_logo.png" />
<BundleResource Include="Resources\cura_credit_logo%402x.png" />
<BundleResource Include="Resources\cura_visa_logo2%402x.png" />
<BundleResource Include="Resources\cura_visa_logo3%402x.png" />
<BundleResource Include="Resources\paymentmethods%402x.png" />
<BundleResource Include="Resources\icon-Dentistry-m-section%402x.png" />
<BundleResource Include="Resources\icon-Dentistry-m-selected%402x.png" />
<BundleResource Include="Resources\icon-Dentistry-m%402x.png" />
<BundleResource Include="Resources\icon-Emergency-Room-m-section%402x.png" />
<BundleResource Include="Resources\icon-Emergency-Room-m-selected%402x.png" />
<BundleResource Include="Resources\icon-Emergency-Room-m%402x.png" />
</ItemGroup>
</Project>
Any help with this please ? it's related to the Microsoft.Bcl.Build package as I stated in my previous comment.
Were you able to resolve this? It looks like this could be an issue with how Microsoft.Bcl.Build packages are restored, so you may need to contact the package owners directly.
Thanks but no I couldn't resolve it yet .. I thought you guys would be interested in contacting Microsoft.Bcl.Build package owners as well since this is affecting your SDK with Xamarin ...
@mzekrallah are you still having issues when adding latest s3 nuget package?
Closing for lack of activity
I used to have an old manual dll reference to the aws SDK in my Xamarin.iOS unified app from this repo https://github.com/awslabs/aws-sdk-xamarin which was working fine for almost a year .. now I wanted to migrate to the new individual s3 nugget package .. however after removing old one and adding the new S3 nugget package, my resources (images) that are being bundled from a core iOS library project don't get loaded when running my iOS app.. other images bundled from the same iOS app are working but images coming from the referenced core project don't ! I'm adding the nugget to both the iOS app and the core iOS library project .. Any fix to this problem please ?
I'm using the following :