-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathReactive.sln
More file actions
65 lines (60 loc) · 3.89 KB
/
Reactive.sln
File metadata and controls
65 lines (60 loc) · 3.89 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36705.20
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Reactive.BeatSaber", "src\reactive-bs-sdk\Reactive.BeatSaber\Reactive.BeatSaber.csproj", "{32F2B8F2-BE8B-47C0-8A37-145069871FFD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Reactive.Components", "src\reactive-sdk\Reactive.Components\Reactive.Components.csproj", "{126A49C7-6954-498B-8AA4-C09126373844}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Reactive", "src\reactive\Reactive\Reactive.csproj", "{953C4414-CD02-4B26-B52A-6633219E302F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.props.user = Directory.Build.props.user
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Reactive", "Reactive", "{0CE334B9-B26F-4C52-B9DA-A68D26D62C36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Core Debug|Any CPU = Core Debug|Any CPU
Core Release|Any CPU = Core Release|Any CPU
Beat Saber Debug|Any CPU = Beat Saber Debug|Any CPU
Beat Saber Release|Any CPU = Beat Saber Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32F2B8F2-BE8B-47C0-8A37-145069871FFD}.Core Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32F2B8F2-BE8B-47C0-8A37-145069871FFD}.Core Release|Any CPU.ActiveCfg = Release|Any CPU
{32F2B8F2-BE8B-47C0-8A37-145069871FFD}.Beat Saber Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32F2B8F2-BE8B-47C0-8A37-145069871FFD}.Beat Saber Debug|Any CPU.Build.0 = Debug|Any CPU
{32F2B8F2-BE8B-47C0-8A37-145069871FFD}.Beat Saber Release|Any CPU.ActiveCfg = Release|Any CPU
{32F2B8F2-BE8B-47C0-8A37-145069871FFD}.Beat Saber Release|Any CPU.Build.0 = Release|Any CPU
{126A49C7-6954-498B-8AA4-C09126373844}.Core Debug|Any CPU.ActiveCfg = Debug|Any CPU
{126A49C7-6954-498B-8AA4-C09126373844}.Core Debug|Any CPU.Build.0 = Debug|Any CPU
{126A49C7-6954-498B-8AA4-C09126373844}.Core Release|Any CPU.ActiveCfg = Release|Any CPU
{126A49C7-6954-498B-8AA4-C09126373844}.Core Release|Any CPU.Build.0 = Release|Any CPU
{126A49C7-6954-498B-8AA4-C09126373844}.Beat Saber Debug|Any CPU.ActiveCfg = Debug|Any CPU
{126A49C7-6954-498B-8AA4-C09126373844}.Beat Saber Debug|Any CPU.Build.0 = Debug|Any CPU
{126A49C7-6954-498B-8AA4-C09126373844}.Beat Saber Release|Any CPU.ActiveCfg = Release|Any CPU
{126A49C7-6954-498B-8AA4-C09126373844}.Beat Saber Release|Any CPU.Build.0 = Release|Any CPU
{953C4414-CD02-4B26-B52A-6633219E302F}.Core Debug|Any CPU.ActiveCfg = Debug|Any CPU
{953C4414-CD02-4B26-B52A-6633219E302F}.Core Debug|Any CPU.Build.0 = Debug|Any CPU
{953C4414-CD02-4B26-B52A-6633219E302F}.Core Release|Any CPU.ActiveCfg = Release|Any CPU
{953C4414-CD02-4B26-B52A-6633219E302F}.Core Release|Any CPU.Build.0 = Release|Any CPU
{953C4414-CD02-4B26-B52A-6633219E302F}.Beat Saber Debug|Any CPU.ActiveCfg = Debug|Any CPU
{953C4414-CD02-4B26-B52A-6633219E302F}.Beat Saber Debug|Any CPU.Build.0 = Debug|Any CPU
{953C4414-CD02-4B26-B52A-6633219E302F}.Beat Saber Release|Any CPU.ActiveCfg = Release|Any CPU
{953C4414-CD02-4B26-B52A-6633219E302F}.Beat Saber Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{953C4414-CD02-4B26-B52A-6633219E302F} = {0CE334B9-B26F-4C52-B9DA-A68D26D62C36}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {591796CA-B53A-4620-B64C-B60D809E7FDE}
EndGlobalSection
EndGlobal