Browse Source

Add ILSpy.exe.config to binary zip.

pull/320/merge
Daniel Grunwald 14 years ago
parent
commit
635ce7e365
  1. 2
      BuildTools/Automated.proj
  2. 2
      README.txt
  3. 2
      doc/copyright.txt

2
BuildTools/Automated.proj

@ -83,7 +83,7 @@
</Target> </Target>
<Target Name="createsetup"> <Target Name="createsetup">
<CreateItem Include="$(ILSpyBin)\*.dll;$(ILSpyBin)\*.exe"> <CreateItem Include="$(ILSpyBin)\*.dll;$(ILSpyBin)\*.exe;$(ILSpyBin)\*.config">
<Output TaskParameter="Include" ItemName="BinFileToZip"/> <Output TaskParameter="Include" ItemName="BinFileToZip"/>
</CreateItem> </CreateItem>
<Message Importance="high" Text="Creating ZIP file $(ArtefactPrefix)$(BuildNumber)_Binaries.zip"/> <Message Importance="high" Text="Creating ZIP file $(ArtefactPrefix)$(BuildNumber)_Binaries.zip"/>

2
README.txt

@ -1,7 +1,7 @@
ILSpy is the open-source .NET assembly browser and decompiler. ILSpy is the open-source .NET assembly browser and decompiler.
Website: http://www.ilspy.net/ Website: http://www.ilspy.net/
Copyright 2011 AlphaSierraPapa for the SharpDevelop team Copyright 2011-2012 AlphaSierraPapa for the SharpDevelop team
License: ILSpy is distributed under the MIT License. License: ILSpy is distributed under the MIT License.
Included open-source libraries: Included open-source libraries:

2
doc/copyright.txt

@ -1,4 +1,4 @@
Copyright 2011 for the SharpDevelop team Copyright 2011-2012 for the SharpDevelop team
by by
AlphaSierraPapa, Christoph Wille AlphaSierraPapa, Christoph Wille

Loading…
Cancel
Save