[NUI] Fix NUI.Wearable build install fail (#1748)
[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   <ItemGroup>
9     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
10     <ProjectReference Include="..\Tizen.NUI\Tizen.NUI.csproj" />
11     <ProjectReference Include="..\Tizen.NUI.Components\Tizen.NUI.Components.csproj" />
12   </ItemGroup>
13
14   <ItemGroup>
15     <None Update="res\*.json">
16       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
17     </None>
18     <None Update="res\*.png">
19       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
20     </None>
21   </ItemGroup>
22
23 </Project>