d7cdadbcc891c58394f7bc39744012fa7a871926
[platform/core/csapi/tizenfx.git] / test / NUISettings / NUISettings / NUISettings.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>net6.0</TargetFramework>
6     <AssemblyName>NUISettings</AssemblyName>
7     <SignAssembly>true</SignAssembly>
8     <PackageId>NUISettings</PackageId>
9     <Authors>NUISettings</Authors>
10     <Company>NUISettings</Company>
11     <Product>NUISettings</Product>
12   </PropertyGroup>
13
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15     <DebugType>portable</DebugType>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
18     <DebugType>None</DebugType>
19   </PropertyGroup>
20
21   <ItemGroup>
22           <ProjectReference Include="../../../src/Tizen.NUI.Components/Tizen.NUI.Components.csproj" />
23     <ProjectReference Include="../../../src/Tizen.Applications.MessagePort/Tizen.Applications.MessagePort.csproj" />
24           <PackageReference Include="Tizen.NET.Sdk" Version="1.0.9" />
25   </ItemGroup>
26
27 </Project>
28