From 28ccf62779b58e20866ab60e0b712f9293cb5036 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Mon, 21 Mar 2022 21:11:31 +0100 Subject: [PATCH] Add TestRunner project to sln filters. --- ILSpy.AddIn.slnf | 1 + ILSpy.Installer.slnf | 1 + ILSpy.Wpf.slnf | 1 + ILSpy.XPlat.slnf | 1 + 4 files changed, 4 insertions(+) diff --git a/ILSpy.AddIn.slnf b/ILSpy.AddIn.slnf index 8dbeea0a1..3dbf7547f 100644 --- a/ILSpy.AddIn.slnf +++ b/ILSpy.AddIn.slnf @@ -2,6 +2,7 @@ "solution": { "path": "ILSpy.sln", "projects": [ + "ICSharpCode.Decompiler.TestRunner\\ICSharpCode.Decompiler.TestRunner.csproj", "ICSharpCode.Decompiler.Tests\\ICSharpCode.Decompiler.Tests.csproj", "ICSharpCode.Decompiler\\ICSharpCode.Decompiler.csproj", "ICSharpCode.ILSpyX\\ICSharpCode.ILSpyX.csproj", diff --git a/ILSpy.Installer.slnf b/ILSpy.Installer.slnf index bff5364a2..cec81502a 100644 --- a/ILSpy.Installer.slnf +++ b/ILSpy.Installer.slnf @@ -3,6 +3,7 @@ "path": "ILSpy.sln", "projects": [ "ICSharpCode.Decompiler.PdbProvider.Cecil\\ICSharpCode.Decompiler.PdbProvider.Cecil.csproj", + "ICSharpCode.Decompiler.TestRunner\\ICSharpCode.Decompiler.TestRunner.csproj", "ICSharpCode.Decompiler.Tests\\ICSharpCode.Decompiler.Tests.csproj", "ICSharpCode.Decompiler\\ICSharpCode.Decompiler.csproj", "ICSharpCode.ILSpyX\\ICSharpCode.ILSpyX.csproj", diff --git a/ILSpy.Wpf.slnf b/ILSpy.Wpf.slnf index e27dd18c4..e95363d7f 100644 --- a/ILSpy.Wpf.slnf +++ b/ILSpy.Wpf.slnf @@ -3,6 +3,7 @@ "path": "ILSpy.sln", "projects": [ "ICSharpCode.Decompiler.PdbProvider.Cecil\\ICSharpCode.Decompiler.PdbProvider.Cecil.csproj", + "ICSharpCode.Decompiler.TestRunner\\ICSharpCode.Decompiler.TestRunner.csproj", "ICSharpCode.Decompiler.Tests\\ICSharpCode.Decompiler.Tests.csproj", "ICSharpCode.Decompiler\\ICSharpCode.Decompiler.csproj", "ICSharpCode.ILSpyX\\ICSharpCode.ILSpyX.csproj", diff --git a/ILSpy.XPlat.slnf b/ILSpy.XPlat.slnf index c7272c267..5515a9937 100644 --- a/ILSpy.XPlat.slnf +++ b/ILSpy.XPlat.slnf @@ -4,6 +4,7 @@ "projects": [ "ICSharpCode.Decompiler.Console\\ICSharpCode.Decompiler.Console.csproj", "ICSharpCode.Decompiler.PowerShell\\ICSharpCode.Decompiler.PowerShell.csproj", + "ICSharpCode.Decompiler.TestRunner\\ICSharpCode.Decompiler.TestRunner.csproj", "ICSharpCode.Decompiler.Tests\\ICSharpCode.Decompiler.Tests.csproj", "ICSharpCode.Decompiler\\ICSharpCode.Decompiler.csproj", "ICSharpCode.ILSpyX\\ICSharpCode.ILSpyX.csproj"