[VoiceControlWidget] Disable generating doc files
authorWonYoung Choi <wy80.choi@samsung.com>
Mon, 14 May 2018 04:29:03 +0000 (13:29 +0900)
committerGitHub <noreply@github.com>
Mon, 14 May 2018 04:29:03 +0000 (13:29 +0900)
Disable generating doc files to avoid population too many build warnings

internal/src/Tizen.Uix.VoiceControlWidget/Tizen.Uix.VoiceControlWidget.csproj

index 0d450ba..03045c5 100755 (executable)
@@ -2,6 +2,7 @@
 
   <PropertyGroup>
     <TargetFramework>netstandard2.0</TargetFramework>
+    <GenerateDocumentationFile>False</GenerateDocumentationFile>
   </PropertyGroup>
 
   <ItemGroup>
@@ -9,4 +10,4 @@
     <ProjectReference Include="..\..\..\src\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-</Project>
\ No newline at end of file
+</Project>