-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathNetCord.slnx
More file actions
110 lines (110 loc) · 7.35 KB
/
Copy pathNetCord.slnx
File metadata and controls
110 lines (110 loc) · 7.35 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<Solution>
<Folder Name="/Documentation/">
<File Path="Documentation/.editorconfig" />
<File Path="Documentation/Directory.Build.props" />
<File Path="Documentation/Directory.Build.targets" />
</Folder>
<Folder Name="/Documentation/guides/" />
<Folder Name="/Documentation/guides/basic-concepts/">
<Project Path="Documentation/guides/basic-concepts/HttpInteractions/HttpInteractions.csproj" />
<Project Path="Documentation/guides/basic-concepts/RespondingToInteractions/RespondingToInteractions.csproj" />
<Project Path="Documentation/guides/basic-concepts/SendingMessages/SendingMessages.csproj" />
<Project Path="Documentation/guides/basic-concepts/Sharding/Sharding.csproj" />
<Project Path="Documentation/guides/basic-concepts/ShardingHosting/ShardingHosting.csproj" />
<Project Path="Documentation/guides/basic-concepts/Voice/Voice.csproj" />
</Folder>
<Folder Name="/Documentation/guides/events/">
<Project Path="Documentation/guides/events/FirstEvents/FirstEvents.csproj" />
<Project Path="Documentation/guides/events/FirstEventsHosting/FirstEventsHosting.csproj" />
<Project Path="Documentation/guides/events/Intents/Intents.csproj" />
<Project Path="Documentation/guides/events/IntentsHosting/IntentsHosting.csproj" />
</Folder>
<Folder Name="/Documentation/guides/getting-started/">
<Project Path="Documentation/guides/getting-started/Coding/Coding.csproj" />
<Project Path="Documentation/guides/getting-started/CodingHosting/CodingHosting.csproj" />
</Folder>
<Folder Name="/Documentation/guides/services/">
<Project Path="Documentation/guides/services/DependencyInjection/DependencyInjection.csproj" />
</Folder>
<Folder Name="/Documentation/guides/services/application-commands/">
<Project Path="Documentation/guides/services/application-commands/Introduction/Introduction.csproj" />
<Project Path="Documentation/guides/services/application-commands/IntroductionHosting/IntroductionHosting.csproj" />
<Project Path="Documentation/guides/services/application-commands/Localizations/Localizations.csproj" />
<Project Path="Documentation/guides/services/application-commands/LocalizationsHosting/LocalizationsHosting.csproj" />
<Project Path="Documentation/guides/services/application-commands/MultipleServices/MultipleServices.csproj" />
<Project Path="Documentation/guides/services/application-commands/Parameters/Parameters.csproj" />
<Project Path="Documentation/guides/services/application-commands/Permissions/Permissions.csproj" />
<Project Path="Documentation/guides/services/application-commands/Subcommands/Subcommands.csproj" />
</Folder>
<Folder Name="/Documentation/guides/services/component-interactions/">
<Project Path="Documentation/guides/services/component-interactions/Introduction/Introduction.csproj" />
<Project Path="Documentation/guides/services/component-interactions/IntroductionHosting/IntroductionHosting.csproj" />
<Project Path="Documentation/guides/services/component-interactions/Parameters/Parameters.csproj" />
</Folder>
<Folder Name="/Documentation/guides/services/CustomModuleBasesAndContexts/">
<Project Path="Documentation/guides/services/CustomModuleBasesAndContexts/CustomContexts/CustomContexts.csproj" />
<Project Path="Documentation/guides/services/CustomModuleBasesAndContexts/CustomModuleBases/CustomModuleBases.csproj" />
</Folder>
<Folder Name="/Documentation/guides/services/Preconditions/">
<Project Path="Documentation/guides/services/Preconditions/ParameterPreconditions/ParameterPreconditions.csproj" />
<Project Path="Documentation/guides/services/Preconditions/Preconditions/Preconditions.csproj" />
</Folder>
<Folder Name="/Documentation/guides/services/text-commands/">
<Project Path="Documentation/guides/services/text-commands/Aliases/Aliases.csproj" />
<Project Path="Documentation/guides/services/text-commands/Introduction/Introduction.csproj" />
<Project Path="Documentation/guides/services/text-commands/IntroductionHosting/IntroductionHosting.csproj" />
<Project Path="Documentation/guides/services/text-commands/Parameters/Parameters.csproj" />
</Folder>
<Folder Name="/Documentation/guides/voice/">
<Project Path="Documentation/guides/voice/ReceivingVoice/ReceivingVoice.csproj" />
<Project Path="Documentation/guides/voice/SendingVoice/SendingVoice.csproj" />
<Project Path="Documentation/guides/voice/Voice/Voice.csproj" />
<Project Path="Documentation/guides/voice/VoiceSetup/VoiceSetup.csproj" />
<Project Path="Documentation/guides/voice/VoiceConnection/VoiceConnection.csproj" />
<Project Path="Documentation/guides/voice/Troubleshooting/Troubleshooting.csproj" />
</Folder>
<Folder Name="/Hosting/">
<Project Path="Hosting/NetCord.Hosting.AspNetCore/NetCord.Hosting.AspNetCore.csproj" />
<Project Path="Hosting/NetCord.Hosting.Services/NetCord.Hosting.Services.csproj" />
<Project Path="Hosting/NetCord.Hosting/NetCord.Hosting.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
</Folder>
<Folder Name="/SourceGenerators/">
<File Path="SourceGenerators/Directory.Build.props" />
<File Path="SourceGenerators/Directory.Build.targets" />
<Project Path="SourceGenerators/HostingGatewayEventsGenerator/HostingGatewayEventsGenerator.csproj" />
<Project Path="SourceGenerators/HostingWebhookEventsGenerator/HostingWebhookEventsGenerator.csproj" />
<Project Path="SourceGenerators/MethodsForPropertiesGenerator/MethodsForPropertiesGenerator.csproj" />
<Project Path="SourceGenerators/RestClientMethodAliasesGenerator/RestClientMethodAliasesGenerator.csproj" />
<Project Path="SourceGenerators/ShardedGatewayClientEventsGenerator/ShardedGatewayClientEventsGenerator.csproj" />
<Project Path="SourceGenerators/Shared/Shared.csproj" />
<Project Path="SourceGenerators/UserAgentHeaderGenerator/UserAgentHeaderGenerator.csproj" />
<Project Path="SourceGenerators/WebSocketClientEventsGenerator/WebSocketClientEventsGenerator.csproj" />
</Folder>
<Folder Name="/Tests/">
<File Path="Tests/Directory.Build.props" />
<File Path="Tests/Directory.Build.targets" />
<Project Path="Tests/ColorTest/ColorTest.csproj" />
<Project Path="Tests/MentionTest/MentionTest.csproj" />
<Project Path="Tests/NetCord.Rest.Tests/NetCord.Rest.Tests.csproj" />
<Project Path="Tests/NetCord.Test.Hosting.AspNetCore/NetCord.Test.Hosting.AspNetCore.csproj" />
<Project Path="Tests/NetCord.Test.Hosting/NetCord.Test.Hosting.csproj" />
<Project Path="Tests/NetCord.Test.Sharded.Hosting/NetCord.Test.Sharded.Hosting.csproj" />
<Project Path="Tests/NetCord.Test.Sharded/NetCord.Test.Sharded.csproj" />
<Project Path="Tests/NetCord.Test/NetCord.Test.csproj" />
<Project Path="Tests/RoleTest/RoleTest.csproj" />
<Project Path="Tests/ServicesTest/ServicesTest.csproj" />
<Project Path="Tests/SnowflakeTest/SnowflakeTest.csproj" />
<Project Path="Tests/TimestampTest/TimestampTest.csproj" />
<Project Path="Tests/TokenTest/TokenTest.csproj" />
<Project Path="Tests/VoiceEncryptionTest/VoiceEncryptionTest.csproj" />
</Folder>
<Project Path="NetCord.Services/NetCord.Services.csproj" />
<Project Path="NetCord/NetCord.csproj" />
</Solution>