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