-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMapReduce.sln
More file actions
80 lines (80 loc) · 4.92 KB
/
MapReduce.sln
File metadata and controls
80 lines (80 loc) · 4.92 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33318.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Client\Client.csproj", "{D12AAD43-7572-48E4-8600-C141F3424992}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extensions", "Extensions\Extensions.csproj", "{854FEE1C-A144-4B0F-9BDD-598900700142}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrainInterfaces", "GrainInterfaces\GrainInterfaces.csproj", "{F830022E-F615-4775-9FF0-DD070EEB9043}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grains", "Grains\Grains.csproj", "{86BD5E8C-4267-4B31-A362-79913D9A4D34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Silo", "Silo\Silo.csproj", "{EB86E5ED-93B5-4866-8920-3D2678129600}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{98D374B0-56D3-4DE3-B439-1CDBCA4C48D7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Global.json = Global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{DA6D9A7F-618E-4618-A9D8-413D18329377}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FunctionalTests", "FunctionalTests\FunctionalTests.csproj", "{5B8378B5-A3B6-4A4F-86A1-9D86952994C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Translators", "Translators\Translators.csproj", "{E6F98393-A7AC-427B-8D28-D059DCC14395}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{17CE02C1-DE2F-40F6-A8DB-8ACFE23233D9}"
ProjectSection(SolutionItems) = preProject
Scripts\pre-commit = Scripts\pre-commit
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D12AAD43-7572-48E4-8600-C141F3424992}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D12AAD43-7572-48E4-8600-C141F3424992}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D12AAD43-7572-48E4-8600-C141F3424992}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D12AAD43-7572-48E4-8600-C141F3424992}.Release|Any CPU.Build.0 = Release|Any CPU
{854FEE1C-A144-4B0F-9BDD-598900700142}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{854FEE1C-A144-4B0F-9BDD-598900700142}.Debug|Any CPU.Build.0 = Debug|Any CPU
{854FEE1C-A144-4B0F-9BDD-598900700142}.Release|Any CPU.ActiveCfg = Release|Any CPU
{854FEE1C-A144-4B0F-9BDD-598900700142}.Release|Any CPU.Build.0 = Release|Any CPU
{F830022E-F615-4775-9FF0-DD070EEB9043}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F830022E-F615-4775-9FF0-DD070EEB9043}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F830022E-F615-4775-9FF0-DD070EEB9043}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F830022E-F615-4775-9FF0-DD070EEB9043}.Release|Any CPU.Build.0 = Release|Any CPU
{86BD5E8C-4267-4B31-A362-79913D9A4D34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86BD5E8C-4267-4B31-A362-79913D9A4D34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86BD5E8C-4267-4B31-A362-79913D9A4D34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86BD5E8C-4267-4B31-A362-79913D9A4D34}.Release|Any CPU.Build.0 = Release|Any CPU
{EB86E5ED-93B5-4866-8920-3D2678129600}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB86E5ED-93B5-4866-8920-3D2678129600}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB86E5ED-93B5-4866-8920-3D2678129600}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB86E5ED-93B5-4866-8920-3D2678129600}.Release|Any CPU.Build.0 = Release|Any CPU
{DA6D9A7F-618E-4618-A9D8-413D18329377}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA6D9A7F-618E-4618-A9D8-413D18329377}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA6D9A7F-618E-4618-A9D8-413D18329377}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA6D9A7F-618E-4618-A9D8-413D18329377}.Release|Any CPU.Build.0 = Release|Any CPU
{5B8378B5-A3B6-4A4F-86A1-9D86952994C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B8378B5-A3B6-4A4F-86A1-9D86952994C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B8378B5-A3B6-4A4F-86A1-9D86952994C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B8378B5-A3B6-4A4F-86A1-9D86952994C4}.Release|Any CPU.Build.0 = Release|Any CPU
{E6F98393-A7AC-427B-8D28-D059DCC14395}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6F98393-A7AC-427B-8D28-D059DCC14395}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6F98393-A7AC-427B-8D28-D059DCC14395}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6F98393-A7AC-427B-8D28-D059DCC14395}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D21FB291-A7F2-45C5-B54C-6080F1BB4BCF}
EndGlobalSection
EndGlobal