This commit is contained in:
Gonzalo Martin 2016-09-22 12:24:56 -03:00
Родитель a222f4ae00
Коммит 4181dd86a1
13 изменённых файлов: 6095 добавлений и 153 удалений

Просмотреть файл

@ -16,6 +16,9 @@
<AssemblyName>QuickTodo.Android</AssemblyName>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<JavaMaximumHeapSize>1G</JavaMaximumHeapSize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -40,8 +43,17 @@
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
</PropertyGroup>
<ItemGroup>
<Reference Include="FormsViewGroup">
<Reference Include="FormsViewGroup, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.2.3.2.127\lib\MonoAndroid10\FormsViewGroup.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PCLStorage">
<HintPath>..\packages\PCLStorage.1.0.2\lib\monoandroid\PCLStorage.dll</HintPath>
@ -53,41 +65,62 @@
<Reference Include="System.Core" />
<Reference Include="Mono.Android" />
<Reference Include="Mono.Android.GoogleMaps" />
<Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable">
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\monoandroid\System.Net.Http.Extensions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\monoandroid\System.Net.Http.Primitives.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Android.Support.Design">
<Reference Include="Xamarin.Android.Support.Design, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Android.Support.Design.23.3.0\lib\MonoAndroid43\Xamarin.Android.Support.Design.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Android.Support.v4">
<Reference Include="Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Android.Support.v4.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v4.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Android.Support.v7.AppCompat">
<Reference Include="Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Android.Support.v7.AppCompat.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.AppCompat.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Android.Support.v7.CardView">
<Reference Include="Xamarin.Android.Support.v7.CardView, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Android.Support.v7.CardView.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.CardView.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Android.Support.v7.MediaRouter">
<Reference Include="Xamarin.Android.Support.v7.MediaRouter, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Android.Support.v7.MediaRouter.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.MediaRouter.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Android.Support.v7.RecyclerView">
<Reference Include="Xamarin.Android.Support.v7.RecyclerView, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Android.Support.v7.RecyclerView.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.RecyclerView.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Android.Support.Vector.Drawable">
<Reference Include="Xamarin.Android.Support.Vector.Drawable, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.Vector.Drawable.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Forms.Core">
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.2.3.2.127\lib\MonoAndroid10\Xamarin.Forms.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Forms.Platform">
<Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.2.3.2.127\lib\MonoAndroid10\Xamarin.Forms.Platform.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Forms.Platform.Android">
<Reference Include="Xamarin.Forms.Platform.Android, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.2.3.2.127\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Forms.Xaml">
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.2.3.2.127\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
@ -128,7 +161,7 @@
<AndroidResource Include="Resources\drawable-xhdpi\login_box.png" />
<AndroidResource Include="Resources\drawable-xhdpi\logo.png" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\EmployeeDirectoryUI\EmployeeDirectoryUI.csproj">
<Project>{C1D18B43-2776-432B-8B83-AAA7A567FFBA}</Project>
@ -137,11 +170,13 @@
</ItemGroup>
<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>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use 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('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
<Error Condition="!Exists('..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\build\Xamarin.Android.Support.Vector.Drawable.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\build\Xamarin.Android.Support.Vector.Drawable.targets'))" />
<Error Condition="!Exists('..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets'))" />
</Target>
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
<Import Project="..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\build\Xamarin.Android.Support.Vector.Drawable.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\build\Xamarin.Android.Support.Vector.Drawable.targets')" />
<Import Project="..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
</Project>

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -6,6 +6,10 @@
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.5.0.0" newVersion="1.5.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.29.0" newVersion="4.2.29.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

Просмотреть файл

@ -1,13 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="monoandroid60" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="monoandroid60" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="monoandroid60" />
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="monoandroid60" />
<package id="PCLStorage" version="1.0.2" targetFramework="MonoAndroid44" />
<package id="Xamarin.Android.Support.Animated.Vector.Drawable" version="23.3.0" targetFramework="monoandroid50" />
<package id="Xamarin.Android.Support.Design" version="23.3.0" targetFramework="monoandroid50" />
<package id="Xamarin.Android.Support.v4" version="23.3.0" targetFramework="monoandroid50" />
<package id="Xamarin.Android.Support.v7.AppCompat" version="23.3.0" targetFramework="monoandroid50" />
<package id="Xamarin.Android.Support.v7.CardView" version="23.3.0" targetFramework="monoandroid50" />
<package id="Xamarin.Android.Support.v7.MediaRouter" version="23.3.0" targetFramework="monoandroid50" />
<package id="Xamarin.Android.Support.v7.RecyclerView" version="23.3.0" targetFramework="monoandroid50" />
<package id="Xamarin.Android.Support.Vector.Drawable" version="23.3.0" targetFramework="monoandroid50" />
<package id="Xamarin.Android.Support.Animated.Vector.Drawable" version="23.3.0" targetFramework="monoandroid60" />
<package id="Xamarin.Android.Support.Design" version="23.3.0" targetFramework="monoandroid60" />
<package id="Xamarin.Android.Support.v4" version="23.3.0" targetFramework="monoandroid60" />
<package id="Xamarin.Android.Support.v7.AppCompat" version="23.3.0" targetFramework="monoandroid60" />
<package id="Xamarin.Android.Support.v7.CardView" version="23.3.0" targetFramework="monoandroid60" />
<package id="Xamarin.Android.Support.v7.MediaRouter" version="23.3.0" targetFramework="monoandroid60" />
<package id="Xamarin.Android.Support.v7.RecyclerView" version="23.3.0" targetFramework="monoandroid60" />
<package id="Xamarin.Android.Support.Vector.Drawable" version="23.3.0" targetFramework="monoandroid60" />
<package id="Xamarin.Forms" version="2.3.2.127" targetFramework="monoandroid60" />
</packages>

Просмотреть файл

@ -13,7 +13,8 @@
<TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
<SilverlightApplication>true</SilverlightApplication>
<SupportedCultures></SupportedCultures>
<SupportedCultures>
</SupportedCultures>
<XapOutputs>true</XapOutputs>
<GenerateSilverlightManifest>true</GenerateSilverlightManifest>
<XapFilename>EmployeeDirectory.WinPhone_$(Configuration)_$(Platform).xap</XapFilename>
@ -22,7 +23,8 @@
<ValidateXaml>true</ValidateXaml>
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
<NuGetPackageImportStamp>519d169e</NuGetPackageImportStamp>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -162,12 +164,36 @@
<Reference Include="Microsoft.Phone.Controls.Toolkit">
<HintPath>..\packages\WPtoolkit.4.2013.08.16\lib\wp8\Microsoft.Phone.Controls.Toolkit.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\wp8\Microsoft.Threading.Tasks.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\wp8\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Threading.Tasks.Extensions.Phone, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\wp8\Microsoft.Threading.Tasks.Extensions.Phone.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PCLStorage">
<HintPath>..\packages\PCLStorage.1.0.2\lib\wp8\PCLStorage.dll</HintPath>
</Reference>
<Reference Include="PCLStorage.Abstractions">
<HintPath>..\packages\PCLStorage.1.0.2\lib\wp8\PCLStorage.Abstractions.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\sl4-windowsphone71\System.Net.Http.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Net.Http.Extensions, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\sl4-windowsphone71\System.Net.Http.Extensions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Net.Http.Primitives, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\sl4-windowsphone71\System.Net.Http.Primitives.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Forms.Core">
<HintPath>..\packages\Xamarin.Forms.2.3.2.127\lib\WP80\Xamarin.Forms.Core.dll</HintPath>
</Reference>
@ -203,6 +229,8 @@
<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('..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets'))" />
<Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
</Target>
<Import Project="..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
</Project>

