[NUI] Add SafeNativePlayerHandler to pass native player handle (#1372)
[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" Version="8.0.0.15045" />
29     <PackageReference Include="Tizen.NET.Sdk" Version="1.0.9" />
30   </ItemGroup>
31
32 </Project>
33