Christoph Wille
c10251d43a
Implement #688
9 years ago
Daniel Grunwald
0a481a573c
Add AvalonEdit, NRefactory, and cecil submodules.
10 years ago
Christoph Wille
2726336b3a
Update addin version, update decompiler package version
10 years ago
Daniel Grunwald
382f24666a
Add NRefactory 5.5.1 source code.
...
For the moment, we need to use a customized Mono.Cecil in ILSpy (thread-safe branch + System.Runtime fix),
and build NRefactory against that.
Add script for building ICSharpCode.Decompiler NuGet package.
This package is built against the NuGet Mono.Cecil and NRefactory packages, not against the sourcecode included in this repository.
10 years ago
Daniel Grunwald
e88120cb4a
Remove NRefactory sourcecode and use the NuGet package instead.
10 years ago
Christoph Wille
384508dd45
Increment addin version number for release
11 years ago
Siegfried Pammer
2fc8bf7003
fix #528 : Open Build Output in ILSpy
...
fix #504 : Collapse group in Visual Studio context menu
11 years ago
Siegfried Pammer
2e0fceef7a
Update ILSpy.AddIn version to 1.1
11 years ago
Siegfried Pammer
2d2c96af34
remove micro optimization and simplify HexStringToBytes
11 years ago
Siegfried Pammer
27f50ee6b9
fix #509 Visual Studio Addin is useless for Framework Assemblies
11 years ago
Schabse Laks
8094814cd3
Addin: Retarget to .Net 4.0
...
The addin will now work on VS2010 without installing .Net 4.5.
11 years ago
Schabse Laks
c241f80aa1
Addin: Include all dependent assemblies in VSIX
...
Otherwise, ILSpy will fail to start if it isn't already running.
This bloats the VSIX to nearly 6MB, but there is no alternative.
11 years ago
Schabse Laks
6fc2f753ec
Addin: Fix runtime error in VS2010
...
explorer.SelectedItems returns object[]
11 years ago
Schabse Laks
32904d9356
Addin: Port VSIX manifest to v1 to enable installation on VS2010
11 years ago
SLaks
765a3e0803
Addin: Replace VS references with @sharwell's v10 NuGet packages
...
These are installed using Automatic Package Restore
As long as we reference all VS assemblies from this
package and make sure to stick to v10 packages, the
addin should work in every version of Visual Studio
starting with 2010.
11 years ago
Schabse Laks
814fc471d9
Addin: Change project file to open in every VS version
...
Still requires the appropriate SDK to be installed.
Thanks @sharwell for much simpler implementation
11 years ago
Siegfried Pammer
4725c17185
change formatting settings to be consistent with the rest of ILSpy
11 years ago
Siegfried Pammer
a796143f4e
add ILSpy.AddIn for Visual Studio
11 years ago