Skip to content

Commit 851d916

Browse files
committed
Add a solution filter for only projects related to editors
This can help new developers to avoid confusion between Editors and Dotnet Project System
1 parent a3f824a commit 851d916

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Editors.slnf

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"solution": {
3+
"path": "ProjectSystem.sln",
4+
"projects": [
5+
"setup\\VisualStudioEditorsSetup\\VisualStudioEditorsSetup.csproj",
6+
"src\\Microsoft.VisualStudio.AppDesigner\\Microsoft.VisualStudio.AppDesigner.vbproj",
7+
"src\\Microsoft.VisualStudio.Editors\\Microsoft.VisualStudio.Editors.vbproj"
8+
]
9+
}
10+
}

0 commit comments

Comments
 (0)