mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
- Fix build error with Debug build configuration - Use only \wix as output directory - Add solution filter file with included installer project - Add package version to MSI file namepull/2558/head
3 changed files with 32 additions and 9 deletions
@ -0,0 +1,18 @@
@@ -0,0 +1,18 @@
|
||||
{ |
||||
"solution": { |
||||
"path": "ILSpy.sln", |
||||
"projects": [ |
||||
"ICSharpCode.Decompiler.PdbProvider.Cecil\\ICSharpCode.Decompiler.PdbProvider.Cecil.csproj", |
||||
"ICSharpCode.Decompiler.Tests\\ICSharpCode.Decompiler.Tests.csproj", |
||||
"ICSharpCode.Decompiler\\ICSharpCode.Decompiler.csproj", |
||||
"ILSpy.BamlDecompiler.Tests\\ILSpy.BamlDecompiler.Tests.csproj", |
||||
"ILSpy.BamlDecompiler\\ILSpy.BamlDecompiler.csproj", |
||||
"ILSpy.ReadyToRun\\ILSpy.ReadyToRun.csproj", |
||||
"ILSpy.Tests\\ILSpy.Tests.csproj", |
||||
"ILSpy\\ILSpy.csproj", |
||||
"ILSpy.Installer\\ILSpy.Installer.csproj", |
||||
"SharpTreeView\\ICSharpCode.TreeView.csproj", |
||||
"TestPlugin\\TestPlugin.csproj" |
||||
] |
||||
} |
||||
} |
Loading…
Reference in new issue