[Build] Install files of each module with profile variation (#1902)
[platform/core/csapi/tizenfx.git] / src / Tizen.Security.DevicePolicyManager / Tizen.Security.DevicePolicyManager.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <TargetFramework>netstandard2.0</TargetFramework>
5   </PropertyGroup>
6
7   <PropertyGroup>
8     <SupportedProfiles>mobile;wearable</SupportedProfiles>
9   </PropertyGroup>
10
11   <ItemGroup>
12         <ProjectReference Include="..\Tizen\Tizen.csproj" />
13   </ItemGroup>
14 </Project>