-
Notifications
You must be signed in to change notification settings - Fork 6
/
Orabot.sln
37 lines (37 loc) · 2.1 KB
/
Orabot.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 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orabot.Hosts.ConsoleHost", "Orabot.Hosts.ConsoleHost\Orabot.Hosts.ConsoleHost.csproj", "{05CC7AD2-1607-4DE3-A41B-AC8074A2397E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orabot.Core.Abstractions", "Orabot.Core.Abstractions\Orabot.Core.Abstractions.csproj", "{7493DB64-E0FF-4347-AAFB-F4D9CD512240}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orabot.Core", "Orabot.Core\Orabot.Core.csproj", "{EC6DB6C7-568B-41B3-AAF6-FB34EEAA9706}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05CC7AD2-1607-4DE3-A41B-AC8074A2397E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05CC7AD2-1607-4DE3-A41B-AC8074A2397E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05CC7AD2-1607-4DE3-A41B-AC8074A2397E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05CC7AD2-1607-4DE3-A41B-AC8074A2397E}.Release|Any CPU.Build.0 = Release|Any CPU
{7493DB64-E0FF-4347-AAFB-F4D9CD512240}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7493DB64-E0FF-4347-AAFB-F4D9CD512240}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7493DB64-E0FF-4347-AAFB-F4D9CD512240}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7493DB64-E0FF-4347-AAFB-F4D9CD512240}.Release|Any CPU.Build.0 = Release|Any CPU
{EC6DB6C7-568B-41B3-AAF6-FB34EEAA9706}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC6DB6C7-568B-41B3-AAF6-FB34EEAA9706}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC6DB6C7-568B-41B3-AAF6-FB34EEAA9706}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC6DB6C7-568B-41B3-AAF6-FB34EEAA9706}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8B2CFEB2-6AD6-4949-90C1-32E44168E1A0}
EndGlobalSection
EndGlobal