-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCode2Gether-Discord-Bot.sln
More file actions
55 lines (55 loc) · 3.74 KB
/
Code2Gether-Discord-Bot.sln
File metadata and controls
55 lines (55 loc) · 3.74 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30517.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Code2Gether-Discord-Bot", "Code2Gether-Discord-Bot\Code2Gether-Discord-Bot.csproj", "{D9824F19-2899-46C7-A72D-B2A1CEFE59A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Code2Gether-Discord-Bot.Library", "Code2Gether-Discord-Bot.Library\Code2Gether-Discord-Bot.Library.csproj", "{A9DFC356-9751-45FD-9625-5A738FB3971B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Code2Gether-Discord-Bot.Tests", "Code2Gether-Discord-Bot.Tests\Code2Gether-Discord-Bot.Tests.csproj", "{473A61A7-CBF3-40F8-A183-06C0C466523A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Code2Gether-Discord-Bot.WebApi", "Code2Gether-Discord-Bot.WebApi\Code2Gether-Discord-Bot.WebApi.csproj", "{08CDB4A5-BD9F-466F-98F6-2DFEF259FCCF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Code2Gether-Discord-Bot.ConsoleDiagnostics", "Code2Gether-Discord-Bot.ConsoleDiagnostics\Code2Gether-Discord-Bot.ConsoleDiagnostics.csproj", "{47604C05-CF23-46C1-8C5C-38EA4E5E9C22}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubApiWrapper", "GitHubApiWrapper\GitHubApiWrapper.csproj", "{E8F47330-9890-48D4-8498-3600959ED79A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9824F19-2899-46C7-A72D-B2A1CEFE59A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9824F19-2899-46C7-A72D-B2A1CEFE59A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9824F19-2899-46C7-A72D-B2A1CEFE59A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9824F19-2899-46C7-A72D-B2A1CEFE59A9}.Release|Any CPU.Build.0 = Release|Any CPU
{A9DFC356-9751-45FD-9625-5A738FB3971B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9DFC356-9751-45FD-9625-5A738FB3971B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9DFC356-9751-45FD-9625-5A738FB3971B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9DFC356-9751-45FD-9625-5A738FB3971B}.Release|Any CPU.Build.0 = Release|Any CPU
{473A61A7-CBF3-40F8-A183-06C0C466523A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{473A61A7-CBF3-40F8-A183-06C0C466523A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{473A61A7-CBF3-40F8-A183-06C0C466523A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{473A61A7-CBF3-40F8-A183-06C0C466523A}.Release|Any CPU.Build.0 = Release|Any CPU
{08CDB4A5-BD9F-466F-98F6-2DFEF259FCCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08CDB4A5-BD9F-466F-98F6-2DFEF259FCCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08CDB4A5-BD9F-466F-98F6-2DFEF259FCCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08CDB4A5-BD9F-466F-98F6-2DFEF259FCCF}.Release|Any CPU.Build.0 = Release|Any CPU
{47604C05-CF23-46C1-8C5C-38EA4E5E9C22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47604C05-CF23-46C1-8C5C-38EA4E5E9C22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47604C05-CF23-46C1-8C5C-38EA4E5E9C22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47604C05-CF23-46C1-8C5C-38EA4E5E9C22}.Release|Any CPU.Build.0 = Release|Any CPU
{E8F47330-9890-48D4-8498-3600959ED79A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8F47330-9890-48D4-8498-3600959ED79A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8F47330-9890-48D4-8498-3600959ED79A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8F47330-9890-48D4-8498-3600959ED79A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B6200212-D7BE-48A4-8896-2F848891F4EE}
EndGlobalSection
EndGlobal