Merge remote-tracking branch 'origin/master' into tizen
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.WindowSystem / Tizen.NUI.WindowSystem.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3         <PropertyGroup>
4                 <TargetFramework>netstandard2.0</TargetFramework>
5                 <TizenCreateTpkOnBuild>false</TizenCreateTpkOnBuild>
6         </PropertyGroup>
7
8         <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
9                 <DebugType>portable</DebugType>
10         </PropertyGroup>
11
12         <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
13                 <DebugType>None</DebugType>
14         </PropertyGroup>
15
16         <ItemGroup>
17                 <ProjectReference Include="..\Tizen.NUI\Tizen.NUI.csproj" />
18                 <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
19         </ItemGroup>
20
21 </Project>