949dee34ec3a36ebdd46070c8b1f0c586a0be2ac
[platform/core/csapi/tizenfx.git] / test / ElmSharp.Test / ElmSharp.Test.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>netcoreapp2.0</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     <Folder Include="shared\" />
17     <Folder Include="res\" />
18   </ItemGroup>
19
20   <!-- Include Nuget Package for Tizen Project building -->
21   <ItemGroup>
22     <PackageReference Include="Tizen.NET.Sdk" Version="1.0.0-pre4" />
23   </ItemGroup>
24   <ItemGroup>
25     <ProjectReference Include="..\..\src\ElmSharp\ElmSharp.csproj" />
26     <ProjectReference Include="..\..\src\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
27     <ProjectReference Include="..\..\src\Tizen.Applications.UI\Tizen.Applications.UI.csproj" />
28     <ProjectReference Include="..\..\src\Tizen.Log\Tizen.Log.csproj" />
29     <ProjectReference Include="..\..\src\Tizen\Tizen.csproj" />
30   </ItemGroup>
31
32 </Project>