Add Release.slnf

Solution filter that is only what's required to build and test Terminal.Gui
This commit is contained in:
Brandon Thetford
2024-06-20 20:28:15 -07:00
parent 1e4634c828
commit 97983ff05f

10
Release.slnf Normal file
View File

@@ -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"
]
}
}