-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathBeatSaberModdingTools.sln
36 lines (36 loc) · 1.83 KB
/
BeatSaberModdingTools.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.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeatSaberModdingTools", "BeatSaberModdingTools\BeatSaberModdingTools.csproj", "{FF7C6FC3-AB29-449E-BA85-08E4653F9AAA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BSMT_Tests", "BSMT_Tests\BSMT_Tests.csproj", "{BC3DE8B2-EC66-47CD-A1F9-E04AA2788B08}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ECB485B6-4CF0-4F61-BEEF-C305959BAB2B}"
ProjectSection(SolutionItems) = preProject
Directory.Build.targets = Directory.Build.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF7C6FC3-AB29-449E-BA85-08E4653F9AAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF7C6FC3-AB29-449E-BA85-08E4653F9AAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF7C6FC3-AB29-449E-BA85-08E4653F9AAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF7C6FC3-AB29-449E-BA85-08E4653F9AAA}.Release|Any CPU.Build.0 = Release|Any CPU
{BC3DE8B2-EC66-47CD-A1F9-E04AA2788B08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC3DE8B2-EC66-47CD-A1F9-E04AA2788B08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC3DE8B2-EC66-47CD-A1F9-E04AA2788B08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC3DE8B2-EC66-47CD-A1F9-E04AA2788B08}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DED5D638-9BB3-4B39-88FE-BBB3E7193999}
EndGlobalSection
EndGlobal