Solution filter that is only what's required to build and test Terminal.Gui
@@ -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"
+ ]
+ }
+}