Directory.Build.targets 264 B

12345678
  1. <Project>
  2. <!-- For any non-packable projects, suppress generate documentation. -->
  3. <PropertyGroup Condition="'$(IsPackable)' == 'false'">
  4. <GenerateDocumentationFile>false</GenerateDocumentationFile>
  5. <DocumentationFile />
  6. </PropertyGroup>
  7. </Project>