summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.iOS
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2017-02-28 12:17:38 +0000
committerGitHub <noreply@github.com>2017-02-28 12:17:38 +0000
commit8670372b77b9df2e14bfda7359c2d93689f2e161 (patch)
treea748ddc6700fa5d19c6274f089454d2c13361760 /Xamarin.Forms.ControlGallery.iOS
parentbae1b04b051ec6ef4227b69dbaf60ccb46ae9f7f (diff)
downloadxamarin-forms-8670372b77b9df2e14bfda7359c2d93689f2e161.tar.gz
xamarin-forms-8670372b77b9df2e14bfda7359c2d93689f2e161.tar.bz2
xamarin-forms-8670372b77b9df2e14bfda7359c2d93689f2e161.zip
[Controls] Remove dependency on Components (#790)
Diffstat (limited to 'Xamarin.Forms.ControlGallery.iOS')
-rw-r--r--Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj14
-rw-r--r--Xamarin.Forms.ControlGallery.iOS/packages.config1
2 files changed, 5 insertions, 10 deletions
diff --git a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
index f512352a..58e4d1cc 100644
--- a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
+++ b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
@@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
<ProjectGuid>{C7131F14-274F-4B55-ACA9-E81731AD012F}</ProjectGuid>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
@@ -294,9 +294,6 @@
<BundleResource Include="coffee.png" />
</ItemGroup>
<ItemGroup>
- <Reference Include="AdvancedColorPicker">
- <HintPath>..\Components\advancedcolorpicker-2.0\lib\ios-unified\AdvancedColorPicker.dll</HintPath>
- </Reference>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
@@ -310,6 +307,9 @@
<Reference Include="Calabash">
<HintPath>..\packages\Xamarin.TestCloud.Agent.0.20.3\lib\Xamarin.iOS10\Calabash.dll</HintPath>
</Reference>
+ <Reference Include="AdvancedColorPicker">
+ <HintPath>..\packages\AdvancedColorPicker.2.0.1\lib\Xamarin.iOS\AdvancedColorPicker.dll</HintPath>
+ </Reference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
@@ -321,12 +321,6 @@
</Target>
<ItemGroup />
<ItemGroup>
- <XamarinComponentReference Include="advancedcolorpicker">
- <Version>2.0</Version>
- <Visible>False</Visible>
- </XamarinComponentReference>
- </ItemGroup>
- <ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
<Import Project="..\packages\Xamarin.Insights.1.12.3\build\Xamarin.iOS10\Xamarin.Insights.targets" Condition="Exists('..\packages\Xamarin.Insights.1.12.3\build\Xamarin.iOS10\Xamarin.Insights.targets')" />
diff --git a/Xamarin.Forms.ControlGallery.iOS/packages.config b/Xamarin.Forms.ControlGallery.iOS/packages.config
index 2c454ef7..d660d029 100644
--- a/Xamarin.Forms.ControlGallery.iOS/packages.config
+++ b/Xamarin.Forms.ControlGallery.iOS/packages.config
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
+ <package id="AdvancedColorPicker" version="2.0.1" targetFramework="xamarinios10" />
<package id="Xamarin.Insights" version="1.12.3" targetFramework="xamarinios10" />
<package id="Xamarin.TestCloud.Agent" version="0.20.3" targetFramework="xamarinios10" />
</packages> \ No newline at end of file