[NUI] Fix Switch selection bug. (#1798)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / Tizen.NUI.Components.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <!-- Property Group for Tizen Project -->
4   <PropertyGroup>
5     <TargetFramework>netstandard2.0</TargetFramework>
6     <TizenCreateTpkOnBuild>false</TizenCreateTpkOnBuild>
7   </PropertyGroup>
8
9   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
10     <DebugType>portable</DebugType>
11   </PropertyGroup>
12
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
14     <DebugType>None</DebugType>
15   </PropertyGroup>
16
17   <ItemGroup>
18     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
19     <ProjectReference Include="..\Tizen.NUI\Tizen.NUI.csproj" />
20     <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
21   </ItemGroup>
22
23   <ItemGroup>
24     <None Update="res\*.png">
25       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
26     </None>
27   </ItemGroup>
28
29
30   <!-- Include Nuget Package for Tizen Project building -->
31
32 </Project>