[NUI] Add Tizen.NUI.Tests for tct developing (#2090)
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.Tests / Tizen.NUI.TCT / Tizen.NUI.Devel.Tests.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <!-- Property Group for .NET Core Project -->
4   <PropertyGroup>
5     <OutputType>Exe</OutputType>
6     <TargetFramework>netcoreapp2.0</TargetFramework>
7   </PropertyGroup>
8
9   <!-- Property Group for Tizen Project -->
10   <PropertyGroup>
11     <TizenCreateTpkOnBuild>true</TizenCreateTpkOnBuild>
12   </PropertyGroup>
13
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15     <DebugType>portable</DebugType>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
18     <DebugType>None</DebugType>
19   </PropertyGroup>
20
21   <ItemGroup>
22         <Folder Include="lib\" />
23   </ItemGroup>
24
25   <!--Import Project="..\Common\dependencies.props" /-->
26   <ItemGroup>
27     <PackageReference Include="Tizen.NET.Sdk" Version="1.0.9" />
28   </ItemGroup>
29
30   <!-- Include Nuget Package for Tizen Project building -->
31   <ItemGroup>
32     <ProjectReference Include="..\..\..\src\Tizen.Log\Tizen.Log.csproj" />
33     <ProjectReference Include="..\..\..\src\Tizen.NUI.Components\Tizen.NUI.Components.csproj" />
34     <ProjectReference Include="..\..\..\src\Tizen.NUI\Tizen.NUI.csproj" />
35     <ProjectReference Include="..\nunit.framework\nunit.framework.csproj" />
36     <ProjectReference Include="..\nunitlite\nunitlite.csproj" />
37   </ItemGroup>
38   <Target Name="PostBuild" AfterTargets="PostBuildEvent">
39     <Exec Command="sdb root on&#xD;&#xA;sdb shell &quot;mount -o remount,rw /&quot;&#xD;&#xA;sdb shell &quot;rm /usr/share/dotnet.tizen/framework/*.ni.dll&quot;&#xD;&#xA;sdb push $(TargetDir)Tizen.NUI.dll $(TargetDir)Tizen.NUI.pdb /usr/share/dotnet.tizen/framework/&#xD;&#xA;sdb shell &quot;chsmack -a '_' /usr/share/dotnet.tizen/framework/Tizen.NUI.dll&quot;&#xD;&#xA;sdb shell &quot;chsmack -a '_' /usr/share/dotnet.tizen/framework/Tizen.NUI.pdb&quot;&#xD;&#xA;sdb push $(TargetDir)Tizen.NUI.Components.dll $(TargetDir)Tizen.NUI.Components.pdb /usr/share/dotnet.tizen/framework/&#xD;&#xA;sdb shell &quot;chsmack -a '_' /usr/share/dotnet.tizen/framework/Tizen.NUI.Components.dll&quot;&#xD;&#xA;sdb shell &quot;chsmack -a '_' /usr/share/dotnet.tizen/framework/Tizen.NUI.Components.pdb&quot;&#xD;&#xA;sdb shell sync&#xD;&#xA;" />
40   </Target>
41
42 </Project>