[NUI] Revise NUI samples (#1224)
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.Samples / Tizen.NUI.Samples / Tizen.NUI.Samples.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>netcoreapp2.0</TargetFramework>
6     <RootNamespace>Tizen.NUI.Samples</RootNamespace>
7     <AssemblyName>Tizen.NUI.Samples</AssemblyName>
8   </PropertyGroup>
9
10   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
11     <DebugType>portable</DebugType>
12     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
13   </PropertyGroup>
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
15     <DebugType>None</DebugType>
16   </PropertyGroup>
17
18   <ItemGroup>
19     <PackageReference Include="Tizen.NET" Version="8.0.0.15045" />
20     <PackageReference Include="Tizen.NET.Sdk" Version="1.0.9" />
21   </ItemGroup>
22
23 </Project>
24