5503fe56fd1f3fb11e83c4480882cd68721898d7
[platform/core/csapi/tizenfx.git] / test / NUITestSample / CommonUI_Samples / NuiCommonUiSamples.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>net6.0</TargetFramework>
6     <RootNamespace>NuiCommonUiSamples</RootNamespace>
7     <AssemblyName>NuiCommonUiSamples</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.FH.NUI" Version="0.0.3" />
20     <PackageReference Include="Tizen.NET" Version="6.0.0.14859" />
21     <PackageReference Include="Tizen.NET.Sdk" Version="1.0.1" />
22   </ItemGroup>
23
24 </Project>
25