summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-01-09 00:12:14 -0800
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2017-01-09 00:12:14 -0800
commit93062b9059a5f2891e087f77353648dc37e92bd6 (patch)
treeb911ee6d148f03b8a44a7367af12b15694e22c78 /Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
parent528f14b38dbe3543249e5a4a22974fbf69964373 (diff)
parentf4e3f04d5d689f28997d16cbe62389108e3398b8 (diff)
downloadxamarin-forms-93062b9059a5f2891e087f77353648dc37e92bd6.tar.gz
xamarin-forms-93062b9059a5f2891e087f77353648dc37e92bd6.tar.bz2
xamarin-forms-93062b9059a5f2891e087f77353648dc37e92bd6.zip
Merge "Support BlendColor to Image as a TizenSpecific API" into tizen
Diffstat (limited to 'Xamarin.Forms.Core/Xamarin.Forms.Core.csproj')
-rw-r--r--Xamarin.Forms.Core/Xamarin.Forms.Core.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/Xamarin.Forms.Core/Xamarin.Forms.Core.csproj b/Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
index 8f217e58..07dc83ea 100644
--- a/Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
+++ b/Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
@@ -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>
@@ -99,6 +99,7 @@
<Compile Include="PlatformConfiguration\iOSSpecific\StatusBarHiddenMode.cs" />
<Compile Include="PlatformConfiguration\iOSSpecific\UIStatusBarAnimation.cs" />
<Compile Include="PlatformConfiguration\iOSSpecific\VisualElement.cs" />
+ <Compile Include="PlatformConfiguration\TizenSpecific\Image.cs" />
<Compile Include="PlatformConfiguration\TizenSpecific\ProgressBar.cs" />
<Compile Include="PlatformConfiguration\WindowsSpecific\MasterDetailPage.cs" />
<Compile Include="PlatformConfiguration\WindowsSpecific\CollapseStyle.cs" />
@@ -460,4 +461,4 @@
</PostBuildEvent>
</PropertyGroup>
<ItemGroup />
-</Project>
+</Project> \ No newline at end of file