-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNefarius.DSharpPlus.Extensions.Hosting.sln
More file actions
78 lines (78 loc) · 5.47 KB
/
Nefarius.DSharpPlus.Extensions.Hosting.sln
File metadata and controls
78 lines (78 loc) · 5.47 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
66
67
68
69
70
71
72
73
74
75
76
77
78
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nefarius.DSharpPlus.Extensions.Hosting", "Nefarius.DSharpPlus.Extensions.Hosting\Nefarius.DSharpPlus.Extensions.Hosting.csproj", "{A99E8608-9142-4C32-8045-0D7574B539F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkerExample", "WorkerExample\WorkerExample.csproj", "{BA844A48-9DC4-43A4-A3AC-8D6665807DDC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nefarius.DSharpPlus.CommandsNext.Extensions.Hosting", "Nefarius.DSharpPlus.CommandsNext.Extensions.Hosting\Nefarius.DSharpPlus.CommandsNext.Extensions.Hosting.csproj", "{F5A4E49C-C6E8-409D-A5D4-D913DCB7B703}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nefarius.DSharpPlus.Interactivity.Extensions.Hosting", "Nefarius.DSharpPlus.Interactivity.Extensions.Hosting\Nefarius.DSharpPlus.Interactivity.Extensions.Hosting.csproj", "{9FE838B7-4A71-4BB0-AAC4-475F30A74089}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nefarius.DSharpPlus.SlashCommands.Extensions.Hosting", "Nefarius.DSharpPlus.SlashCommands.Extensions.Hosting\Nefarius.DSharpPlus.SlashCommands.Extensions.Hosting.csproj", "{4519D373-F84C-4B6C-A0E3-161F1913205C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nefarius.DSharpPlus.VoiceNext.Extensions.Hosting", "Nefarius.DSharpPlus.VoiceNext.Extensions.Hosting\Nefarius.DSharpPlus.VoiceNext.Extensions.Hosting.csproj", "{0EA9DFC2-C3B2-452C-8C61-4DE5FF726B65}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Generators", "Generators", "{83D656DB-9F92-441C-93CE-5FADAEF7F49E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nefarius.DSharpPlus.Extensions.Hosting.Generators", "Nefarius.DSharpPlus.Extensions.Hosting\Generators\Nefarius.DSharpPlus.Extensions.Hosting.Generators.csproj", "{9D0D767B-F784-458B-8B70-364847173F44}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D6EC716D-03FA-4052-9E01-712D8FC362D0}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\publish-to-nuget.yml = .github\workflows\publish-to-nuget.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{4F8C1A08-27FB-436A-A257-3B9E752DC870}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A99E8608-9142-4C32-8045-0D7574B539F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A99E8608-9142-4C32-8045-0D7574B539F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A99E8608-9142-4C32-8045-0D7574B539F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A99E8608-9142-4C32-8045-0D7574B539F9}.Release|Any CPU.Build.0 = Release|Any CPU
{BA844A48-9DC4-43A4-A3AC-8D6665807DDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA844A48-9DC4-43A4-A3AC-8D6665807DDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA844A48-9DC4-43A4-A3AC-8D6665807DDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA844A48-9DC4-43A4-A3AC-8D6665807DDC}.Release|Any CPU.Build.0 = Release|Any CPU
{F5A4E49C-C6E8-409D-A5D4-D913DCB7B703}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5A4E49C-C6E8-409D-A5D4-D913DCB7B703}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5A4E49C-C6E8-409D-A5D4-D913DCB7B703}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5A4E49C-C6E8-409D-A5D4-D913DCB7B703}.Release|Any CPU.Build.0 = Release|Any CPU
{9FE838B7-4A71-4BB0-AAC4-475F30A74089}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FE838B7-4A71-4BB0-AAC4-475F30A74089}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FE838B7-4A71-4BB0-AAC4-475F30A74089}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FE838B7-4A71-4BB0-AAC4-475F30A74089}.Release|Any CPU.Build.0 = Release|Any CPU
{4519D373-F84C-4B6C-A0E3-161F1913205C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4519D373-F84C-4B6C-A0E3-161F1913205C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4519D373-F84C-4B6C-A0E3-161F1913205C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4519D373-F84C-4B6C-A0E3-161F1913205C}.Release|Any CPU.Build.0 = Release|Any CPU
{0EA9DFC2-C3B2-452C-8C61-4DE5FF726B65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EA9DFC2-C3B2-452C-8C61-4DE5FF726B65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EA9DFC2-C3B2-452C-8C61-4DE5FF726B65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EA9DFC2-C3B2-452C-8C61-4DE5FF726B65}.Release|Any CPU.Build.0 = Release|Any CPU
{9D0D767B-F784-458B-8B70-364847173F44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D0D767B-F784-458B-8B70-364847173F44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D0D767B-F784-458B-8B70-364847173F44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D0D767B-F784-458B-8B70-364847173F44}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9D0D767B-F784-458B-8B70-364847173F44} = {83D656DB-9F92-441C-93CE-5FADAEF7F49E}
{BA844A48-9DC4-43A4-A3AC-8D6665807DDC} = {4F8C1A08-27FB-436A-A257-3B9E752DC870}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {58B2CD89-4D43-4712-BAC6-09BE34B8F795}
EndGlobalSection
EndGlobal