09c5dd05b9c213255fed341b22a76d600ee9c45f
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.WidgetViewTest / 1.SendInfo / Tizen.NUI.WidgetViewTest / Tizen.NUI.WidgetViewTest.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>net6.0</TargetFramework>
6     <AssemblyName>Tizen.NUI.WidgetViewTest</AssemblyName>
7     <SignAssembly>true</SignAssembly>
8     <PackageId>Tizen.NUI.WidgetViewTest</PackageId>
9     <Authors>Tizen.NUI.WidgetViewTest</Authors>
10     <Company>Tizen.NUI.WidgetViewTest</Company>
11     <Product>Tizen.NUI.WidgetViewTest</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/Tizen.NUI.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