30afae84aec6f4dbc099658519aa85397467a90a
[platform/core/csapi/tizenfx.git] / src / ElmSharp.Wearable / ElmSharp.Wearable.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <TargetFramework>net6.0</TargetFramework>
5   </PropertyGroup>
6
7   <PropertyGroup>
8     <SupportedProfiles>wearable</SupportedProfiles>
9   </PropertyGroup>
10
11   <ItemGroup>
12     <TizenPreloadFile Include="ElmSharp.Wearable.preload" Sequence="30" />
13   </ItemGroup>
14
15   <ItemGroup>
16     <ProjectReference Include="..\ElmSharp\ElmSharp.csproj" />
17   </ItemGroup>
18
19 </Project>