forked from Samsung/Tizen.Appium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tizen.Appium.csproj
executable file
·29 lines (26 loc) · 1.37 KB
/
Tizen.Appium.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>tizen40</TargetFramework>
<id>Tizen.Appium</id>
<authors>Samsung Electronics</authors>
<Version>1.0.2-pre1</Version>
<owners>Samsung Electronics</owners>
<copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<PackageProjectUrl>https://www.tizen.org/</PackageProjectUrl>
<PackageIconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</PackageIconUrl>
<description>This package contains utility library for running the automated tests for Tizen.</description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;DEBUG;TIZEN4_0;</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Tizen.NET" Version="4.0.0">
<ExcludeAssets>Runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="Tizen.Wearable.CircularUI" Version="1.0.0-pre2-00118" />
<PackageReference Include="Xamarin.Forms" Version="3.2.0.871581" />
</ItemGroup>
</Project>