summaryrefslogtreecommitdiff
path: root/src/Tizen.Security.TEEC/Tizen.Security.TEEC.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/Tizen.Security.TEEC/Tizen.Security.TEEC.csproj')
-rw-r--r--src/Tizen.Security.TEEC/Tizen.Security.TEEC.csproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Tizen.Security.TEEC/Tizen.Security.TEEC.csproj b/src/Tizen.Security.TEEC/Tizen.Security.TEEC.csproj
new file mode 100644
index 0000000..d5717a4
--- /dev/null
+++ b/src/Tizen.Security.TEEC/Tizen.Security.TEEC.csproj
@@ -0,0 +1,15 @@
+<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>
+