-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathActivityBot.sln
More file actions
48 lines (48 loc) · 2.71 KB
/
ActivityBot.sln
File metadata and controls
48 lines (48 loc) · 2.71 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ActivityBot", "ActivityBot\ActivityBot.csproj", "{124D2702-5E31-4F52-A030-DFF75D1476EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1. Domain", "1. Domain", "{2C9D910B-26FB-479D-AD7A-AB26B22FDD14}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2. Infrastructure", "2. Infrastructure", "{4493E766-3A44-403A-9DBE-152B37C57E57}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3. Bot", "3. Bot", "{83262976-99A2-4ECE-83EA-1F65A8C3BC95}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{F46378E8-9688-4E6B-8301-814A4144C57B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{81B040D8-6FF4-4454-B276-7C8C2F06B598}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{124D2702-5E31-4F52-A030-DFF75D1476EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{124D2702-5E31-4F52-A030-DFF75D1476EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{124D2702-5E31-4F52-A030-DFF75D1476EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{124D2702-5E31-4F52-A030-DFF75D1476EE}.Release|Any CPU.Build.0 = Release|Any CPU
{F46378E8-9688-4E6B-8301-814A4144C57B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F46378E8-9688-4E6B-8301-814A4144C57B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F46378E8-9688-4E6B-8301-814A4144C57B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F46378E8-9688-4E6B-8301-814A4144C57B}.Release|Any CPU.Build.0 = Release|Any CPU
{81B040D8-6FF4-4454-B276-7C8C2F06B598}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81B040D8-6FF4-4454-B276-7C8C2F06B598}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81B040D8-6FF4-4454-B276-7C8C2F06B598}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81B040D8-6FF4-4454-B276-7C8C2F06B598}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{124D2702-5E31-4F52-A030-DFF75D1476EE} = {83262976-99A2-4ECE-83EA-1F65A8C3BC95}
{F46378E8-9688-4E6B-8301-814A4144C57B} = {2C9D910B-26FB-479D-AD7A-AB26B22FDD14}
{81B040D8-6FF4-4454-B276-7C8C2F06B598} = {4493E766-3A44-403A-9DBE-152B37C57E57}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5563E917-F0ED-4860-8C25-A4A0A1CA2079}
EndGlobalSection
EndGlobal