summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
diff options
context:
space:
mode:
authorSeunghyun Choi <sh4682.choi@samsung.com>2017-01-12 20:12:18 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-03-24 13:18:59 +0900
commit091ab6f692a58b7f3e0b1e6e09ad007977b38e94 (patch)
tree129aa0b85ff8c481d000fddd4fc3188802aa6436 /Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
parent11fa683302f23c3a00a51d5e554fc40c51d31348 (diff)
downloadxamarin-forms-091ab6f692a58b7f3e0b1e6e09ad007977b38e94.tar.gz
xamarin-forms-091ab6f692a58b7f3e0b1e6e09ad007977b38e94.tar.bz2
xamarin-forms-091ab6f692a58b7f3e0b1e6e09ad007977b38e94.zip
Add Switch Style
- Add Switch Style(CheckBox, Favorite) - Approval of the RFC is required. (http://suprem.sec.samsung.net/confluence/display/SPTDTLC/%5BFormsTizen%5D+RFC+5+-+Switch) Change-Id: If98be73fc84633b670328f723e0e4aa7ccebc82f 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.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/Xamarin.Forms.Core.csproj b/Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
index 58e856a6..af940a6e 100644
--- a/Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
+++ b/Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
@@ -107,6 +107,8 @@
<Compile Include="PlatformConfiguration\TizenSpecific\ProgressBar.cs" />
<Compile Include="PlatformConfiguration\TizenSpecific\Button.cs" />
<Compile Include="PlatformConfiguration\TizenSpecific\ButtonStyle.cs" />
+ <Compile Include="PlatformConfiguration\TizenSpecific\Switch.cs" />
+ <Compile Include="PlatformConfiguration\TizenSpecific\SwitchStyle.cs" />
<Compile Include="PlatformConfiguration\WindowsSpecific\MasterDetailPage.cs" />
<Compile Include="PlatformConfiguration\WindowsSpecific\CollapseStyle.cs" />
<Compile Include="Configuration.cs" />