-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMerakiWebexBotIntegration.sln
More file actions
43 lines (43 loc) · 2.72 KB
/
MerakiWebexBotIntegration.sln
File metadata and controls
43 lines (43 loc) · 2.72 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MerakiWebexBotIntegration", "MerakiWebexBotIntegration\MerakiWebexBotIntegration.csproj", "{AAC1FDC1-06E1-4CC8-8149-B231D6F6799B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MerakiWebexBotIntegration.Services", "MerakiWebexBotIntegration.Services\MerakiWebexBotIntegration.Services.csproj", "{4C05FCE8-8FB9-40A9-8283-3EA64AADF89F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MerakiWebexBotIntegration.Dto", "MerakiWebexBotIntegration.Dto\MerakiWebexBotIntegration.Dto.csproj", "{3B1408B1-4408-4335-BF53-EEC3D4B20410}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MerakiWebexBotIntegration.Clients", "MerakiWebexBotIntegration.Clients\MerakiWebexBotIntegration.Clients.csproj", "{7A489485-E1B3-4657-9731-AE97253CB886}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AAC1FDC1-06E1-4CC8-8149-B231D6F6799B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAC1FDC1-06E1-4CC8-8149-B231D6F6799B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAC1FDC1-06E1-4CC8-8149-B231D6F6799B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAC1FDC1-06E1-4CC8-8149-B231D6F6799B}.Release|Any CPU.Build.0 = Release|Any CPU
{4C05FCE8-8FB9-40A9-8283-3EA64AADF89F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C05FCE8-8FB9-40A9-8283-3EA64AADF89F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C05FCE8-8FB9-40A9-8283-3EA64AADF89F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C05FCE8-8FB9-40A9-8283-3EA64AADF89F}.Release|Any CPU.Build.0 = Release|Any CPU
{3B1408B1-4408-4335-BF53-EEC3D4B20410}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B1408B1-4408-4335-BF53-EEC3D4B20410}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B1408B1-4408-4335-BF53-EEC3D4B20410}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B1408B1-4408-4335-BF53-EEC3D4B20410}.Release|Any CPU.Build.0 = Release|Any CPU
{7A489485-E1B3-4657-9731-AE97253CB886}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A489485-E1B3-4657-9731-AE97253CB886}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A489485-E1B3-4657-9731-AE97253CB886}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A489485-E1B3-4657-9731-AE97253CB886}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7450610D-3EB4-482E-90B0-F8EFD84BDDC5}
EndGlobalSection
EndGlobal