summaryrefslogtreecommitdiff
path: root/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.csproj')
-rw-r--r--src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.csproj14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.csproj b/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.csproj
new file mode 100644
index 0000000..5ed2f1f
--- /dev/null
+++ b/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.csproj
@@ -0,0 +1,14 @@
+<Project Sdk="Microsoft.NET.Sdk">
+ <Import Project="../../build/common.props" />
+
+ <PropertyGroup>
+ <TargetFramework>netstandard1.6</TargetFramework>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\Tizen\Tizen.csproj" />
+ <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
+ </ItemGroup>
+
+ <Import Project="../../build/common.targets" />
+</Project>