8387228fa26e308cd74044921da9d39a6111100b
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.ComponentApplication / NUIComponentApplication / NUIComponentApplication.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>net6.0</TargetFramework>
6   </PropertyGroup>
7
8   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
9     <DebugType>portable</DebugType>
10   </PropertyGroup>
11   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
12     <DebugType>None</DebugType>
13   </PropertyGroup>
14
15   <ItemGroup>
16     <Folder Include="lib\" />
17     <Folder Include="res\" />
18   </ItemGroup>
19
20   <ItemGroup>
21     <ProjectReference Include="..\..\..\src\Tizen.NUI\Tizen.NUI.csproj" />
22     <PackageReference Include="Tizen.NET.Sdk" Version="1.0.0" />
23   </ItemGroup>
24
25 </Project>
26