Browse Source

Copy Mono.Cecil.dll to ILSpy.AddIn\packages

pull/1012/head
Siegfried Pammer 8 years ago
parent
commit
12bbdeddfd
  1. 3
      ILSpy/ILSpy.csproj

3
ILSpy/ILSpy.csproj

@ -399,6 +399,7 @@ @@ -399,6 +399,7 @@
<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)\Humanizer.dll&quot; ..\ILSpy.AddIn\packages\" />
<Exec Command="copy &quot;$(TargetDir)\Humanizer.dll&quot; ..\ILSpy.AddIn\packages\" />
<Exec Command="copy &quot;$(TargetDir)\Mono.Cecil.dll&quot; ..\ILSpy.AddIn\packages\" />
</Target>
</Project>
Loading…
Cancel
Save