-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3ulerBot.sln
49 lines (49 loc) · 2.76 KB
/
3ulerBot.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
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3ulerBot", "3ulerBot\3ulerBot.csproj", "{AFF170E4-1316-44DC-97FE-E90AAE6C3BB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bot3ulerLogic", "Bot3ulerLogic\Bot3ulerLogic.csproj", "{8101F9A8-D7F9-435D-A703-BFEF6B6E45FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3ulerBotConsole", "3ulerBotConsole\3ulerBotConsole.csproj", "{488B3A63-565C-48B7-AB9A-3960FCBEE337}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "3ulerShared", "3ulerShared\3ulerShared.shproj", "{F4BDA723-D8A9-467A-84D1-8351A9F0436B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{45CB9C25-B034-438B-8DCC-A4CA2B35685D}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
3ulerShared\3ulerShared.projitems*{488b3a63-565c-48b7-ab9a-3960fcbee337}*SharedItemsImports = 4
3ulerShared\3ulerShared.projitems*{aff170e4-1316-44dc-97fe-e90aae6c3bb4}*SharedItemsImports = 4
3ulerShared\3ulerShared.projitems*{f4bda723-d8a9-467a-84d1-8351a9f0436b}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AFF170E4-1316-44DC-97FE-E90AAE6C3BB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFF170E4-1316-44DC-97FE-E90AAE6C3BB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFF170E4-1316-44DC-97FE-E90AAE6C3BB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFF170E4-1316-44DC-97FE-E90AAE6C3BB4}.Release|Any CPU.Build.0 = Release|Any CPU
{8101F9A8-D7F9-435D-A703-BFEF6B6E45FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8101F9A8-D7F9-435D-A703-BFEF6B6E45FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8101F9A8-D7F9-435D-A703-BFEF6B6E45FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8101F9A8-D7F9-435D-A703-BFEF6B6E45FA}.Release|Any CPU.Build.0 = Release|Any CPU
{488B3A63-565C-48B7-AB9A-3960FCBEE337}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{488B3A63-565C-48B7-AB9A-3960FCBEE337}.Debug|Any CPU.Build.0 = Debug|Any CPU
{488B3A63-565C-48B7-AB9A-3960FCBEE337}.Release|Any CPU.ActiveCfg = Release|Any CPU
{488B3A63-565C-48B7-AB9A-3960FCBEE337}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C060113-98EF-49A0-8C3F-99410F23BD31}
EndGlobalSection
EndGlobal