-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDiscordLink.sln
42 lines (42 loc) · 2.32 KB
/
DiscordLink.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
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.SlashCommands", "..\DSharpPlus\DSharpPlus.SlashCommands\DSharpPlus.SlashCommands.csproj", "{ECAF333B-DFF8-4720-93A1-61669C96FEEE}"
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
{ECAF333B-DFF8-4720-93A1-61669C96FEEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECAF333B-DFF8-4720-93A1-61669C96FEEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECAF333B-DFF8-4720-93A1-61669C96FEEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECAF333B-DFF8-4720-93A1-61669C96FEEE}.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