Revert "PR-5360"
[platform/core/csapi/tizenfx.git] / src / Tizen.Account.SyncManager / Tizen.Account.SyncManager.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <TargetFramework>netstandard2.0</TargetFramework>
5   </PropertyGroup>
6
7   <PropertyGroup>
8     <SupportedProfiles>mobile;wearable</SupportedProfiles>
9   </PropertyGroup>
10
11   <ItemGroup>
12     <ProjectReference Include="..\Tizen\Tizen.csproj" />
13     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
14     <ProjectReference Include="..\Tizen.Account.AccountManager\Tizen.Account.AccountManager.csproj" />
15     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
16   </ItemGroup>
17
18 </Project>