summaryrefslogtreecommitdiff
path: root/ElmSharp/ElmSharp.csproj
diff options
context:
space:
mode:
authorpius.lee <pius.lee@samsung.com>2017-03-24 20:13:51 +0900
committerpius.lee <pius.lee@samsung.com>2017-05-10 15:08:47 +0900
commit2d53b498a74b0ad1cb243fea7157c9450dde5e4d (patch)
treeb877e3c090bfb7fd24b326a4795be17443487e41 /ElmSharp/ElmSharp.csproj
parentb449cfb1b97fc9d0d3835be6e05445aca7b4c14d (diff)
downloadelm-sharp-2d53b498a74b0ad1cb243fea7157c9450dde5e4d.tar.gz
elm-sharp-2d53b498a74b0ad1cb243fea7157c9450dde5e4d.tar.bz2
elm-sharp-2d53b498a74b0ad1cb243fea7157c9450dde5e4d.zip
Now Widget inherit the AccessibleObject. AccessibleObject is implement of the IAccessibleObject. AccessibleUtil inherit the EvasObject. AccessibleUtil for Say static method. AccessibleRelation can be use for relationship between AccessibleObjects And another enums used in Accessible API. Change-Id: Ied3dbeb326ac80a9dfe94d3ffa2926c88c460141 Signed-off-by: pius.lee <pius.lee@samsung.com>
Diffstat (limited to 'ElmSharp/ElmSharp.csproj')
-rw-r--r--ElmSharp/ElmSharp.csproj10
1 files changed, 9 insertions, 1 deletions
diff --git a/ElmSharp/ElmSharp.csproj b/ElmSharp/ElmSharp.csproj
index eca6288..8a90bfb 100644
--- a/ElmSharp/ElmSharp.csproj
+++ b/ElmSharp/ElmSharp.csproj
@@ -44,6 +44,14 @@
<AssemblyOriginatorKeyFile>ElmSharp.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
+ <Compile Include="ElmSharp\AccessRole.cs" />
+ <Compile Include="ElmSharp\AccessibleObject.cs" />
+ <Compile Include="ElmSharp\AccessibleRelation.cs" />
+ <Compile Include="ElmSharp\AccessibleUtil.cs" />
+ <Compile Include="ElmSharp\IAccessibleObject.cs" />
+ <Compile Include="ElmSharp\ItemObjectExtension.cs" />
+ <Compile Include="ElmSharp\ReadingInfoType.cs" />
+ <Compile Include="Interop\Interop.Elementary.Accessibility.cs" />
<Compile Include="ElmSharp\Background.cs" />
<Compile Include="ElmSharp\Box.cs" />
<Compile Include="ElmSharp\Button.cs" />
@@ -187,4 +195,4 @@
<_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
<AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
</PropertyGroup>
-</Project>
+</Project> \ No newline at end of file