forked from Exiled-Team/DiscordIntegration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DiscordIntegration.sln
30 lines (30 loc) · 1.56 KB
/
DiscordIntegration.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiscordIntegration", "DiscordIntegration\DiscordIntegration.csproj", "{56A08520-835E-4D09-BB5C-6EF47E2313FB}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "DiscordIntegration.Bot", "DiscordIntegration.Bot\DiscordIntegration.Bot.njsproj", "{1E4C58E5-0FB2-4AB1-BAE6-753CBE11FBC8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56A08520-835E-4D09-BB5C-6EF47E2313FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56A08520-835E-4D09-BB5C-6EF47E2313FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56A08520-835E-4D09-BB5C-6EF47E2313FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56A08520-835E-4D09-BB5C-6EF47E2313FB}.Release|Any CPU.Build.0 = Release|Any CPU
{1E4C58E5-0FB2-4AB1-BAE6-753CBE11FBC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E4C58E5-0FB2-4AB1-BAE6-753CBE11FBC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E4C58E5-0FB2-4AB1-BAE6-753CBE11FBC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B120A290-DC5B-4DB7-8EB2-C81EB929ED22}
EndGlobalSection
EndGlobal