-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathBeatSaverSharp.sln
36 lines (36 loc) · 2.01 KB
/
BeatSaverSharp.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 Version 17
VisualStudioVersion = 17.0.31521.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeatSaverSharp", "BeatSaverSharp\BeatSaverSharp.csproj", "{333D2DB7-8187-4B05-948E-94B6C58BE848}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeatSaverSharp.Tests", "BeatSaverSharp.Tests\BeatSaverSharp.Tests.csproj", "{1503A7FB-2135-49D3-9B8D-31F377D571E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Release-Unity|Any CPU = Release-Unity|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{333D2DB7-8187-4B05-948E-94B6C58BE848}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{333D2DB7-8187-4B05-948E-94B6C58BE848}.Debug|Any CPU.Build.0 = Debug|Any CPU
{333D2DB7-8187-4B05-948E-94B6C58BE848}.Release|Any CPU.ActiveCfg = Release|Any CPU
{333D2DB7-8187-4B05-948E-94B6C58BE848}.Release|Any CPU.Build.0 = Release|Any CPU
{333D2DB7-8187-4B05-948E-94B6C58BE848}.Release-Unity|Any CPU.ActiveCfg = Release-Unity|Any CPU
{333D2DB7-8187-4B05-948E-94B6C58BE848}.Release-Unity|Any CPU.Build.0 = Release-Unity|Any CPU
{1503A7FB-2135-49D3-9B8D-31F377D571E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1503A7FB-2135-49D3-9B8D-31F377D571E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1503A7FB-2135-49D3-9B8D-31F377D571E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1503A7FB-2135-49D3-9B8D-31F377D571E1}.Release|Any CPU.Build.0 = Release|Any CPU
{1503A7FB-2135-49D3-9B8D-31F377D571E1}.Release-Unity|Any CPU.ActiveCfg = Release-Unity|Any CPU
{1503A7FB-2135-49D3-9B8D-31F377D571E1}.Release-Unity|Any CPU.Build.0 = Release-Unity|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {89A6A9E7-56E5-46EE-B17E-AF29B98EA2B5}
EndGlobalSection
EndGlobal