3d865bfe85c88365b69a4b28672d8b75170ee312
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Wearable / Tizen.NUI.Wearable.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <TargetFramework>net6.0</TargetFramework>
5     <RootNamespace>Tizen.NUI</RootNamespace>
6     <NoWarn>$(NoWarn);CS0618</NoWarn>
7   </PropertyGroup>
8
9   <PropertyGroup>
10     <SupportedProfiles>wearable</SupportedProfiles>
11   </PropertyGroup>
12
13   <ItemGroup>
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" />
17   </ItemGroup>
18
19   <ItemGroup>
20     <None Update="res\*.png;res\*.json">
21       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
22     </None>
23   </ItemGroup>
24
25 </Project>