Browse Source

Add solution filter for System.Linq.Async projects

Ruben Schmidmeister 4 năm trước cách đây
mục cha
commit
ba8ba26b0f
1 tập tin đã thay đổi với 11 bổ sung0 xóa
  1. 11 0
      Ix.NET/Source/System.Linq.Async.slnf

+ 11 - 0
Ix.NET/Source/System.Linq.Async.slnf

@@ -0,0 +1,11 @@
+{
+  "solution": {
+    "path": "Ix.NET.sln",
+    "projects": [
+      "System.Linq.Async\\System.Linq.Async.csproj",
+      "System.Linq.Async.Tests\\System.Linq.Async.Tests.csproj",
+      "System.Linq.Async.SourceGenerator\\System.Linq.Async.SourceGenerator.csproj",
+      "refs\\System.Linq.Async.Ref\\System.Linq.Async.Ref.csproj"
+    ]
+  }
+}