From 97983ff05f449ac995af9e7e381be68339be9529 Mon Sep 17 00:00:00 2001 From: Brandon Thetford Date: Thu, 20 Jun 2024 20:28:15 -0700 Subject: [PATCH] Add Release.slnf Solution filter that is only what's required to build and test Terminal.Gui --- Release.slnf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Release.slnf diff --git a/Release.slnf b/Release.slnf new file mode 100644 index 000000000..5b3a556a8 --- /dev/null +++ b/Release.slnf @@ -0,0 +1,10 @@ +{ + "solution": { + "path": "Terminal.sln", + "projects": [ + "Analyzers\\Terminal.Gui.Analyzers.Internal\\Terminal.Gui.Analyzers.Internal.csproj", + "Terminal.Gui\\Terminal.Gui.csproj", + "UnitTests\\UnitTests.csproj" + ] + } +} \ No newline at end of file