summaryrefslogtreecommitdiff
path: root/ElmSharp.Test/ElmSharp.Test.csproj
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2016-10-20 22:43:58 +0900
committerWonYoung Choi <wy80.choi@samsung.com>2016-10-20 22:57:17 +0900
commitaa4930cd311460c6bb7f1939949c6da51bf375fe (patch)
tree2adccbddbdcc46bcc6e99cc496d9e7cdaf211409 /ElmSharp.Test/ElmSharp.Test.csproj
parent38dd66e9124c6a1e9b76f10de3734f775e1ce7f5 (diff)
downloadelm-sharp-aa4930cd311460c6bb7f1939949c6da51bf375fe.tar.gz
elm-sharp-aa4930cd311460c6bb7f1939949c6da51bf375fe.tar.bz2
elm-sharp-aa4930cd311460c6bb7f1939949c6da51bf375fe.zip
Fix ImageLoading to use new smart callbacks
New start callbacks for Image were introduced. Fix these smart callbacks ("load,ready", "load,error") are used instead of "preloaded" evas callback. Change-Id: Ia78fb25f29f926045f2ef4c5aa2d457ff9821ff8
Diffstat (limited to 'ElmSharp.Test/ElmSharp.Test.csproj')
-rw-r--r--ElmSharp.Test/ElmSharp.Test.csproj45
1 files changed, 45 insertions, 0 deletions
diff --git a/ElmSharp.Test/ElmSharp.Test.csproj b/ElmSharp.Test/ElmSharp.Test.csproj
index 02c92a5..ce757f4 100644
--- a/ElmSharp.Test/ElmSharp.Test.csproj
+++ b/ElmSharp.Test/ElmSharp.Test.csproj
@@ -99,6 +99,51 @@
<Content Include="res\picture.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="res\TED\app_icn_ted.png">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="res\TED\large\a.jpg">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="res\TED\large\b.jpg">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="res\TED\large\c.jpg">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="res\TED\large\d.jpg">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="res\TED\large\e.jpg">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="res\TED\large\f.jpg">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="res\TED\large\g.jpg">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="res\TED\thumbnail\a.jpg">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="res\TED\thumbnail\b.jpg">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="res\TED\thumbnail\c.jpg">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="res\TED\thumbnail\d.jpg">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="res\TED\thumbnail\e.jpg">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="res\TED\thumbnail\f.jpg">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="res\TED\thumbnail\g.jpg">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="shared\res\ElmSharp.Test.png" />
<Content Include="tizen-manifest.xml" />
</ItemGroup>