1 <Project Sdk="Microsoft.NET.Sdk">
4 <TargetFramework>netstandard2.0</TargetFramework>
5 <RootNamespace>Tizen.NUI</RootNamespace>
6 <NoWarn>$(NoWarn);CS0618</NoWarn>
10 <SupportedProfiles>wearable</SupportedProfiles>
14 <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
15 <ProjectReference Include="..\Tizen.NUI\Tizen.NUI.csproj" />
16 <ProjectReference Include="..\Tizen.NUI.Components\Tizen.NUI.Components.csproj" />
20 <None Update="res\*.png;res\*.json">
21 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>