1959ef946fc6a88cd9f871466cf7d21556309ee9
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.Seamless / NUIMusicPlayer / NUIMusicPlayer.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>netcoreapp2.0</TargetFramework>
6   </PropertyGroup>
7
8   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
9     <DebugType>portable</DebugType>
10   </PropertyGroup>
11   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
12     <DebugType>None</DebugType>
13   </PropertyGroup>
14
15   <ItemGroup>
16     <Folder Include="lib\" />
17   </ItemGroup>
18
19   <ItemGroup>
20     <PackageReference Include="Tizen.NET.Sdk" Version="1.0.1" />
21   </ItemGroup>
22
23   <ItemGroup>
24     <ProjectReference Include="..\..\..\src\Tizen.NUI\Tizen.NUI.csproj" />
25   </ItemGroup>
26
27 </Project>
28