Browse Source

Fix build again

pull/998/merge
Siegfried Pammer 8 years ago
parent
commit
c4909e1bc5
  1. 1
      ILSpy/ILSpy.csproj

1
ILSpy/ILSpy.csproj

@ -401,7 +401,6 @@
<Exec Command="copy &quot;$(TargetDir)\System.ValueTuple.dll&quot; ..\ILSpy.AddIn\packages\" />
<Exec Command="copy &quot;$(TargetDir)\System.Collections.Immutable.dll&quot; ..\ILSpy.AddIn\packages\" />
<Exec Command="copy &quot;$(TargetDir)\ICSharpCode.AvalonEdit.dll&quot; ..\ILSpy.AddIn\packages\" />
<Exec Command="copy &quot;$(TargetDir)\Newtonsoft.Json.dll&quot; ..\ILSpy.AddIn\packages\" />
<Exec Command="copy &quot;$(TargetDir)\Humanizer.dll&quot; ..\ILSpy.AddIn\packages\" />
</Target>
</Project>
Loading…
Cancel
Save