Просмотреть файл

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="wp8" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="wp8" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="wp8" />
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="wp8" />
<package id="PCLStorage" version="1.0.2" targetFramework="wp80" />
<package id="WPtoolkit" version="4.2013.08.16" targetFramework="wp80" />
<package id="Xamarin.Forms" version="2.3.2.127" targetFramework="wp8" />

Просмотреть файл

@ -9,6 +9,9 @@
<RootNamespace>EmployeeDirectory.iOS</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<TargetFrameworkIdentifier>Xamarin.iOS</TargetFrameworkIdentifier>
<AssemblyName>EmployeeDirectoryiOS</AssemblyName>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
@ -23,7 +26,8 @@
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchDebug>true</MtouchDebug>
<AssemblyName>EmployeeDirectoryiOS</AssemblyName>
<MtouchI18n></MtouchI18n>
<MtouchI18n>
</MtouchI18n>
<MtouchArch>i386, x86_64</MtouchArch>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
@ -51,8 +55,10 @@
<MtouchDebug>true</MtouchDebug>
<CodesignKey>iPhone Developer</CodesignKey>
<AssemblyName>QuickTodoiOS</AssemblyName>
<IpaPackageName></IpaPackageName>
<MtouchI18n></MtouchI18n>
<IpaPackageName>
</IpaPackageName>
<MtouchI18n>
</MtouchI18n>
<MtouchArch>ARMv7</MtouchArch>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
@ -66,8 +72,10 @@
<ConsolePause>false</ConsolePause>
<CodesignKey>iPhone Developer</CodesignKey>
<AssemblyName>QuickTodoiOS</AssemblyName>
<IpaPackageName></IpaPackageName>
<MtouchI18n></MtouchI18n>
<IpaPackageName>
</IpaPackageName>
<MtouchI18n>
</MtouchI18n>
<MtouchArch>ARMv7</MtouchArch>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
@ -98,6 +106,14 @@
<AssemblyName>QuickTodoiOS</AssemblyName>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PCLStorage">
<HintPath>..\packages\PCLStorage.1.0.2\lib\portable-Xamarin.iOS+Xamarin.Mac\PCLStorage.dll</HintPath>
</Reference>
@ -107,6 +123,14 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="MonoTouch.Dialog-1" />
<Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\Xamarin.iOS10\System.Net.Http.Extensions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\Xamarin.iOS10\System.Net.Http.Primitives.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Forms.Core">
<HintPath>..\packages\Xamarin.Forms.2.3.2.127\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
</Reference>
@ -181,6 +205,8 @@
<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('..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets'))" />
<Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
</Target>
<Import Project="..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
</Project>

