Skip to content

Commit

Permalink
Updated to mobile services component v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbatum committed Mar 22, 2014
1 parent 0083363 commit 7193edf
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 50 deletions.
20 changes: 10 additions & 10 deletions xamarinpcl/xamarinpcl-android/Resources/Resource.designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 24 additions & 18 deletions xamarinpcl/xamarinpcl-android/xamarinpcl-android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,31 @@
<AndroidSupportedAbis>armeabi,armeabi-v7a</AndroidSupportedAbis>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.WindowsAzure.Mobile, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Components\azure-mobile-services-1.1.5\lib\android\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>..\Components\azure-mobile-services-1.1.5\lib\android\Microsoft.WindowsAzure.Mobile.Ext.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Components\azure-mobile-services-1.1.5\lib\android\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Net.Http.Extensions">
<HintPath>..\Components\azure-mobile-services-1.1.5\lib\android\System.Net.Http.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Primitives">
<HintPath>..\Components\azure-mobile-services-1.1.5\lib\android\System.Net.Http.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Mono.Android" />
<Reference Include="Mono.Android.Export" />
<Reference Include="System.Net.Http" />
<Reference Include="Microsoft.WindowsAzure.Mobile">
<HintPath>..\Components\azure-mobile-services-1.1.0\lib\android\Microsoft.WindowsAzure.Mobile.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAzure.Mobile.Ext">
<HintPath>..\Components\azure-mobile-services-1.1.0\lib\android\Microsoft.WindowsAzure.Mobile.Ext.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\Components\azure-mobile-services-1.1.0\lib\android\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Auth.Android">
<HintPath>..\Components\azure-mobile-services-1.1.0\lib\android\Xamarin.Auth.Android.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Resources\Resource.designer.cs" />
Expand Down Expand Up @@ -99,16 +105,16 @@
<ItemGroup>
<Folder Include="Resources\drawable\" />
</ItemGroup>
<ItemGroup>
<XamarinComponentReference Include="azure-mobile-services">
<Version>1.1.0</Version>
<Visible>False</Visible>
</XamarinComponentReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\xamarinpcl-shared\xamarinpcl-shared.csproj">
<Project>{9B65BD76-FBBC-44D3-B52C-DEE2B719871D}</Project>
<Name>xamarinpcl-shared</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<XamarinComponentReference Include="azure-mobile-services">
<Visible>False</Visible>
<Version>1.1.5</Version>
</XamarinComponentReference>
</ItemGroup>
</Project>
39 changes: 21 additions & 18 deletions xamarinpcl/xamarinpcl-ios/xamarinpcl-ios.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,30 +75,27 @@
<CodesignProvision>Automatic:AppStore</CodesignProvision>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.WindowsAzure.Mobile">
<HintPath>..\Components\azure-mobile-services-1.1.5\lib\ios\Microsoft.WindowsAzure.Mobile.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAzure.Mobile.Ext">
<HintPath>..\Components\azure-mobile-services-1.1.5\lib\ios\Microsoft.WindowsAzure.Mobile.Ext.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\Components\azure-mobile-services-1.1.5\lib\ios\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Net.Http.Extensions">
<HintPath>..\Components\azure-mobile-services-1.1.5\lib\ios\System.Net.Http.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Primitives">
<HintPath>..\Components\azure-mobile-services-1.1.5\lib\ios\System.Net.Http.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="monotouch" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Net.Http" />
<Reference Include="Microsoft.WindowsAzure.Mobile.Ext">
<HintPath>..\Components\azure-mobile-services-1.1.0\lib\ios\Microsoft.WindowsAzure.Mobile.Ext.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAzure.Mobile">
<HintPath>..\Components\azure-mobile-services-1.1.0\lib\ios\Microsoft.WindowsAzure.Mobile.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\Components\azure-mobile-services-1.1.0\lib\ios\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Auth.iOS">
<HintPath>..\Components\azure-mobile-services-1.1.0\lib\ios\Xamarin.Auth.iOS.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<XamarinComponentReference Include="azure-mobile-services">
<Version>1.1.0</Version>
<Visible>False</Visible>
</XamarinComponentReference>
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />
Expand Down Expand Up @@ -136,4 +133,10 @@
<Name>xamarinpcl-shared</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<XamarinComponentReference Include="azure-mobile-services">
<Visible>False</Visible>
<Version>1.1.5</Version>
</XamarinComponentReference>
</ItemGroup>
</Project>
8 changes: 4 additions & 4 deletions xamarinpcl/xamarinpcl-shared/xamarinpcl-shared.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -35,13 +35,13 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Common.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<ItemGroup>
<Reference Include="Microsoft.WindowsAzure.Mobile">
<HintPath>..\Components\azure-mobile-services-1.1.0\lib\ios\Microsoft.WindowsAzure.Mobile.dll</HintPath>
<HintPath>..\Components\azure-mobile-services-1.1.5\lib\mobile\Microsoft.WindowsAzure.Mobile.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\Components\azure-mobile-services-1.1.0\lib\ios\Newtonsoft.Json.dll</HintPath>
<HintPath>..\Components\azure-mobile-services-1.1.5\lib\mobile\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
</Project>

0 comments on commit 7193edf

Please sign in to comment.