-
Notifications
You must be signed in to change notification settings - Fork 0
/
BassBoom.sln
49 lines (49 loc) · 2.57 KB
/
BassBoom.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
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34009.444
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BassBoom.Native", "BassBoom.Native\BassBoom.Native.csproj", "{E72C2A3C-70EC-48E7-91CD-4F76F7722AAB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BassBoom.Basolia", "BassBoom.Basolia\BassBoom.Basolia.csproj", "{738C2D2F-E4DC-4FDB-8766-BC41DE5DDFF2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BassBoom.Cli", "BassBoom.Cli\BassBoom.Cli.csproj", "{7EBD3EB6-554E-46E1-B72E-8CF9F7E34F8B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{EDC78D55-4B85-422E-9F6A-46B47C7C88EF}"
ProjectSection(SolutionItems) = preProject
CHANGES = CHANGES
CHANGES.TITLE = CHANGES.TITLE
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Launchers", "Launchers", "{7CD5D339-F81B-4304-933D-402BAD83B27C}"
ProjectSection(SolutionItems) = preProject
assets\bassboom.cmd = assets\bassboom.cmd
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E72C2A3C-70EC-48E7-91CD-4F76F7722AAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E72C2A3C-70EC-48E7-91CD-4F76F7722AAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E72C2A3C-70EC-48E7-91CD-4F76F7722AAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E72C2A3C-70EC-48E7-91CD-4F76F7722AAB}.Release|Any CPU.Build.0 = Release|Any CPU
{738C2D2F-E4DC-4FDB-8766-BC41DE5DDFF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{738C2D2F-E4DC-4FDB-8766-BC41DE5DDFF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{738C2D2F-E4DC-4FDB-8766-BC41DE5DDFF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{738C2D2F-E4DC-4FDB-8766-BC41DE5DDFF2}.Release|Any CPU.Build.0 = Release|Any CPU
{7EBD3EB6-554E-46E1-B72E-8CF9F7E34F8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EBD3EB6-554E-46E1-B72E-8CF9F7E34F8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EBD3EB6-554E-46E1-B72E-8CF9F7E34F8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EBD3EB6-554E-46E1-B72E-8CF9F7E34F8B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {91352AF3-A9CB-4699-B632-9978AF4F3BC2}
EndGlobalSection
EndGlobal