[NUI][AT-SPI] Add AccessibilityHidden property
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.Seamless.Xaml / NUIBrokerSample / NUIBrokerSample.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>netcoreapp2.0</TargetFramework>
6       <AssemblyName>NUIBrokerSample</AssemblyName>
7     <DebugType>embedded</DebugType>
8   </PropertyGroup>
9
10   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
11     <DebugType>portable</DebugType>
12   </PropertyGroup>
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
14     <DebugType>None</DebugType>
15   </PropertyGroup>
16
17   <ItemGroup>
18     <Folder Include="lib\" />
19   </ItemGroup>
20
21     <ItemGroup>
22     <EmbeddedResource Include="res\layout\XamlPage.xaml">
23       <Generator>MSBuild:Compile</Generator>
24     </EmbeddedResource>
25   </ItemGroup>
26
27   <ItemGroup>
28     <PackageReference Include="Tizen.NUI.XamlBuild" Version="1.0.10" />
29     <PackageReference Include="Tizen.NET.Sdk" Version="1.0.0" />
30   </ItemGroup>
31
32   <ItemGroup>
33     <ProjectReference Include="..\..\..\src\Tizen.NUI\Tizen.NUI.csproj" />
34   </ItemGroup>
35
36   <PropertyGroup>
37     <NeedInjection>True</NeedInjection>
38   </PropertyGroup>
39
40 </Project>