Release 11.0.0.18008
[platform/core/csapi/tizenfx.git] / test / Tizen.System.SystemSettings.UnitTest / SystemSettings.UnitTest / SystemSettings.UnitTest.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>netcoreapp2.0</TargetFramework>
6     <StartupObject></StartupObject>
7     <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
8   </PropertyGroup>
9
10   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
11     <DebugType>portable</DebugType>
12   </PropertyGroup>
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
14     <DebugType>None</DebugType>
15   </PropertyGroup>
16
17   <ItemGroup>
18     <Folder Include="lib\" />
19     <Folder Include="res\" />
20   </ItemGroup>
21
22   <ItemGroup>
23     <PackageReference Include="Tizen.NET" Version="8.0.1" />
24     <PackageReference Include="Tizen.NET.API8" Version="8.0.1" />
25     <PackageReference Include="Tizen.NET.Internals" Version="8.0.1" />
26     <PackageReference Include="Tizen.NET.Sdk" Version="1.0.9" />
27   </ItemGroup>
28
29 </Project>
30