-
Notifications
You must be signed in to change notification settings - Fork 5
/
Osu2Saber.sln
36 lines (36 loc) · 1.92 KB
/
Osu2Saber.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2011
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Osu2Saber", "Osu2Saber\Osu2Saber.csproj", "{FD82070E-45D4-4CDD-ACFB-CF0FD1A46484}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "osuBMParser", "osuBMParser\osuBMParser.csproj", "{92F06458-CCF1-4574-BE26-A9FFE3B77310}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AllDebug|Any CPU = AllDebug|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD82070E-45D4-4CDD-ACFB-CF0FD1A46484}.AllDebug|Any CPU.ActiveCfg = AllDebug|Any CPU
{FD82070E-45D4-4CDD-ACFB-CF0FD1A46484}.AllDebug|Any CPU.Build.0 = AllDebug|Any CPU
{FD82070E-45D4-4CDD-ACFB-CF0FD1A46484}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD82070E-45D4-4CDD-ACFB-CF0FD1A46484}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD82070E-45D4-4CDD-ACFB-CF0FD1A46484}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD82070E-45D4-4CDD-ACFB-CF0FD1A46484}.Release|Any CPU.Build.0 = Release|Any CPU
{92F06458-CCF1-4574-BE26-A9FFE3B77310}.AllDebug|Any CPU.ActiveCfg = AllDebug|Any CPU
{92F06458-CCF1-4574-BE26-A9FFE3B77310}.AllDebug|Any CPU.Build.0 = AllDebug|Any CPU
{92F06458-CCF1-4574-BE26-A9FFE3B77310}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{92F06458-CCF1-4574-BE26-A9FFE3B77310}.Debug|Any CPU.Build.0 = Release|Any CPU
{92F06458-CCF1-4574-BE26-A9FFE3B77310}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92F06458-CCF1-4574-BE26-A9FFE3B77310}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F0DC2DF8-97C2-47CB-93F9-D1FB8F2C7E61}
EndGlobalSection
EndGlobal