mirror of https://github.com/icsharpcode/ILSpy.git
1 changed files with 18 additions and 16 deletions
@ -1,18 +1,20 @@ |
|||||||
{ |
{ |
||||||
"solution": { |
"solution": { |
||||||
"path": "ILSpy.sln", |
"path": "ILSpy.sln", |
||||||
"projects": [ |
"projects": [ |
||||||
"ICSharpCode.Decompiler.PdbProvider.Cecil\\ICSharpCode.Decompiler.PdbProvider.Cecil.csproj", |
"ICSharpCode.Decompiler.PdbProvider.Cecil\\ICSharpCode.Decompiler.PdbProvider.Cecil.csproj", |
||||||
"ICSharpCode.Decompiler.Tests\\ICSharpCode.Decompiler.Tests.csproj", |
"ICSharpCode.Decompiler.Tests\\ICSharpCode.Decompiler.Tests.csproj", |
||||||
"ICSharpCode.Decompiler\\ICSharpCode.Decompiler.csproj", |
"ICSharpCode.Decompiler\\ICSharpCode.Decompiler.csproj", |
||||||
"ILSpy.AddIn\\ILSpy.AddIn.csproj", |
"ILSpy.AddIn.Shared\\ILSpy.AddIn.Shared.shproj", |
||||||
"ILSpy.BamlDecompiler.Tests\\ILSpy.BamlDecompiler.Tests.csproj", |
"ILSpy.AddIn.VS2022\\ILSpy.AddIn.VS2022.csproj", |
||||||
"ILSpy.BamlDecompiler\\ILSpy.BamlDecompiler.csproj", |
"ILSpy.AddIn\\ILSpy.AddIn.csproj", |
||||||
"ILSpy.ReadyToRun\\ILSpy.ReadyToRun.csproj", |
"ILSpy.BamlDecompiler.Tests\\ILSpy.BamlDecompiler.Tests.csproj", |
||||||
"ILSpy.Tests\\ILSpy.Tests.csproj", |
"ILSpy.BamlDecompiler\\ILSpy.BamlDecompiler.csproj", |
||||||
"ILSpy\\ILSpy.csproj", |
"ILSpy.ReadyToRun\\ILSpy.ReadyToRun.csproj", |
||||||
"SharpTreeView\\ICSharpCode.TreeView.csproj", |
"ILSpy.Tests\\ILSpy.Tests.csproj", |
||||||
"TestPlugin\\TestPlugin.csproj" |
"ILSpy\\ILSpy.csproj", |
||||||
] |
"SharpTreeView\\ICSharpCode.TreeView.csproj", |
||||||
} |
"TestPlugin\\TestPlugin.csproj" |
||||||
|
] |
||||||
|
} |
||||||
} |
} |
Loading…
Reference in new issue