-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInfiniteBeatSaber.sln
37 lines (37 loc) · 2.19 KB
/
InfiniteBeatSaber.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InfiniteBeatSaber", "InfiniteBeatSaber\InfiniteBeatSaber.csproj", "{3FEFBC8B-6254-4F16-A613-1DEDE2E32B29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eval", "Eval\Eval.csproj", "{AD941956-A7E0-4DF6-896A-2171FA294784}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Beat_Saber_1.29.1_Debug|Any CPU = Beat_Saber_1.29.1_Debug|Any CPU
Beat_Saber_1.29.1_Release|Any CPU = Beat_Saber_1.29.1_Release|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FEFBC8B-6254-4F16-A613-1DEDE2E32B29}.Beat_Saber_1.29.1_Debug|Any CPU.ActiveCfg = Beat_Saber_1.29.1_Debug|Any CPU
{3FEFBC8B-6254-4F16-A613-1DEDE2E32B29}.Beat_Saber_1.29.1_Debug|Any CPU.Build.0 = Beat_Saber_1.29.1_Debug|Any CPU
{3FEFBC8B-6254-4F16-A613-1DEDE2E32B29}.Beat_Saber_1.29.1_Release|Any CPU.ActiveCfg = Beat_Saber_1.29.1_Release|Any CPU
{3FEFBC8B-6254-4F16-A613-1DEDE2E32B29}.Beat_Saber_1.29.1_Release|Any CPU.Build.0 = Beat_Saber_1.29.1_Release|Any CPU
{3FEFBC8B-6254-4F16-A613-1DEDE2E32B29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FEFBC8B-6254-4F16-A613-1DEDE2E32B29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FEFBC8B-6254-4F16-A613-1DEDE2E32B29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FEFBC8B-6254-4F16-A613-1DEDE2E32B29}.Release|Any CPU.Build.0 = Release|Any CPU
{AD941956-A7E0-4DF6-896A-2171FA294784}.Beat_Saber_1.29.1_Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD941956-A7E0-4DF6-896A-2171FA294784}.Beat_Saber_1.29.1_Release|Any CPU.ActiveCfg = Release|Any CPU
{AD941956-A7E0-4DF6-896A-2171FA294784}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD941956-A7E0-4DF6-896A-2171FA294784}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7DB31F76-A40A-4D29-B58D-450AF8B0C8A5}
EndGlobalSection
EndGlobal