8e65cea5a1c2761251e1cf3d1a6f16481e8fa1dd
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.ThemeManager.Samples / TizenThemeChangeSample / TizenThemeChangeSample.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>net6.0</TargetFramework>
6     <AssemblyName>TizenThemeChangeSample</AssemblyName>
7   </PropertyGroup>
8
9   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
10     <DebugType>portable</DebugType>
11     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
12   </PropertyGroup>
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
14     <DebugType>None</DebugType>
15   </PropertyGroup>
16
17   <ItemGroup>
18     <ProjectReference Include="../../../src/Tizen.NUI/Tizen.NUI.csproj" />
19     <ProjectReference Include="../../../src/Tizen.NUI.Components/Tizen.NUI.Components.csproj" />
20     <PackageReference Include="Tizen.NET.Sdk" Version="1.0.8" />
21   </ItemGroup>
22
23 </Project>