-
Notifications
You must be signed in to change notification settings - Fork 1
/
PlanB.Butler.Bot.sln
43 lines (43 loc) · 2.68 KB
/
PlanB.Butler.Bot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29403.142
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlanB.Butler.Library", "PlanB.Butler.Library\PlanB.Butler.Library\PlanB.Butler.Library.csproj", "{26210E9D-B09C-4AFA-891B-79CCBE5EC948}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlanB.Butler.Library.Test", "PlanB.Butler.Library\PlanB.Butler.Library.Test\PlanB.Butler.Library.Test.csproj", "{03872204-0270-48AF-902B-F7DA07019174}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlanB.Butler.Bot", "PlanB.Butler.Bot\PlanB.Butler.Bot\PlanB.Butler.Bot.csproj", "{AD86FDE0-D566-4332-96DF-406C9D7F5710}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlanB.Butler.Bot.Test", "PlanB.Butler.Bot\PlanB.Butler.Bot.Test\PlanB.Butler.Bot.Test.csproj", "{43FEFA53-4B93-46E3-AD14-A96439C3FBA3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26210E9D-B09C-4AFA-891B-79CCBE5EC948}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26210E9D-B09C-4AFA-891B-79CCBE5EC948}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26210E9D-B09C-4AFA-891B-79CCBE5EC948}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26210E9D-B09C-4AFA-891B-79CCBE5EC948}.Release|Any CPU.Build.0 = Release|Any CPU
{03872204-0270-48AF-902B-F7DA07019174}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03872204-0270-48AF-902B-F7DA07019174}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03872204-0270-48AF-902B-F7DA07019174}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03872204-0270-48AF-902B-F7DA07019174}.Release|Any CPU.Build.0 = Release|Any CPU
{AD86FDE0-D566-4332-96DF-406C9D7F5710}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD86FDE0-D566-4332-96DF-406C9D7F5710}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD86FDE0-D566-4332-96DF-406C9D7F5710}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD86FDE0-D566-4332-96DF-406C9D7F5710}.Release|Any CPU.Build.0 = Release|Any CPU
{43FEFA53-4B93-46E3-AD14-A96439C3FBA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43FEFA53-4B93-46E3-AD14-A96439C3FBA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43FEFA53-4B93-46E3-AD14-A96439C3FBA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43FEFA53-4B93-46E3-AD14-A96439C3FBA3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDC4F6C9-4D2D-4D7C-8987-0BD1F02144EA}
EndGlobalSection
EndGlobal