summaryrefslogtreecommitdiff
path: root/src/Tizen.Messaging.Push/Tizen.Messaging.Push.csproj
blob: d5717a4953927b7be116e4a5e9ca66c8512520b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>