-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTheEye.Lab.sln
More file actions
76 lines (76 loc) · 5.11 KB
/
TheEye.Lab.sln
File metadata and controls
76 lines (76 loc) · 5.11 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheEye.Lab.Hypotheses.Recorder", "TheEye.Lab.Hypotheses.Recorder\TheEye.Lab.Hypotheses.Recorder.csproj", "{EB04E89B-21F7-4DCD-9569-BD716613B176}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheEye.Lab.Hypotheses.Recorder.UnitTests", "TheEye.Lab.Hypotheses.Recorder.UnitTests\TheEye.Lab.Hypotheses.Recorder.UnitTests.csproj", "{EB73817E-310D-412B-BC15-71FE939466BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheEye.Databases", "TheEye.Databases\TheEye.Databases.csproj", "{940CBC1E-D91A-4EAB-82B6-05A2CE175553}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheEye.Databases.UnitTests", "TheEye.Databases.UnitTests\TheEye.Databases.UnitTests.csproj", "{81FAB852-80A5-434C-B100-E192A74FF526}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB04E89B-21F7-4DCD-9569-BD716613B176}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB04E89B-21F7-4DCD-9569-BD716613B176}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB04E89B-21F7-4DCD-9569-BD716613B176}.Debug|x64.ActiveCfg = Debug|Any CPU
{EB04E89B-21F7-4DCD-9569-BD716613B176}.Debug|x64.Build.0 = Debug|Any CPU
{EB04E89B-21F7-4DCD-9569-BD716613B176}.Debug|x86.ActiveCfg = Debug|Any CPU
{EB04E89B-21F7-4DCD-9569-BD716613B176}.Debug|x86.Build.0 = Debug|Any CPU
{EB04E89B-21F7-4DCD-9569-BD716613B176}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB04E89B-21F7-4DCD-9569-BD716613B176}.Release|Any CPU.Build.0 = Release|Any CPU
{EB04E89B-21F7-4DCD-9569-BD716613B176}.Release|x64.ActiveCfg = Release|Any CPU
{EB04E89B-21F7-4DCD-9569-BD716613B176}.Release|x64.Build.0 = Release|Any CPU
{EB04E89B-21F7-4DCD-9569-BD716613B176}.Release|x86.ActiveCfg = Release|Any CPU
{EB04E89B-21F7-4DCD-9569-BD716613B176}.Release|x86.Build.0 = Release|Any CPU
{EB73817E-310D-412B-BC15-71FE939466BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB73817E-310D-412B-BC15-71FE939466BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB73817E-310D-412B-BC15-71FE939466BC}.Debug|x64.ActiveCfg = Debug|Any CPU
{EB73817E-310D-412B-BC15-71FE939466BC}.Debug|x64.Build.0 = Debug|Any CPU
{EB73817E-310D-412B-BC15-71FE939466BC}.Debug|x86.ActiveCfg = Debug|Any CPU
{EB73817E-310D-412B-BC15-71FE939466BC}.Debug|x86.Build.0 = Debug|Any CPU
{EB73817E-310D-412B-BC15-71FE939466BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB73817E-310D-412B-BC15-71FE939466BC}.Release|Any CPU.Build.0 = Release|Any CPU
{EB73817E-310D-412B-BC15-71FE939466BC}.Release|x64.ActiveCfg = Release|Any CPU
{EB73817E-310D-412B-BC15-71FE939466BC}.Release|x64.Build.0 = Release|Any CPU
{EB73817E-310D-412B-BC15-71FE939466BC}.Release|x86.ActiveCfg = Release|Any CPU
{EB73817E-310D-412B-BC15-71FE939466BC}.Release|x86.Build.0 = Release|Any CPU
{940CBC1E-D91A-4EAB-82B6-05A2CE175553}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{940CBC1E-D91A-4EAB-82B6-05A2CE175553}.Debug|Any CPU.Build.0 = Debug|Any CPU
{940CBC1E-D91A-4EAB-82B6-05A2CE175553}.Debug|x64.ActiveCfg = Debug|Any CPU
{940CBC1E-D91A-4EAB-82B6-05A2CE175553}.Debug|x64.Build.0 = Debug|Any CPU
{940CBC1E-D91A-4EAB-82B6-05A2CE175553}.Debug|x86.ActiveCfg = Debug|Any CPU
{940CBC1E-D91A-4EAB-82B6-05A2CE175553}.Debug|x86.Build.0 = Debug|Any CPU
{940CBC1E-D91A-4EAB-82B6-05A2CE175553}.Release|Any CPU.ActiveCfg = Release|Any CPU
{940CBC1E-D91A-4EAB-82B6-05A2CE175553}.Release|Any CPU.Build.0 = Release|Any CPU
{940CBC1E-D91A-4EAB-82B6-05A2CE175553}.Release|x64.ActiveCfg = Release|Any CPU
{940CBC1E-D91A-4EAB-82B6-05A2CE175553}.Release|x64.Build.0 = Release|Any CPU
{940CBC1E-D91A-4EAB-82B6-05A2CE175553}.Release|x86.ActiveCfg = Release|Any CPU
{940CBC1E-D91A-4EAB-82B6-05A2CE175553}.Release|x86.Build.0 = Release|Any CPU
{81FAB852-80A5-434C-B100-E192A74FF526}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81FAB852-80A5-434C-B100-E192A74FF526}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81FAB852-80A5-434C-B100-E192A74FF526}.Debug|x64.ActiveCfg = Debug|Any CPU
{81FAB852-80A5-434C-B100-E192A74FF526}.Debug|x64.Build.0 = Debug|Any CPU
{81FAB852-80A5-434C-B100-E192A74FF526}.Debug|x86.ActiveCfg = Debug|Any CPU
{81FAB852-80A5-434C-B100-E192A74FF526}.Debug|x86.Build.0 = Debug|Any CPU
{81FAB852-80A5-434C-B100-E192A74FF526}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81FAB852-80A5-434C-B100-E192A74FF526}.Release|Any CPU.Build.0 = Release|Any CPU
{81FAB852-80A5-434C-B100-E192A74FF526}.Release|x64.ActiveCfg = Release|Any CPU
{81FAB852-80A5-434C-B100-E192A74FF526}.Release|x64.Build.0 = Release|Any CPU
{81FAB852-80A5-434C-B100-E192A74FF526}.Release|x86.ActiveCfg = Release|Any CPU
{81FAB852-80A5-434C-B100-E192A74FF526}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal