projects
/
platform
/
core
/
csapi
/
tizenfx.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
020b2cb3de0754c91320119d7fa5d6aecbb1d898
[platform/core/csapi/tizenfx.git]
/
src
/
Tizen.Applications.MessagePort
/
Tizen.Applications.MessagePort.csproj
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>netstandard2.0</TargetFramework>
5
</PropertyGroup>
6
7
<ItemGroup>
8
<ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
9
</ItemGroup>
10
11
</Project>