projects
/
platform
/
core
/
csapi
/
tizenfx.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
8ab0f7062f49cce64803a4d63605ffc9a262a4b5
[platform/core/csapi/tizenfx.git]
/
src
/
Tizen.Applications.ToastMessage
/
Tizen.Applications.ToastMessage.csproj
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>netstandard1.6</TargetFramework>
5
</PropertyGroup>
6
7
<ItemGroup>
8
<ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
9
</ItemGroup>
10
11
</Project>