summaryrefslogtreecommitdiff
path: root/ElmSharp/ElmSharp.csproj
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-03-09 22:53:31 -0800
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2017-03-09 22:53:31 -0800
commit9167e1ada0d152e3fbe6c79b3a45fc31a8ca81fc (patch)
tree483881ba0fbe1b817b54181ec77a8ad76acbdb21 /ElmSharp/ElmSharp.csproj
parent176c66a504564f3b6452da978f59b11407c08b7f (diff)
parent98f1cc02c60e82673d0fa3d2d9d84b07ee349c37 (diff)
downloadelm-sharp-9167e1ada0d152e3fbe6c79b3a45fc31a8ca81fc.tar.gz
elm-sharp-9167e1ada0d152e3fbe6c79b3a45fc31a8ca81fc.tar.bz2
elm-sharp-9167e1ada0d152e3fbe6c79b3a45fc31a8ca81fc.zip
Merge "Add FloatingButton" into tizen
Diffstat (limited to 'ElmSharp/ElmSharp.csproj')
-rwxr-xr-xElmSharp/ElmSharp.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/ElmSharp/ElmSharp.csproj b/ElmSharp/ElmSharp.csproj
index c135b7c..2b2261d 100755
--- a/ElmSharp/ElmSharp.csproj
+++ b/ElmSharp/ElmSharp.csproj
@@ -117,6 +117,7 @@
<Compile Include="ElmSharp\Widget.cs" />
<Compile Include="ElmSharp\Window.cs" />
<Compile Include="ElmSharp\WrapType.cs" />
+ <Compile Include="Interop\Interop.Eext.FloatingButton.cs" />
<Compile Include="Interop\Interop.Eina.cs" />
<Compile Include="Interop\Interop.Elementary.Hoversel.cs" />
<Compile Include="Interop\Interop.Elementary.FlipSelector.cs" />
@@ -131,7 +132,6 @@
<Compile Include="Interop\Interop.Elementary.CtxPopup.cs" />
<Compile Include="Interop\Interop.Elementary.DateTimePicker.cs" />
<Compile Include="Interop\Interop.Elementary.Entry.cs" />
- <Compile Include="Interop\Interop.Elementary.FloatingButton.cs" />
<Compile Include="Interop\Interop.Elementary.GenGridView.cs" />
<Compile Include="Interop\Interop.Elementary.GenListView.cs" />
<Compile Include="Interop\Interop.Elementary.GestureLayer.cs" />
@@ -181,4 +181,4 @@
<_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
<AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>