-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHiveLib.sln
53 lines (53 loc) · 3.3 KB
/
HiveLib.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
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2043
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HiveLib", "HiveLib\HiveLib.csproj", "{296B8570-BBD5-4F2C-915B-B6748C778204}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AIPlayerInterface", "AIPlayerInterface\AIPlayerInterface.csproj", "{93517E6A-4D12-4032-8146-DD2CC8F01493}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AIJohnnyVersusRandom", "JohnnyVersusRandon\AIJohnnyVersusRandom.csproj", "{447ACEF2-24E7-4A81-AA0D-8CA07113EFFB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HiveDisplay", "HiveDisplay\HiveDisplay.csproj", "{FA3A57F0-7944-4FA2-ABC3-84C207484297}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeightsFinder", "WeightsFinder\WeightsFinder.csproj", "{F658EFE1-A39C-49BF-AFB8-9B40E8CB41B4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlackBot", "SlackBot\SlackBot.csproj", "{32EFB1F1-43DE-4D53-8D31-3BEC3181759A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{296B8570-BBD5-4F2C-915B-B6748C778204}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{296B8570-BBD5-4F2C-915B-B6748C778204}.Debug|Any CPU.Build.0 = Debug|Any CPU
{296B8570-BBD5-4F2C-915B-B6748C778204}.Release|Any CPU.ActiveCfg = Release|Any CPU
{296B8570-BBD5-4F2C-915B-B6748C778204}.Release|Any CPU.Build.0 = Release|Any CPU
{93517E6A-4D12-4032-8146-DD2CC8F01493}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93517E6A-4D12-4032-8146-DD2CC8F01493}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93517E6A-4D12-4032-8146-DD2CC8F01493}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93517E6A-4D12-4032-8146-DD2CC8F01493}.Release|Any CPU.Build.0 = Release|Any CPU
{447ACEF2-24E7-4A81-AA0D-8CA07113EFFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{447ACEF2-24E7-4A81-AA0D-8CA07113EFFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{447ACEF2-24E7-4A81-AA0D-8CA07113EFFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{447ACEF2-24E7-4A81-AA0D-8CA07113EFFB}.Release|Any CPU.Build.0 = Release|Any CPU
{FA3A57F0-7944-4FA2-ABC3-84C207484297}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA3A57F0-7944-4FA2-ABC3-84C207484297}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA3A57F0-7944-4FA2-ABC3-84C207484297}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA3A57F0-7944-4FA2-ABC3-84C207484297}.Release|Any CPU.Build.0 = Release|Any CPU
{F658EFE1-A39C-49BF-AFB8-9B40E8CB41B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F658EFE1-A39C-49BF-AFB8-9B40E8CB41B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F658EFE1-A39C-49BF-AFB8-9B40E8CB41B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F658EFE1-A39C-49BF-AFB8-9B40E8CB41B4}.Release|Any CPU.Build.0 = Release|Any CPU
{32EFB1F1-43DE-4D53-8D31-3BEC3181759A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32EFB1F1-43DE-4D53-8D31-3BEC3181759A}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6D18014-C043-408B-A094-F071A27674EE}
EndGlobalSection
EndGlobal