[MachineLearning.Inference] Add Inference APIs for Machine Learning (#940)
[platform/core/csapi/tizenfx.git] / test / Tizen.MachineLearning.Inference.Test / Tizen.MachineLearning.Inference.Test.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <!-- Property Group for Tizen50 Project -->
4   <PropertyGroup>
5     <OutputType>Exe</OutputType>
6     <TargetFramework>tizen60</TargetFramework>
7   </PropertyGroup>
8
9   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
10     <DebugType>portable</DebugType>
11   </PropertyGroup>
12   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
13     <DebugType>None</DebugType>
14   </PropertyGroup>
15
16   <ItemGroup>
17     <Folder Include="lib\" />
18     <Folder Include="res\" />
19   </ItemGroup>
20   
21
22   <!-- Include Nuget Package for Tizen Project building -->
23   <ItemGroup>
24     <PackageReference Include="Tizen.NET" Version="6.0.0.14863" />
25     <PackageReference Include="Tizen.NET.Sdk" Version="1.0.3" />
26     <PackageReference Include="Xamarin.Forms" Version="4.0.0.482894" />
27   </ItemGroup>
28
29 </Project>