Matt Ward
c4b3aeeec8
Add Text Templating addin to installer.
13 years ago
Daniel Grunwald
a649210272
Fix build
13 years ago
Matt Ward
6c0f4bd9e6
Remove WiX files from installer.
13 years ago
Matt Ward
35a6bb3fc2
Fix MVC Scaffolding 1.0.9 errors on code generation.
13 years ago
Matt Ward
cf5e2d6f39
Add SharpDevelop.EnvDTE to main solution and installer.
13 years ago
Daniel Grunwald
98b905acfd
Add ILSpyAddIn to setup.
13 years ago
Matt Ward
6fddd96e6c
Allow Powershell to use EnvDTE.Globals properties as methods.
...
Added a VB.NET Globals class which implements multiple parameterised properties which are not supported in C#.
This allows Powershell to use properties on the Globals class as though they were methods:
$dte.Solution.Globals.VariableValue("MyValue") = "value"
Write-Host $dte.Solution.Globals.VariableValue("MyValue")
$dte.Solution.Globals.VariablePersists("MyValue") = $true
Write-Host $dte.Solution.Globals.VariablePersists("MyValue")
13 years ago
Matt Ward
b97d5c82fe
Update IronPython to version 2.7.3
13 years ago
Daniel Grunwald
fbf0b6d419
The IconEditor AddIn now can edit icons.
13 years ago
Matt Ward
1a3279794c
Add OpenCover to installer.
13 years ago
Daniel Grunwald
a660f427b8
Started porting the FxCop-AddIn to SD5.
13 years ago
Daniel Grunwald
e5560361b9
Update setup.
13 years ago
Matt Ward
c5d56286b4
Install NuGet.Console.Types.dll with package management addin.
13 years ago
Daniel Grunwald
950bcb3a0f
Add error message when Portable Library Tools are not installed.
...
Allow picking the profile (set of target frameworks) in project upgrade view.
13 years ago
Daniel Grunwald
3e697f8582
Set version number to 4.3.
13 years ago
Matt Ward
07599ad640
Update setup with new NuGet packages used in project templates.
14 years ago
Daniel Grunwald
1882d9416b
Fix build.
14 years ago
Daniel Grunwald
46a82c7a75
Reset version number to 5.0.0.1 and fix setup.
14 years ago
Daniel Grunwald
14182177ab
Port ICSharpCode.Build.Tasks to .NET 4.0 so that it works when .NET 2.0/3.5 is not installed.
...
Moved ILAsm build task into ILAsmBinding.
14 years ago
Matt Ward
fd533a25e1
Add JavaScript addin to main solution and installer.
14 years ago
Matt Ward
f0777e7e70
Add empty CSS and JavaScript file templates.
14 years ago
Siegfried Pammer
a8cb5a0389
fix CQA in Setup/Files.wxs
14 years ago
Siegfried Pammer
1a13af3603
fix setup
14 years ago
Siegfried Pammer
b0a7f27860
add CodeQuality analysis to Setup and set version to 4.2 beta
14 years ago
Matt Ward
fe0b8d781f
Add ASP.NET MVC addin to installer.
14 years ago
Matt Ward
8701d91dd8
Add MSpec addin to installer.
14 years ago
Daniel Grunwald
2e063ef04c
Update ICSharpCode.Decompiler to ILSpy commit c542648d (ILSpy 2.0.0.1485).
14 years ago
Eusebiu Marcu
9481311b5d
Add WCF REST project and file templates.
14 years ago
Daniel Grunwald
599f60c46a
Set version number to 4.3.
14 years ago
Siegfried Pammer
d5398b3960
fix Setup and Tests
14 years ago
Eusebiu Marcu
7119d558e5
Add basic (IIS) support for WCF services.
14 years ago
Eusebiu Marcu
abdeeb5c20
decouple the debugger from decompiler; fix race conditions on external debug information; use metadata token instead of type name when selecting the decompiled content.
14 years ago
Daniel Grunwald
5f66310a16
Change version to 4.2
14 years ago
Eusebiu Marcu
87ef097306
rename dlls from installer.
14 years ago
Eusebiu Marcu
46a8d90bb2
add decompiler and NRefactory to debugger addin folder
14 years ago
Eusebiu Marcu
d659ae9061
fix build - add files to installer.
14 years ago
Matt Ward
c7765b33a4
Add ASP.NET MVC file templates for C# and VB.NET.
14 years ago
Matt Ward
ded5e1aa9b
Add empty ASP.NET MVC project templates for C# and VB.NET.
14 years ago
Matt Ward
38d0c33060
Add T4 file template for VB.NET.
14 years ago
Matt Ward
36f81d4665
Add text templating addin to installer.
14 years ago
Matt Ward
2d0a4d8c38
Add project template NuGet packages to installer.
14 years ago
Matt Ward
adb35031ed
Add ASP.NET MVC project templates for VB and C#.
14 years ago
mrward
efc8507e50
Move PowerShell specific code to separate assembly.
14 years ago
mrward
a333679a30
Add new package management addin files to installer.
14 years ago
mrward
3e10978ef4
Update WPF template for IronPython 2.7
14 years ago
Daniel Grunwald
15ded15fbd
Move ILSpyAddIn to display bindings.
15 years ago
Daniel Grunwald
8af6f54abd
Add ILSpy AddIn.
15 years ago
mrward
fccc219a43
Update IronPython to version 2.7
15 years ago
mrward
7e006da63c
Add NuGet nuspec XML schema.
15 years ago
mrward
af85c593cf
Update to WiX 3.5
15 years ago