Merge remote-tracking branch 'origin/master' into tizen
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.Samples / Tizen.NUI.Samples / Tizen.NUI.Samples.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>netcoreapp2.0</TargetFramework>
6     <RootNamespace>Tizen.NUI.Samples</RootNamespace>
7     <AssemblyName>Tizen.NUI.Samples</AssemblyName>
8   </PropertyGroup>
9
10   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
11     <DebugType>portable</DebugType>
12     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
13   </PropertyGroup>
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
15     <DebugType>None</DebugType>
16   </PropertyGroup>
17   <ItemGroup>
18     <Compile Remove="Samples\AnimatedImageViewTest.cs" />
19     <Compile Remove="Samples\AnimatedVectorImageViewTest.cs" />
20     <Compile Remove="Samples\ButtonSample.cs" />
21     <Compile Remove="Samples\CheckBoxSample.cs" />
22     <Compile Remove="Samples\DropDownSample.cs" />
23     <Compile Remove="Samples\PopupSample.cs" />
24     <Compile Remove="Samples\RadioButtonSample.cs" />
25   </ItemGroup>
26
27   <ItemGroup>
28     <PackageReference Include="Tizen.NET.Sdk" Version="1.0.9" />
29     <ProjectReference Include="../../../src/Tizen/Tizen.csproj" />
30     <ProjectReference Include="../../../src/Tizen.Applications.Common/Tizen.Applications.Common.csproj" />
31     <ProjectReference Include="../../../src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.csproj" />
32     <ProjectReference Include="../../../src/Tizen.Log/Tizen.Log.csproj" />
33     <ProjectReference Include="../../../src/Tizen.Multimedia.MediaPlayer/Tizen.Multimedia.MediaPlayer.csproj" />
34     <ProjectReference Include="../../../src/Tizen.System.SystemSettings/Tizen.System.SystemSettings.csproj" />
35     <ProjectReference Include="../../../src/Tizen.NUI/Tizen.NUI.csproj" />
36     <ProjectReference Include="../../../src/Tizen.NUI.Components/Tizen.NUI.Components.csproj" />
37   </ItemGroup>
38
39 </Project>
40