Browse Source

Remove link to non-existing file.

This breaks build incrementality (fast up-to-date check) thinks XML Documentation.html is missing so it decides to rebuild the project every time, even if nothing has changed.
pull/2176/head
Kirill Osenkov 5 years ago
parent
commit
6d7a479e56
  1. 6
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

6
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

@ -625,12 +625,6 @@ @@ -625,12 +625,6 @@
<None Include="Properties\AssemblyInfo.template.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\nrefactory\doc\XML Documentation.html">
<Link>Documentation\XML Documentation.html</Link>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="..\doc\Pattern Matching.html">
<Link>CSharp\Syntax\PatternMatching\Pattern Matching.html</Link>

Loading…
Cancel
Save