summaryrefslogtreecommitdiff
path: root/ElmSharp/ElmSharp.csproj
diff options
context:
space:
mode:
authorchungryeol Lim <cdark.lim@samsung.com>2016-09-09 20:05:44 +0900
committerWonYoung Choi <wy80.choi@samsung.com>2016-09-22 14:05:22 +0900
commitd84075a363d8f7a20ea75d095f08a351bb0c2366 (patch)
treeb1e75c63d7b9f983972dc747af400752d6e70de7 /ElmSharp/ElmSharp.csproj
parent28f261c4118120c32837e759b55811c3a28f20ae (diff)
downloadelm-sharp-d84075a363d8f7a20ea75d095f08a351bb0c2366.tar.gz
elm-sharp-d84075a363d8f7a20ea75d095f08a351bb0c2366.tar.bz2
elm-sharp-d84075a363d8f7a20ea75d095f08a351bb0c2366.zip
Add PerformanceTest
* EcoreAnimator, ElmScrollCOnfig have been added. * ScrollAnimationStared/Stoppe and Changed event have been added in GenList. * RenderPost event has been added in EvasObject. Change-Id: Ia093d4787cc50e4ac5a966b35222102069f43729 Signed-off-by: chungryeol Lim <cdark.lim@samsung.com>
Diffstat (limited to 'ElmSharp/ElmSharp.csproj')
-rw-r--r--ElmSharp/ElmSharp.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/ElmSharp/ElmSharp.csproj b/ElmSharp/ElmSharp.csproj
index 47fa3cd..4803ec2 100644
--- a/ElmSharp/ElmSharp.csproj
+++ b/ElmSharp/ElmSharp.csproj
@@ -60,9 +60,11 @@
<Compile Include="ElmSharp\DateChangedEventArgs.cs" />
<Compile Include="ElmSharp\DateTimeSelector.cs" />
<Compile Include="ElmSharp\DisplayedMonthChangedEventArgs.cs" />
+ <Compile Include="ElmSharp\EcoreAnimator.cs" />
<Compile Include="ElmSharp\EcoreMainloop.cs" />
<Compile Include="ElmSharp\EcoreSynchronizationContext.cs" />
<Compile Include="ElmSharp\EdjeObject.cs" />
+ <Compile Include="ElmSharp\ElmScrollConfig.cs" />
<Compile Include="ElmSharp\Elementary.cs" />
<Compile Include="ElmSharp\Entry.cs" />
<Compile Include="ElmSharp\EvasKeyEventArgs.cs" />