瀏覽代碼

Add Release.slnf

Solution filter that is only what's required to build and test Terminal.Gui
Brandon Thetford 1 年之前
父節點
當前提交
97983ff05f
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      Release.slnf

+ 10 - 0
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"
+    ]
+  }
+}