-
Notifications
You must be signed in to change notification settings - Fork 418
/
osu-framework.Desktop.slnf
23 lines (23 loc) · 1.42 KB
/
osu-framework.Desktop.slnf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"solution": {
"path": "osu-framework.sln",
"projects": [
"osu.Framework.Benchmarks\\osu.Framework.Benchmarks.csproj",
"osu.Framework.NativeLibs\\osu.Framework.NativeLibs.csproj",
"osu.Framework.SourceGeneration.Tests\\osu.Framework.SourceGeneration.Tests.csproj",
"osu.Framework.SourceGeneration\\osu.Framework.SourceGeneration.csproj",
"osu.Framework.Templates\\templates\\template-empty\\TemplateGame.Desktop\\TemplateGame.Desktop.csproj",
"osu.Framework.Templates\\templates\\template-empty\\TemplateGame.Game.Tests\\TemplateGame.Game.Tests.csproj",
"osu.Framework.Templates\\templates\\template-empty\\TemplateGame.Game\\TemplateGame.Game.csproj",
"osu.Framework.Templates\\templates\\template-empty\\TemplateGame.Resources\\TemplateGame.Resources.csproj",
"osu.Framework.Templates\\templates\\template-flappy\\FlappyDon.Desktop\\FlappyDon.Desktop.csproj",
"osu.Framework.Templates\\templates\\template-flappy\\FlappyDon.Game.Tests\\FlappyDon.Game.Tests.csproj",
"osu.Framework.Templates\\templates\\template-flappy\\FlappyDon.Game\\FlappyDon.Game.csproj",
"osu.Framework.Templates\\templates\\template-flappy\\FlappyDon.Resources\\FlappyDon.Resources.csproj",
"osu.Framework.Tests\\osu.Framework.Tests.csproj",
"osu.Framework\\osu.Framework.csproj",
"SampleGame.Desktop\\SampleGame.Desktop.csproj",
"SampleGame\\SampleGame.csproj"
]
}
}