From 902a672c5a36e7af447fb44dd8e774222a089192 Mon Sep 17 00:00:00 2001 From: Brandon Thetford Date: Fri, 21 Jun 2024 04:05:44 -0700 Subject: [PATCH] This one needs the unit test project too for now --- Release.slnf | 1 + 1 file changed, 1 insertion(+) diff --git a/Release.slnf b/Release.slnf index 5b3a556a8..4949e26c3 100644 --- a/Release.slnf +++ b/Release.slnf @@ -4,6 +4,7 @@ "projects": [ "Analyzers\\Terminal.Gui.Analyzers.Internal\\Terminal.Gui.Analyzers.Internal.csproj", "Terminal.Gui\\Terminal.Gui.csproj", + "UICatalog\\UICatalog.csproj", "UnitTests\\UnitTests.csproj" ] }