-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNetReduce.sln
93 lines (93 loc) · 6.78 KB
/
NetReduce.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetReduce", "NetReduce\NetReduce.csproj", "{C1BDE385-A99F-4F4B-A029-30BFAF58E85C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetReduce.Core.Tests", "NetReduce.Core.Tests\NetReduce.Core.Tests.csproj", "{98C28953-E984-480A-9342-DCF440F85573}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetReduce.Core", "NetReduce.Core\NetReduce.Core.csproj", "{D4A1828A-914B-4AFC-B540-9A267927FEE1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetReduce.Remote", "NetReduce.Remote\NetReduce.Remote.csproj", "{E29E8C31-6EA1-4920-8BA1-9F954BFFD64F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetReduce.Remote.Tests", "NetReduce.Remote.Tests\NetReduce.Remote.Tests.csproj", "{0FC9F236-AF19-49C2-98D3-E3F6CFB027BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetReduce.WorkerService", "NetReduce.WorkerService\NetReduce.WorkerService.csproj", "{1F03A337-7CFA-467E-AA2E-73BC8D92AB30}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetReduce.WorkerService.Tests", "NetReduce.WorkerService.Tests\NetReduce.WorkerService.Tests.csproj", "{11141AD2-AFBB-4628-89F1-F0C005722AF6}"
ProjectSection(ProjectDependencies) = postProject
{1F03A337-7CFA-467E-AA2E-73BC8D92AB30} = {1F03A337-7CFA-467E-AA2E-73BC8D92AB30}
{C42B7D5F-8198-47D5-8636-3C87774DBCA9} = {C42B7D5F-8198-47D5-8636-3C87774DBCA9}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetReduce.WorkerService.ConsoleHost", "NetReduce.WorkerService.ConsoleHost\NetReduce.WorkerService.ConsoleHost.csproj", "{C42B7D5F-8198-47D5-8636-3C87774DBCA9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetReduce.CoordinatorWebConsole", "NetReduce.CoordinatorWebConsole\NetReduce.CoordinatorWebConsole.csproj", "{8DA806BB-167D-4F1E-9FCD-4412E0C5C540}"
ProjectSection(ProjectDependencies) = postProject
{45135014-B8AA-4CFF-A17F-741A0BDBA6A9} = {45135014-B8AA-4CFF-A17F-741A0BDBA6A9}
{1F03A337-7CFA-467E-AA2E-73BC8D92AB30} = {1F03A337-7CFA-467E-AA2E-73BC8D92AB30}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetReduce.CoordinatorService", "NetReduce.CoordinatorService\NetReduce.CoordinatorService.csproj", "{45135014-B8AA-4CFF-A17F-741A0BDBA6A9}"
ProjectSection(ProjectDependencies) = postProject
{1F03A337-7CFA-467E-AA2E-73BC8D92AB30} = {1F03A337-7CFA-467E-AA2E-73BC8D92AB30}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetReduce.CoordinatorService.ConsoleHost", "NetReduce.CoordinatorService.ConsoleHost\NetReduce.CoordinatorService.ConsoleHost.csproj", "{DFBC3A11-C0C4-41FE-9514-C4D455551553}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1BDE385-A99F-4F4B-A029-30BFAF58E85C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1BDE385-A99F-4F4B-A029-30BFAF58E85C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1BDE385-A99F-4F4B-A029-30BFAF58E85C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1BDE385-A99F-4F4B-A029-30BFAF58E85C}.Release|Any CPU.Build.0 = Release|Any CPU
{98C28953-E984-480A-9342-DCF440F85573}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98C28953-E984-480A-9342-DCF440F85573}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98C28953-E984-480A-9342-DCF440F85573}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98C28953-E984-480A-9342-DCF440F85573}.Release|Any CPU.Build.0 = Release|Any CPU
{D4A1828A-914B-4AFC-B540-9A267927FEE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4A1828A-914B-4AFC-B540-9A267927FEE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4A1828A-914B-4AFC-B540-9A267927FEE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4A1828A-914B-4AFC-B540-9A267927FEE1}.Release|Any CPU.Build.0 = Release|Any CPU
{E29E8C31-6EA1-4920-8BA1-9F954BFFD64F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E29E8C31-6EA1-4920-8BA1-9F954BFFD64F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E29E8C31-6EA1-4920-8BA1-9F954BFFD64F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E29E8C31-6EA1-4920-8BA1-9F954BFFD64F}.Release|Any CPU.Build.0 = Release|Any CPU
{0FC9F236-AF19-49C2-98D3-E3F6CFB027BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FC9F236-AF19-49C2-98D3-E3F6CFB027BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FC9F236-AF19-49C2-98D3-E3F6CFB027BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FC9F236-AF19-49C2-98D3-E3F6CFB027BA}.Release|Any CPU.Build.0 = Release|Any CPU
{1F03A337-7CFA-467E-AA2E-73BC8D92AB30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F03A337-7CFA-467E-AA2E-73BC8D92AB30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F03A337-7CFA-467E-AA2E-73BC8D92AB30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F03A337-7CFA-467E-AA2E-73BC8D92AB30}.Release|Any CPU.Build.0 = Release|Any CPU
{11141AD2-AFBB-4628-89F1-F0C005722AF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11141AD2-AFBB-4628-89F1-F0C005722AF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11141AD2-AFBB-4628-89F1-F0C005722AF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11141AD2-AFBB-4628-89F1-F0C005722AF6}.Release|Any CPU.Build.0 = Release|Any CPU
{C42B7D5F-8198-47D5-8636-3C87774DBCA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C42B7D5F-8198-47D5-8636-3C87774DBCA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C42B7D5F-8198-47D5-8636-3C87774DBCA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C42B7D5F-8198-47D5-8636-3C87774DBCA9}.Release|Any CPU.Build.0 = Release|Any CPU
{8DA806BB-167D-4F1E-9FCD-4412E0C5C540}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DA806BB-167D-4F1E-9FCD-4412E0C5C540}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DA806BB-167D-4F1E-9FCD-4412E0C5C540}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DA806BB-167D-4F1E-9FCD-4412E0C5C540}.Release|Any CPU.Build.0 = Release|Any CPU
{45135014-B8AA-4CFF-A17F-741A0BDBA6A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45135014-B8AA-4CFF-A17F-741A0BDBA6A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45135014-B8AA-4CFF-A17F-741A0BDBA6A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45135014-B8AA-4CFF-A17F-741A0BDBA6A9}.Release|Any CPU.Build.0 = Release|Any CPU
{DFBC3A11-C0C4-41FE-9514-C4D455551553}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFBC3A11-C0C4-41FE-9514-C4D455551553}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFBC3A11-C0C4-41FE-9514-C4D455551553}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFBC3A11-C0C4-41FE-9514-C4D455551553}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal