Skip to content

Commit

Permalink
Fixed Xamarin Component iOS sample to reference unified binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbatum committed Jan 2, 2015
1 parent d7f00d9 commit 389de7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions component/samples/iOSsample/iOSsample/iOSsample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,25 +89,25 @@
<ItemGroup>
<Reference Include="Microsoft.WindowsAzure.Mobile, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\lib\iOS\Microsoft.WindowsAzure.Mobile.dll</HintPath>
<HintPath>..\..\..\lib\ios-unified\Microsoft.WindowsAzure.Mobile.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAzure.Mobile.Ext, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\lib\iOS\Microsoft.WindowsAzure.Mobile.Ext.dll</HintPath>
<HintPath>..\..\..\lib\ios-unified\Microsoft.WindowsAzure.Mobile.Ext.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\lib\iOS\Newtonsoft.Json.dll</HintPath>
<HintPath>..\..\..\lib\ios-unified\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.Extensions, Version=2.2.15.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\lib\iOS\System.Net.Http.Extensions.dll</HintPath>
<HintPath>..\..\..\lib\ios-unified\System.Net.Http.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Primitives, Version=4.2.15.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\lib\iOS\System.Net.Http.Primitives.dll</HintPath>
<HintPath>..\..\..\lib\ios-unified\System.Net.Http.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
Expand Down

0 comments on commit 389de7e

Please sign in to comment.