Browse Source

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

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

1
ILSpy/ILSpy.csproj

@ -400,5 +400,6 @@
<Exec Command="copy &quot;$(TargetDir)\System.Collections.Immutable.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)\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> </Target>
</Project> </Project>
Loading…
Cancel
Save