Revert "PR-5360"
[platform/core/csapi/tizenfx.git] / test / NUISettings / NUISettingsReset / NUISettingsReset.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>netcoreapp2.0</TargetFramework>
6     <AssemblyName>NUISettingsReset</AssemblyName>
7     <SignAssembly>true</SignAssembly>
8     <PackageId>NUISettingsReset</PackageId>
9     <Authors>NUISettingsReset</Authors>
10     <Company>NUISettingsReset</Company>
11     <Product>NUISettingsReset</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