1 <Project Sdk="Microsoft.NET.Sdk">
4 <OutputType>Exe</OutputType>
5 <TargetFramework>net6.0</TargetFramework>
8 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
9 <DebugType>portable</DebugType>
11 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
12 <DebugType>None</DebugType>
16 <PackageReference Include="Tizen.NET.Sdk" Version="1.0.9" />
17 <ProjectReference Include="../../src/Tizen/Tizen.csproj" />
18 <ProjectReference Include="../../src/Tizen.NUI.Components/Tizen.NUI.Components.csproj" />
19 <ProjectReference Include="../../src/Tizen.NUI/Tizen.NUI.csproj" />
23 <NeedInjection>True</NeedInjection>