Revert "PR-5360"
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.WidgetViewTest / 0.Template / Tizen.NUI.WidgetViewTest / Tizen.NUI.WidgetViewTest.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>netcoreapp2.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           <PackageReference Include="Tizen.NET.Sdk" Version="1.0.9" />
24   </ItemGroup>
25
26 </Project>
27