-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathDiscordLink.sln
More file actions
42 lines (42 loc) · 2.3 KB
/
DiscordLink.sln
File metadata and controls
42 lines (42 loc) · 2.3 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiscordLink", "DiscordLink\DiscordLink.csproj", "{78495671-F4F3-441D-946A-F829C2C8A11E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F7B194ED-B60C-4101-91A5-58DBE15D95EC}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DSharpPlus", "..\DSharpPlus\DSharpPlus\DSharpPlus.csproj", "{177AF367-EA8A-4552-9686-CEC4D0E4452C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DSharpPlus.Commands", "..\DSharpPlus\DSharpPlus.Commands\DSharpPlus.Commands.csproj", "{95E354CB-9FF0-45C2-957F-8C56FFC6BFE4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78495671-F4F3-441D-946A-F829C2C8A11E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78495671-F4F3-441D-946A-F829C2C8A11E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78495671-F4F3-441D-946A-F829C2C8A11E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78495671-F4F3-441D-946A-F829C2C8A11E}.Release|Any CPU.Build.0 = Release|Any CPU
{177AF367-EA8A-4552-9686-CEC4D0E4452C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{177AF367-EA8A-4552-9686-CEC4D0E4452C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{177AF367-EA8A-4552-9686-CEC4D0E4452C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{177AF367-EA8A-4552-9686-CEC4D0E4452C}.Release|Any CPU.Build.0 = Release|Any CPU
{95E354CB-9FF0-45C2-957F-8C56FFC6BFE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95E354CB-9FF0-45C2-957F-8C56FFC6BFE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95E354CB-9FF0-45C2-957F-8C56FFC6BFE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95E354CB-9FF0-45C2-957F-8C56FFC6BFE4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {79C088B4-86C7-4D78-ABF9-C468B67AE48C}
EndGlobalSection
EndGlobal