mirror of https://github.com/ppy/SDL3-CS.git
Adjust filtered solutions
This commit is contained in:
parent
5e0aa03e9b
commit
d6b1c3e077
|
|
@ -4,8 +4,8 @@
|
||||||
"projects": [
|
"projects": [
|
||||||
"SDL3-CS\\SDL3-CS.csproj",
|
"SDL3-CS\\SDL3-CS.csproj",
|
||||||
"SDL3-CS.SourceGeneration\\SDL3-CS.SourceGeneration.csproj",
|
"SDL3-CS.SourceGeneration\\SDL3-CS.SourceGeneration.csproj",
|
||||||
"SDL3-CS.Tests\\SDL3-CS.Tests.csproj",
|
|
||||||
"SDL3-CS.Android\\SDL3-CS.Android.csproj",
|
"SDL3-CS.Android\\SDL3-CS.Android.csproj",
|
||||||
|
"SDL3-CS.Tests\\SDL3-CS.Tests.csproj",
|
||||||
"SDL3-CS.Tests.Android\\SDL3-CS.Tests.Android.csproj"
|
"SDL3-CS.Tests.Android\\SDL3-CS.Tests.Android.csproj"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,8 @@
|
||||||
"projects": [
|
"projects": [
|
||||||
"SDL3-CS\\SDL3-CS.csproj",
|
"SDL3-CS\\SDL3-CS.csproj",
|
||||||
"SDL3-CS.SourceGeneration\\SDL3-CS.SourceGeneration.csproj",
|
"SDL3-CS.SourceGeneration\\SDL3-CS.SourceGeneration.csproj",
|
||||||
"SDL3-CS.Tests\\SDL3-CS.Tests.csproj"
|
"SDL3-CS.Tests\\SDL3-CS.Tests.csproj",
|
||||||
|
"SDL3-CS.Tests.Desktop\\SDL3-CS.Tests.Desktop.csproj"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"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",
|
||||||
|
"SDL3-CS.Tests.iOS\\SDL3-CS.Tests.iOS.csproj"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue