[NUI] Particle System binding and implementation of C# side
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.ParticleSystem.Sample / Tizen.NUI.ParticleSystem.Sample.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)' == 'Debug' ">
9     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
10   </PropertyGroup>
11
12   <ItemGroup>
13         <ProjectReference Include="../../src/Tizen/Tizen.csproj" />
14         <ProjectReference Include="../../src/Tizen.NUI/Tizen.NUI.csproj" />
15   </ItemGroup>
16   <ItemGroup>
17       <None Update="res\image\*.png">
18           <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
19       </None>
20   </ItemGroup>  
21   <PropertyGroup>
22         <NeedInjection>True</NeedInjection>
23   </PropertyGroup>
24 </Project>