[NUI] Initial upload the samples of NUI and NUI.Components (#1207)
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.Samples / Tizen.NUI.Samples / Tizen.NUI.Samples.csproj
1 <Project Sdk="Tizen.NET.Sdk/1.0.9">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>tizen70</TargetFramework>
6     <DisableImplicitFrameworkReferences>True</DisableImplicitFrameworkReferences>
7   </PropertyGroup>
8
9   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
10     <DebugType>portable</DebugType>
11   </PropertyGroup>
12   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
13     <DebugType>None</DebugType>
14   </PropertyGroup>
15
16   <ItemGroup>
17     <Folder Include="lib\" />
18     <Folder Include="res\" />
19   </ItemGroup>
20
21   <ItemGroup>
22     <PackageReference Include="Tizen.NET" Version="7.0.0.15037" />
23   </ItemGroup>
24
25 </Project>
26