-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathEventsBot.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
EventsBot.sln
File metadata and controls
37 lines (37 loc) · 2.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bots.Common", "Bots.Common\Bots.Common.csproj", "{31AEE7FA-D98F-4121-A19B-764957E29991}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bots.ApiLayer", "Bots.ApiLayer\Bots.ApiLayer.csproj", "{1E912EEA-5429-4213-8411-0684A900F20B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bots.Common.Tests", "Bots.Common.Tests\Bots.Common.Tests.csproj", "{E3DF8DD1-5C04-499F-9328-705D3660EF5A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31AEE7FA-D98F-4121-A19B-764957E29991}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31AEE7FA-D98F-4121-A19B-764957E29991}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31AEE7FA-D98F-4121-A19B-764957E29991}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31AEE7FA-D98F-4121-A19B-764957E29991}.Release|Any CPU.Build.0 = Release|Any CPU
{1E912EEA-5429-4213-8411-0684A900F20B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E912EEA-5429-4213-8411-0684A900F20B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E912EEA-5429-4213-8411-0684A900F20B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E912EEA-5429-4213-8411-0684A900F20B}.Release|Any CPU.Build.0 = Release|Any CPU
{E3DF8DD1-5C04-499F-9328-705D3660EF5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3DF8DD1-5C04-499F-9328-705D3660EF5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3DF8DD1-5C04-499F-9328-705D3660EF5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3DF8DD1-5C04-499F-9328-705D3660EF5A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE8F096F-0493-4569-B9FF-7F564E2642D7}
EndGlobalSection
EndGlobal