-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathOsuParsers.sln
48 lines (48 loc) · 2.42 KB
/
OsuParsers.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29025.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OsuParsers", "OsuParsers\OsuParsers.csproj", "{84C32A7C-78DD-4DB5-A9F5-1AD7083F9C8C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7C35CDD1-121F-4D54-8A56-E3172A60B8BC}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{573FFB96-89C6-4F42-AD57-D35715C39812}"
ProjectSection(SolutionItems) = preProject
docs\BeatmapDocumentation.md = docs\BeatmapDocumentation.md
docs\DatabaseDocumentation.md = docs\DatabaseDocumentation.md
docs\DecodersDocumentation.md = docs\DecodersDocumentation.md
docs\ReplayDocumentation.md = docs\ReplayDocumentation.md
docs\StoryboardDocumentation.md = docs\StoryboardDocumentation.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OsuParsers.Tests", "OsuParsers.Tests\OsuParsers.Tests.csproj", "{C626EEF7-9C48-4BA0-8412-45623D8E9902}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84C32A7C-78DD-4DB5-A9F5-1AD7083F9C8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84C32A7C-78DD-4DB5-A9F5-1AD7083F9C8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84C32A7C-78DD-4DB5-A9F5-1AD7083F9C8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84C32A7C-78DD-4DB5-A9F5-1AD7083F9C8C}.Release|Any CPU.Build.0 = Release|Any CPU
{C626EEF7-9C48-4BA0-8412-45623D8E9902}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C626EEF7-9C48-4BA0-8412-45623D8E9902}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C626EEF7-9C48-4BA0-8412-45623D8E9902}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C626EEF7-9C48-4BA0-8412-45623D8E9902}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{573FFB96-89C6-4F42-AD57-D35715C39812} = {7C35CDD1-121F-4D54-8A56-E3172A60B8BC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8012ED47-AC17-49B2-BD16-87731E2FC53C}
EndGlobalSection
EndGlobal