mirror of https://github.com/ppy/SDL3-CS.git
Add desktop/android filtered projects
This commit is contained in:
parent
d3481d3a81
commit
f9ae6277a7
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"solution": {
|
||||||
|
"path": "SDL3-CS.sln",
|
||||||
|
"projects": [
|
||||||
|
"SDL3-CS.Android\\SDL3-CS.Android.csproj"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue