-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathden0bot.sln
80 lines (80 loc) · 4.19 KB
/
den0bot.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "den0bot", "den0bot\den0bot.csproj", "{CD9F1713-0320-4AFE-BF86-89C86D791EA2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "den0bot.Modules.Example", "den0bot.Modules.Example\den0bot.Modules.Example.csproj", "{06B8C167-2620-4B1A-9F1C-DDCD00119220}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "den0bot.Modules.Osu", "den0bot.Modules.Osu\den0bot.Modules.Osu.csproj", "{34C9B73B-FB05-4656-8EA0-CCCFE2674D32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "den0bot.Analytics.Data", "den0bot.Analytics.Data\den0bot.Analytics.Data.csproj", "{A2A8CCE8-E898-4997-85CD-208CC2C35407}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "den0bot.Analytics.Web", "den0bot.Analytics.Web\den0bot.Analytics.Web.csproj", "{0E8E3F93-6FB7-4CFE-AE6D-07B2B3FB542C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD9F1713-0320-4AFE-BF86-89C86D791EA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD9F1713-0320-4AFE-BF86-89C86D791EA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD9F1713-0320-4AFE-BF86-89C86D791EA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD9F1713-0320-4AFE-BF86-89C86D791EA2}.Release|Any CPU.Build.0 = Release|Any CPU
{06B8C167-2620-4B1A-9F1C-DDCD00119220}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06B8C167-2620-4B1A-9F1C-DDCD00119220}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06B8C167-2620-4B1A-9F1C-DDCD00119220}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06B8C167-2620-4B1A-9F1C-DDCD00119220}.Release|Any CPU.Build.0 = Release|Any CPU
{34C9B73B-FB05-4656-8EA0-CCCFE2674D32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34C9B73B-FB05-4656-8EA0-CCCFE2674D32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34C9B73B-FB05-4656-8EA0-CCCFE2674D32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34C9B73B-FB05-4656-8EA0-CCCFE2674D32}.Release|Any CPU.Build.0 = Release|Any CPU
{A2A8CCE8-E898-4997-85CD-208CC2C35407}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2A8CCE8-E898-4997-85CD-208CC2C35407}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2A8CCE8-E898-4997-85CD-208CC2C35407}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2A8CCE8-E898-4997-85CD-208CC2C35407}.Release|Any CPU.Build.0 = Release|Any CPU
{0E8E3F93-6FB7-4CFE-AE6D-07B2B3FB542C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E8E3F93-6FB7-4CFE-AE6D-07B2B3FB542C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E8E3F93-6FB7-4CFE-AE6D-07B2B3FB542C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E8E3F93-6FB7-4CFE-AE6D-07B2B3FB542C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {84F9713F-7A2D-4C7E-840D-E080D93D0B6F}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $2
$2.inheritsSet = VisualStudio
$2.inheritsScope = text/plain
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.IndentSwitchSection = True
$3.NewLinesForBracesInProperties = True
$3.NewLinesForBracesInAccessors = True
$3.NewLinesForBracesInAnonymousMethods = True
$3.NewLinesForBracesInControlBlocks = True
$3.NewLinesForBracesInAnonymousTypes = True
$3.NewLinesForBracesInObjectCollectionArrayInitializers = True
$3.NewLinesForBracesInLambdaExpressionBody = True
$3.NewLineForElse = True
$3.NewLineForCatch = True
$3.NewLineForFinally = True
$3.NewLineForMembersInObjectInit = True
$3.NewLineForMembersInAnonymousTypes = True
$3.NewLineForClausesInQuery = True
$3.SpacingAfterMethodDeclarationName = False
$3.SpaceAfterMethodCallName = False
$3.SpaceBeforeOpenSquareBracket = False
$3.inheritsSet = Mono
$3.inheritsScope = text/x-csharp
$3.scope = text/x-csharp
EndGlobalSection
EndGlobal