Add desktop/android filtered projects

This commit is contained in:
Dan Balasescu 2024-04-16 02:13:53 +09:00
parent d3481d3a81
commit f9ae6277a7
No known key found for this signature in database
2 changed files with 18 additions and 0 deletions

8
SDL3-CS.Android.slnf Normal file
View File

@ -0,0 +1,8 @@
{
"solution": {
"path": "SDL3-CS.sln",
"projects": [
"SDL3-CS.Android\\SDL3-CS.Android.csproj"
]
}
}

10
SDL3-CS.Desktop.slnf Normal file
View File

@ -0,0 +1,10 @@
{
"solution": {
"path": "SDL3-CS.sln",
"projects": [
"SDL3-CS\\SDL3-CS.csproj",
"SDL3-CS.SourceGeneration\\SDL3-CS.SourceGeneration.csproj",
"SDL3-CS.Tests\\SDL3-CS.Tests.csproj"
]
}
}