Merge remote-tracking branch 'origin/master' into tizen
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Wearable / Tizen.NUI.Wearable.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <TargetFramework>netstandard2.0</TargetFramework>
5     <RootNamespace>Tizen.NUI</RootNamespace>
6   </PropertyGroup>
7
8   <PropertyGroup>
9     <SupportedProfiles>wearable</SupportedProfiles>
10   </PropertyGroup>
11
12   <ItemGroup>
13     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
14     <ProjectReference Include="..\Tizen.NUI\Tizen.NUI.csproj" />
15     <ProjectReference Include="..\Tizen.NUI.Components\Tizen.NUI.Components.csproj" />
16   </ItemGroup>
17
18   <ItemGroup>
19     <None Update="res\*.json">
20       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
21     </None>
22     <None Update="res\*.png">
23       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
24     </None>
25   </ItemGroup>
26
27 </Project>