Browse Source

Use <GenerateDocumentationFile> instead of specifying the file name.

pull/1596/head
Daniel Grunwald 6 years ago
parent
commit
fb2cbf3d62
  1. 2
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

2
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
<EnableDefaultItems>false</EnableDefaultItems>
<LangVersion>7.2</LangVersion>
<DocumentationFile>$(TargetDir)ICSharpCode.Decompiler.xml</DocumentationFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>ICSharpCode.Decompiler.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

Loading…
Cancel
Save