summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
diff options
context:
space:
mode:
authorSeunghyun Choi <sh4682.choi@samsung.com>2016-12-21 18:11:54 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-10-23 13:34:26 +0900
commit25abc7ce58d772a0740a4a8d88cc6f0e29ed8b7c (patch)
treed52135e67bfe93951402b550ec5f2da0d1dd0134 /Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
parent7e54b9116eff50c5901a455e3142a10a62b9fb50 (diff)
downloadxamarin-forms-25abc7ce58d772a0740a4a8d88cc6f0e29ed8b7c.tar.gz
xamarin-forms-25abc7ce58d772a0740a4a8d88cc6f0e29ed8b7c.tar.bz2
xamarin-forms-25abc7ce58d772a0740a4a8d88cc6f0e29ed8b7c.zip
Add Button Style
- Add Button Style(Circle, Bottom) - Approval of the RFC is required. (http://suprem.sec.samsung.net/confluence/display/SPTDTLC/%5BFormsTizen%5D+RFC+2+-+Button+Style) Change-Id: I545e0cc2417298f90468b651030937665f547105 Signed-off-by: Seunghyun Choi <sh4682.choi@samsung.com>
Diffstat (limited to 'Xamarin.Forms.Core/Xamarin.Forms.Core.csproj')
-rw-r--r--Xamarin.Forms.Core/Xamarin.Forms.Core.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/Xamarin.Forms.Core/Xamarin.Forms.Core.csproj b/Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
index 36dd67f4..ce885d0f 100644
--- a/Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
+++ b/Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
@@ -112,6 +112,8 @@
<Compile Include="PlatformConfiguration\iOSSpecific\VisualElement.cs" />
<Compile Include="PlatformConfiguration\TizenSpecific\Image.cs" />
<Compile Include="PlatformConfiguration\TizenSpecific\ProgressBar.cs" />
+ <Compile Include="PlatformConfiguration\TizenSpecific\Button.cs" />
+ <Compile Include="PlatformConfiguration\TizenSpecific\ButtonStyle.cs" />
<Compile Include="PlatformConfiguration\WindowsSpecific\MasterDetailPage.cs" />
<Compile Include="PlatformConfiguration\WindowsSpecific\CollapseStyle.cs" />
<Compile Include="Configuration.cs" />
@@ -476,7 +478,6 @@
<Name>Xamarin.Forms.Platform</Name>
</ProjectReference>
</ItemGroup>
- <ItemGroup />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>