Add projects to filtered solution

This commit is contained in:
Dan Balasescu 2024-04-20 14:09:36 +09:00
parent 2a253a0e2d
commit 0fcba2894d
No known key found for this signature in database
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,11 @@
"solution": {
"path": "SDL3-CS.sln",
"projects": [
"SDL3-CS.Android\\SDL3-CS.Android.csproj"
"SDL3-CS\\SDL3-CS.csproj",
"SDL3-CS.SourceGeneration\\SDL3-CS.SourceGeneration.csproj",
"SDL3-CS.Tests\\SDL3-CS.Tests.csproj",
"SDL3-CS.Android\\SDL3-CS.Android.csproj",
"SDL3-CS.Tests.Android\\SDL3-CS.Tests.Android.csproj"
]
}
}