Skip to content

Commit

Permalink
Added solution filters for CLI and Server projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaffitsancsoft committed Apr 29, 2024
1 parent d49058d commit f83665c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/dotnet/HQ.CLI.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"solution": {
"path": "HQ.sln",
"projects": [
"HQ.CLI\\HQ.CLI.csproj",
"HQ.SDK\\HQ.SDK.csproj"
]
}
}
10 changes: 10 additions & 0 deletions src/dotnet/HQ.Server.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"solution": {
"path": "HQ.sln",
"projects": [
"HQ.Abstractions\\HQ.Abstractions.csproj",
"HQ.Server\\HQ.Server.csproj",
"HQ.Tests\\HQ.Tests.csproj"
]
}
}

0 comments on commit f83665c

Please sign in to comment.