[NUI] Make Tizen.NUI.Components not be preloaded in TV profile
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / Tizen.NUI.Components.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <TargetFramework>net6.0</TargetFramework>
5     <NoWarn>$(NoWarn);CS0618;CA1054;CA1056</NoWarn>
6   </PropertyGroup>
7
8   <Choose>
9     <When Condition="'$(BuildProfile)' != 'tv'">
10       <ItemGroup>
11         <TizenPreloadFile Include="Tizen.NUI.Components.preload" Sequence="31" />
12       </ItemGroup>
13     </When>
14   </Choose>
15
16   <ItemGroup>
17     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
18     <ProjectReference Include="..\Tizen.NUI\Tizen.NUI.csproj" />
19     <ProjectReference Include="..\Tizen.System.Feedback\Tizen.System.Feedback.csproj" />
20     <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
21   </ItemGroup>
22
23   <ItemGroup>
24     <None Update="res\*.png;res\*.svg;res\*.json">
25       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
26     </None>
27   </ItemGroup>
28
29 </Project>