31dd075b268399630e871be93df79ac49a4093cc
[platform/core/csapi/tizenfx.git] / test / NUITizenGallery / NUITizenGallery.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3     <PropertyGroup>
4         <OutputType>Exe</OutputType>
5         <TargetFramework>net6.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
16   <ItemGroup>
17     <EmbeddedResource Include="Examples\**\*.xaml">
18       <Generator>MSBuild:Compile</Generator>
19     </EmbeddedResource>
20   </ItemGroup>
21
22   <ItemGroup>
23     <Folder Include="lib\" />
24   </ItemGroup>
25
26     <ItemGroup>
27         <ProjectReference Include="../../src/Tizen.NUI.Components/Tizen.NUI.Components.csproj" />
28         <ProjectReference Include="../../src/Tizen.NUI/Tizen.NUI.csproj" />
29     </ItemGroup>
30
31     <PropertyGroup>
32         <XamlOptimization>1</XamlOptimization>
33     </PropertyGroup>
34
35     <ImportGroup>
36         <Import Project="..\..\pkg\Tizen.NET.API11\xamlbuild\Tizen.NUI.XamlBuild.targets" />
37     </ImportGroup>
38 </Project>