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