Просмотреть файл

@ -6,6 +6,22 @@
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.5.0.0" newVersion="1.5.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.6.8.0" newVersion="2.6.8.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.6.8.0" newVersion="2.6.8.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.6.8.0" newVersion="2.6.8.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.29.0" newVersion="4.2.29.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

Просмотреть файл

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="xamarinios10" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="xamarinios10" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="xamarinios10" />
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="xamarinios10" />
<package id="PCLStorage" version="1.0.2" targetFramework="xamarinios10" />
<package id="Xamarin.Forms" version="2.3.2.127" targetFramework="xamarinios10" />
</packages>

Просмотреть файл

@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.21005.1
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Targets", "Targets", "{205F34F1-DBEC-46B8-A6E5-7C2BAB70DD0C}"
EndProject
@ -81,46 +81,45 @@ Global
{1902913C-BB6F-4CCB-9B90-1D0CAEECAF12}.Release|Mixed Platforms.ActiveCfg = Release|iPhone
{1902913C-BB6F-4CCB-9B90-1D0CAEECAF12}.Release|Mixed Platforms.Deploy.0 = Release|iPhone
{1902913C-BB6F-4CCB-9B90-1D0CAEECAF12}.Release|x86.ActiveCfg = Release|iPhone
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|Mixed Platforms.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.AppStore|iPhone.Build.0 = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.AppStore|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.AppStore|x86.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|ARM.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|ARM.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|iPhone.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|x86.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|x86.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|Any CPU.Build.0 = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|ARM.ActiveCfg = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|iPhone.ActiveCfg = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|iPhone.Build.0 = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|x86.ActiveCfg = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|Any CPU.Deploy.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|Mixed Platforms.Build.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|Mixed Platforms.Deploy.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|Any CPU.Deploy.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|Mixed Platforms.Deploy.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|x86.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|ARM.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|Mixed Platforms.Deploy.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|x86.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|x86.Build.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|x86.Deploy.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|Any CPU.Build.0 = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|ARM.ActiveCfg = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|iPhone.ActiveCfg = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|Mixed Platforms.Deploy.0 = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|x86.ActiveCfg = Release|Any CPU
{B5231622-C031-48B5-9FAB-664B31375DCE}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{B5231622-C031-48B5-9FAB-664B31375DCE}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{B5231622-C031-48B5-9FAB-664B31375DCE}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
@ -177,43 +176,46 @@ Global
{B5231622-C031-48B5-9FAB-664B31375DCE}.Release|x86.ActiveCfg = Release|x86
{B5231622-C031-48B5-9FAB-664B31375DCE}.Release|x86.Build.0 = Release|x86
{B5231622-C031-48B5-9FAB-664B31375DCE}.Release|x86.Deploy.0 = Release|x86
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|Any CPU.Deploy.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|Mixed Platforms.Build.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|Mixed Platforms.Deploy.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|Any CPU.Deploy.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|Mixed Platforms.Deploy.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.AppStore|x86.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|ARM.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|Mixed Platforms.Deploy.0 = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Debug|x86.ActiveCfg = Debug|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|Any CPU.Build.0 = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|ARM.ActiveCfg = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|iPhone.ActiveCfg = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|Mixed Platforms.Deploy.0 = Release|Any CPU
{B746C87C-7335-4830-AAE2-ACACE4D69DB5}.Release|x86.ActiveCfg = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|Mixed Platforms.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.AppStore|iPhone.Build.0 = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.AppStore|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.AppStore|x86.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|ARM.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|ARM.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|iPhone.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|x86.ActiveCfg = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Debug|x86.Build.0 = Debug|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|Any CPU.Build.0 = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|ARM.ActiveCfg = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|iPhone.ActiveCfg = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|iPhone.Build.0 = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5F610EA1-9E35-4870-AE9B-5E18B4B4D5B8}.Release|x86.ActiveCfg = Release|Any CPU
{C1D18B43-2776-432B-8B83-AAA7A567FFBA}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{C1D18B43-2776-432B-8B83-AAA7A567FFBA}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{C1D18B43-2776-432B-8B83-AAA7A567FFBA}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
@ -255,12 +257,12 @@ Global
{C1D18B43-2776-432B-8B83-AAA7A567FFBA}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{C1D18B43-2776-432B-8B83-AAA7A567FFBA}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1902913C-BB6F-4CCB-9B90-1D0CAEECAF12} = {205F34F1-DBEC-46B8-A6E5-7C2BAB70DD0C}
{B746C87C-7335-4830-AAE2-ACACE4D69DB5} = {205F34F1-DBEC-46B8-A6E5-7C2BAB70DD0C}
{B5231622-C031-48B5-9FAB-664B31375DCE} = {205F34F1-DBEC-46B8-A6E5-7C2BAB70DD0C}
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

Просмотреть файл

@ -91,11 +91,5 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<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('..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets'))" />
</Target>
<Import Project="..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
</Project>

Просмотреть файл

@ -67,6 +67,14 @@
<EmbeddedResource Include="ViewsXaml\EmployeeListXaml.xaml" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net45+win8+wp8+wpa81\Microsoft.Threading.Tasks.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net45+win8+wp8+wpa81\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Net.Http">
<HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll</HintPath>
</Reference>

Просмотреть файл

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="portable-net45+win+wp80+MonoAndroid10+xamarinios10+MonoTouch10" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="portable45-net45+win8+wp8" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="portable-net45+win+wp80+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" />
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="portable-net45+win+wp80+MonoAndroid10+xamarinios10+MonoTouch10" />
<package id="Xamarin.Forms" version="2.3.2.127" targetFramework="portable45-net45+win8+wp8" />