Make symbol nuget package when use dotnet-cli
[platform/core/dotnet/build-tools.git] / Tizen.GBS.BuildTasks / Tizen.GBS.ImportAfter.targets
1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
3
4   <!-- Suppress missing XML comment warning -->
5   <PropertyGroup>
6     <NoWarn>$(NoWarn);1591</NoWarn>
7   </PropertyGroup>
8
9   <!-- DocumentationFile -->
10   <PropertyGroup>
11     <DocumentationFile Condition="'$(DocumentationFile)' == ''">$(OutputPath)$(AssemblyName).xml</DocumentationFile>
12   </PropertyGroup>
13
14 </Project>