1 <Project Sdk="Microsoft.NET.Sdk">
4 <OutputType>Exe</OutputType>
5 <TargetFramework>net6.0</TargetFramework>
6 <RootNamespace>Tizen.NUI.Samples</RootNamespace>
7 <AssemblyName>Tizen.NUI.Samples</AssemblyName>
8 <StartupObject>Tizen.NUI.Samples.Application</StartupObject>
11 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
12 <DebugType>portable</DebugType>
13 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
16 <DebugType>None</DebugType>
19 <Compile Remove="Samples\AnimatedVectorImageViewTest.cs" />
20 <Compile Remove="Samples\ButtonSample.cs" />
21 <Compile Remove="Samples\DropDownSample.cs" />
22 <Compile Remove="Samples\PopupSample.cs" />
23 <Compile Remove="Samples\ThemeResourceSample.cs" />
27 <PackageReference Include="Tizen.NET.Sdk" Version="1.0.9" />
28 <ProjectReference Include="../../../src/Tizen/Tizen.csproj" />
29 <ProjectReference Include="../../../src/Tizen.Applications.Common/Tizen.Applications.Common.csproj" />
30 <ProjectReference Include="../../../src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.csproj" />
31 <ProjectReference Include="../../../src/Tizen.Log/Tizen.Log.csproj" />
32 <ProjectReference Include="../../../src/Tizen.Multimedia.MediaPlayer/Tizen.Multimedia.MediaPlayer.csproj" />
33 <ProjectReference Include="../../../src/Tizen.Multimedia.Camera/Tizen.Multimedia.Camera.csproj" />
34 <ProjectReference Include="../../../src/Tizen.System.SystemSettings/Tizen.System.SystemSettings.csproj" />
35 <ProjectReference Include="../../../src/Tizen.NUI/Tizen.NUI.csproj" />
36 <ProjectReference Include="../../../src/Tizen.NUI.Components/Tizen.NUI.Components.csproj" />
37 <ProjectReference Include="../../../src/Tizen.NUI.Extension/Tizen.NUI.Extension.csproj" />
38 <ProjectReference Include="../../../src/Tizen.NUI.Wearable/Tizen.NUI.Wearable.csproj" />
39 <ProjectReference Include="../../../src/Tizen.NUI.Scene3D/Tizen.NUI.Scene3D.csproj" />
40 <PackageReference Include="nunit" Version="3.12.0" />
41 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
42 <PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
46 <None Update="res\xaml\RelativeLayoutSampleView.xaml">
47 <Generator>MSBuild:Compile</Generator>