Merge "[Connection][TCSACR-86] Modify event type"
[platform/core/csapi/tizenfx.git] / src / Tizen.Account.SyncManager / Tizen.Account.SyncManager.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2   <Import Project="../../build/common.props" />
3
4   <PropertyGroup>
5     <TargetFramework>netstandard1.6</TargetFramework>
6   </PropertyGroup>
7
8   <ItemGroup>
9     <ProjectReference Include="..\Tizen\Tizen.csproj" />
10     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
11     <ProjectReference Include="..\Tizen.Account.AccountManager\Tizen.Account.AccountManager.csproj" />
12     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
13   </ItemGroup>
14
15   <Import Project="../../build/common.targets" />
16 </Project>