-
Notifications
You must be signed in to change notification settings - Fork 1
/
ClamShell.sln
37 lines (37 loc) · 2.08 KB
/
ClamShell.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClamShell.Bot", "ClamShell\ClamShell.Bot.csproj", "{3273AF8F-2F12-4288-9733-BB449A1432BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClamShell.MessageBus", "ClamShell.MessageBus\ClamShell.MessageBus.csproj", "{8B77A07D-3A63-4417-BBF1-3AA2014D8B95}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClamShell.ClamServer", "ClamShell.ClamServer\ClamShell.ClamServer.csproj", "{4E248017-7CE1-4B7E-A51A-F77270DB6478}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3273AF8F-2F12-4288-9733-BB449A1432BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3273AF8F-2F12-4288-9733-BB449A1432BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3273AF8F-2F12-4288-9733-BB449A1432BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3273AF8F-2F12-4288-9733-BB449A1432BB}.Release|Any CPU.Build.0 = Release|Any CPU
{8B77A07D-3A63-4417-BBF1-3AA2014D8B95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B77A07D-3A63-4417-BBF1-3AA2014D8B95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B77A07D-3A63-4417-BBF1-3AA2014D8B95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B77A07D-3A63-4417-BBF1-3AA2014D8B95}.Release|Any CPU.Build.0 = Release|Any CPU
{4E248017-7CE1-4B7E-A51A-F77270DB6478}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E248017-7CE1-4B7E-A51A-F77270DB6478}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E248017-7CE1-4B7E-A51A-F77270DB6478}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E248017-7CE1-4B7E-A51A-F77270DB6478}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F9489DB9-106A-4298-AB65-C6B5D9FE59D4}
EndGlobalSection
EndGlobal