Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.LayoutSamples / Tizen.NUI.LayoutSamples / Tizen.NUI.LayoutSamples.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>netcoreapp3.1</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   <ItemGroup>
16     <EmbeddedResource Include="*.xaml">
17       <Generator>MSBuild:Compile</Generator>
18     </EmbeddedResource>
19   </ItemGroup>
20
21   <ItemGroup>
22     <ProjectReference Include="../../../src/Tizen.NUI.Components/Tizen.NUI.Components.csproj" />
23     <PackageReference Include="Tizen.NUI.XamlBuild" Version="1.0.34" />
24   </ItemGroup>
25
26   <PropertyGroup>
27     <NeedInjection>False</NeedInjection>
28   </PropertyGroup>
29 </Project>
30