From f3606567ebb0b1d6a43a2887a1335b9f36c24412 Mon Sep 17 00:00:00 2001 From: Jeongkyun Date: Tue, 13 Jun 2017 10:48:37 +0900 Subject: Enhance Entry widget Signed-off-by: Seunghyun Choi Change-Id: I92e24bba3d5c3bedab8132152a00cb3847b90ad4 --- ElmSharp.Test/ElmSharp.Test.csproj | 15 +- ElmSharp.Test/TC/EntryTest1.cs | 86 +++- ElmSharp.Test/TC/EntryTest3.cs | 102 +++++ ElmSharp/ElmSharp/Entry.cs | 590 ++++++++++++++++++++++++++- ElmSharp/Interop/Interop.Elementary.Entry.cs | 207 ++++++++-- 5 files changed, 958 insertions(+), 42 deletions(-) mode change 100755 => 100644 ElmSharp.Test/ElmSharp.Test.csproj create mode 100644 ElmSharp.Test/TC/EntryTest3.cs mode change 100755 => 100644 ElmSharp/ElmSharp/Entry.cs diff --git a/ElmSharp.Test/ElmSharp.Test.csproj b/ElmSharp.Test/ElmSharp.Test.csproj old mode 100755 new mode 100644 index 9014a3e..31b0e5b --- a/ElmSharp.Test/ElmSharp.Test.csproj +++ b/ElmSharp.Test/ElmSharp.Test.csproj @@ -46,6 +46,7 @@ + @@ -125,12 +126,6 @@ - - - {7b15af72-70cc-11e6-ae37-eb727f0bd84e} - ElmSharp - - @@ -184,6 +179,12 @@ + + + False + ..\ElmSharp\bin\Debug\netstandard1.3\ElmSharp.dll + +