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