forked from itislab/alpheus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Alpheus.sln
49 lines (49 loc) · 2.98 KB
/
Alpheus.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 Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "AlpheusCore", "AlpheusCore\AlpheusCore.fsproj", "{F429F84A-B34A-4FA2-9610-6D50B921D5B1}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "AlpheusDaemon", "AlpheusDaemon\AlpheusDaemon.fsproj", "{C569C7F4-20B7-40FE-913C-91BF379924AC}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Client", "AlpheusDaemon\Client\Client.fsproj", "{074D891F-7124-4D23-B698-28D66D1439A9}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Alpheus.CLI", "Alpheus.CLI\Alpheus.CLI.fsproj", "{F17DCB91-78B7-441E-9CFB-7AF05CDAB699}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "AlpheusUnitTests", "AlpheusUnitTests\AlpheusUnitTests.fsproj", "{CFA06A11-9551-4C08-BD4D-64826298CE08}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F429F84A-B34A-4FA2-9610-6D50B921D5B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F429F84A-B34A-4FA2-9610-6D50B921D5B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F429F84A-B34A-4FA2-9610-6D50B921D5B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F429F84A-B34A-4FA2-9610-6D50B921D5B1}.Release|Any CPU.Build.0 = Release|Any CPU
{C569C7F4-20B7-40FE-913C-91BF379924AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C569C7F4-20B7-40FE-913C-91BF379924AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C569C7F4-20B7-40FE-913C-91BF379924AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C569C7F4-20B7-40FE-913C-91BF379924AC}.Release|Any CPU.Build.0 = Release|Any CPU
{074D891F-7124-4D23-B698-28D66D1439A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{074D891F-7124-4D23-B698-28D66D1439A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{074D891F-7124-4D23-B698-28D66D1439A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{074D891F-7124-4D23-B698-28D66D1439A9}.Release|Any CPU.Build.0 = Release|Any CPU
{F17DCB91-78B7-441E-9CFB-7AF05CDAB699}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F17DCB91-78B7-441E-9CFB-7AF05CDAB699}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F17DCB91-78B7-441E-9CFB-7AF05CDAB699}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F17DCB91-78B7-441E-9CFB-7AF05CDAB699}.Release|Any CPU.Build.0 = Release|Any CPU
{CFA06A11-9551-4C08-BD4D-64826298CE08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFA06A11-9551-4C08-BD4D-64826298CE08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFA06A11-9551-4C08-BD4D-64826298CE08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFA06A11-9551-4C08-BD4D-64826298CE08}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ED1D5E99-ACF8-40AA-B0C8-89B819254CC4}
EndGlobalSection
EndGlobal