From 1b51e8d67730bbb97a5f8c3a9e35ba2ac390f488 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Wed, 27 Oct 2021 19:11:59 +0200 Subject: [PATCH] Update ILSpy.AddIn.slnf to include new ILSpy.AddIn projects. --- ILSpy.AddIn.slnf | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/ILSpy.AddIn.slnf b/ILSpy.AddIn.slnf index 4ff6cf3f5..21f14e948 100644 --- a/ILSpy.AddIn.slnf +++ b/ILSpy.AddIn.slnf @@ -1,18 +1,20 @@ { - "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.AddIn\\ILSpy.AddIn.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", - "SharpTreeView\\ICSharpCode.TreeView.csproj", - "TestPlugin\\TestPlugin.csproj" - ] - } + "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.AddIn.Shared\\ILSpy.AddIn.Shared.shproj", + "ILSpy.AddIn.VS2022\\ILSpy.AddIn.VS2022.csproj", + "ILSpy.AddIn\\ILSpy.AddIn.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", + "SharpTreeView\\ICSharpCode.TreeView.csproj", + "TestPlugin\\TestPlugin.csproj" + ] + } } \ No newline at end of file