Browse Source

Merge pull request #1746 from icsharpcode/buildorderbug

Fix #1731
pull/1754/head
Siegfried Pammer 6 years ago committed by GitHub
parent
commit
18935434fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ILSpy/ILSpy.csproj

2
ILSpy/ILSpy.csproj

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
<LangVersion>7.2</LangVersion>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<GenerateSupportedRuntime>false</GenerateSupportedRuntime>
<EnableDefaultItems>false</EnableDefaultItems>
<UseWpf>true</UseWpf>
<ExtrasEnableDefaultPageItems>false</ExtrasEnableDefaultPageItems>

Loading…
Cancel
Save