-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOuterHeavenBot.sln
49 lines (49 loc) · 2.84 KB
/
OuterHeavenBot.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.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OuterHeavenBot", "OuterHeavenBot\OuterHeavenBot.csproj", "{0882FB08-C3A2-4774-9178-8C3214929C92}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OuterHeavenBot.Lavalink", "OuterHeavenBot.Lavalink\OuterHeavenBot.Lavalink.csproj", "{215FCB6B-6A5A-46AA-9506-85588D6224E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OuterHeavenBot.Client", "OuterHeavenBot.Client\OuterHeavenBot.Client.csproj", "{A3B80DC3-EB9C-4A60-9D9A-6F431483C777}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OuterHeavenBot.Core", "OuterHeavenBot.Core\OuterHeavenBot.Core.csproj", "{585F811D-5A29-45DE-BC7B-AE0FF8228526}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8FD20AF0-22BE-4157-99AF-FA77F2B499FF}"
ProjectSection(SolutionItems) = preProject
libsodium.dll = libsodium.dll
opus.dll = opus.dll
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0882FB08-C3A2-4774-9178-8C3214929C92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0882FB08-C3A2-4774-9178-8C3214929C92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0882FB08-C3A2-4774-9178-8C3214929C92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0882FB08-C3A2-4774-9178-8C3214929C92}.Release|Any CPU.Build.0 = Release|Any CPU
{215FCB6B-6A5A-46AA-9506-85588D6224E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{215FCB6B-6A5A-46AA-9506-85588D6224E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{215FCB6B-6A5A-46AA-9506-85588D6224E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{215FCB6B-6A5A-46AA-9506-85588D6224E5}.Release|Any CPU.Build.0 = Release|Any CPU
{A3B80DC3-EB9C-4A60-9D9A-6F431483C777}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3B80DC3-EB9C-4A60-9D9A-6F431483C777}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3B80DC3-EB9C-4A60-9D9A-6F431483C777}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3B80DC3-EB9C-4A60-9D9A-6F431483C777}.Release|Any CPU.Build.0 = Release|Any CPU
{585F811D-5A29-45DE-BC7B-AE0FF8228526}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{585F811D-5A29-45DE-BC7B-AE0FF8228526}.Debug|Any CPU.Build.0 = Debug|Any CPU
{585F811D-5A29-45DE-BC7B-AE0FF8228526}.Release|Any CPU.ActiveCfg = Release|Any CPU
{585F811D-5A29-45DE-BC7B-AE0FF8228526}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {192B06A5-0FB1-4A57-9D36-161292E8D4AB}
EndGlobalSection
EndGlobal