-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAkkoBot.sln
More file actions
60 lines (60 loc) · 3.39 KB
/
AkkoBot.sln
File metadata and controls
60 lines (60 loc) · 3.39 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AkkoBot", "AkkoBot\AkkoBot.csproj", "{6F18035D-76D3-43C1-9154-C1BFBEE88ADC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{41F5902D-FF91-4E4D-897D-ED9DBA4B484E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.sh = build.sh
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AkkoTests", "AkkoTests\AkkoTests.csproj", "{6EF07F6A-3756-4274-9DD3-D8729A077476}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AkkoCore", "AkkoCore\AkkoCore.csproj", "{4A7EA748-1C32-49CE-A57A-E5029A2ADC6C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AkkoCog.DangerousCommands", "AkkoCog.DangerousCommands\AkkoCog.DangerousCommands.csproj", "{6097907C-6DD1-467A-8090-F89E80C2A71D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AkkoCog.AntiPhishing", "AkkoCog.AntiPhishing\AkkoCog.AntiPhishing.csproj", "{AD6A6038-BB6F-4F3E-83AB-694217211A39}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F18035D-76D3-43C1-9154-C1BFBEE88ADC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F18035D-76D3-43C1-9154-C1BFBEE88ADC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F18035D-76D3-43C1-9154-C1BFBEE88ADC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F18035D-76D3-43C1-9154-C1BFBEE88ADC}.Release|Any CPU.Build.0 = Release|Any CPU
{6EF07F6A-3756-4274-9DD3-D8729A077476}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EF07F6A-3756-4274-9DD3-D8729A077476}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EF07F6A-3756-4274-9DD3-D8729A077476}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EF07F6A-3756-4274-9DD3-D8729A077476}.Release|Any CPU.Build.0 = Release|Any CPU
{4A7EA748-1C32-49CE-A57A-E5029A2ADC6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A7EA748-1C32-49CE-A57A-E5029A2ADC6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A7EA748-1C32-49CE-A57A-E5029A2ADC6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A7EA748-1C32-49CE-A57A-E5029A2ADC6C}.Release|Any CPU.Build.0 = Release|Any CPU
{6097907C-6DD1-467A-8090-F89E80C2A71D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6097907C-6DD1-467A-8090-F89E80C2A71D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6097907C-6DD1-467A-8090-F89E80C2A71D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6097907C-6DD1-467A-8090-F89E80C2A71D}.Release|Any CPU.Build.0 = Release|Any CPU
{AD6A6038-BB6F-4F3E-83AB-694217211A39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD6A6038-BB6F-4F3E-83AB-694217211A39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD6A6038-BB6F-4F3E-83AB-694217211A39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD6A6038-BB6F-4F3E-83AB-694217211A39}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF2C35DF-5D0D-4731-AD5B-B21B15BE7C44}
EndGlobalSection
EndGlobal