-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForEvolve.OperationResults.sln
111 lines (111 loc) · 7.03 KB
/
ForEvolve.OperationResults.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30021.99
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5E6BF7CA-D8BA-40DC-A57F-DC42AE9BAF6E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C2A89744-3ADE-4349-B861-243D394CE14E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ForEvolve.OperationResults", "src\ForEvolve.OperationResults\ForEvolve.OperationResults.csproj", "{4263DE5B-45F9-43A2-9916-0CDC7910DD4C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ForEvolve.OperationResults.AspNetCore", "src\ForEvolve.OperationResults.AspNetCore\ForEvolve.OperationResults.AspNetCore.csproj", "{0DEA78FB-065C-4B01-9B66-57E70A3B647F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ForEvolve.OperationResults.Tests", "test\ForEvolve.OperationResults.Tests\ForEvolve.OperationResults.Tests.csproj", "{2F188C34-E6F5-4C8F-851A-AF09D8AE2E5C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ForEvolve.OperationResults.AspNetCore.Tests", "test\ForEvolve.OperationResults.AspNetCore.Tests\ForEvolve.OperationResults.AspNetCore.Tests.csproj", "{89FD91BC-13E4-4A7B-9F37-7AB075C2700A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{CAE60B3D-061E-4B12-BFD3-E966AA7B10E8}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{206A433D-0EEB-4BB5-9C9A-7636AB172D4F}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C4D44813-C5C9-45B7-B918-7B078BEBCE9C}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{243DF7F2-15EF-45E9-81E9-C223F04E2015}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
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(ProjectConfigurationPlatforms) = postSolution
{4263DE5B-45F9-43A2-9916-0CDC7910DD4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4263DE5B-45F9-43A2-9916-0CDC7910DD4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4263DE5B-45F9-43A2-9916-0CDC7910DD4C}.Debug|x64.ActiveCfg = Debug|Any CPU
{4263DE5B-45F9-43A2-9916-0CDC7910DD4C}.Debug|x64.Build.0 = Debug|Any CPU
{4263DE5B-45F9-43A2-9916-0CDC7910DD4C}.Debug|x86.ActiveCfg = Debug|Any CPU
{4263DE5B-45F9-43A2-9916-0CDC7910DD4C}.Debug|x86.Build.0 = Debug|Any CPU
{4263DE5B-45F9-43A2-9916-0CDC7910DD4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4263DE5B-45F9-43A2-9916-0CDC7910DD4C}.Release|Any CPU.Build.0 = Release|Any CPU
{4263DE5B-45F9-43A2-9916-0CDC7910DD4C}.Release|x64.ActiveCfg = Release|Any CPU
{4263DE5B-45F9-43A2-9916-0CDC7910DD4C}.Release|x64.Build.0 = Release|Any CPU
{4263DE5B-45F9-43A2-9916-0CDC7910DD4C}.Release|x86.ActiveCfg = Release|Any CPU
{4263DE5B-45F9-43A2-9916-0CDC7910DD4C}.Release|x86.Build.0 = Release|Any CPU
{0DEA78FB-065C-4B01-9B66-57E70A3B647F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DEA78FB-065C-4B01-9B66-57E70A3B647F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DEA78FB-065C-4B01-9B66-57E70A3B647F}.Debug|x64.ActiveCfg = Debug|Any CPU
{0DEA78FB-065C-4B01-9B66-57E70A3B647F}.Debug|x64.Build.0 = Debug|Any CPU
{0DEA78FB-065C-4B01-9B66-57E70A3B647F}.Debug|x86.ActiveCfg = Debug|Any CPU
{0DEA78FB-065C-4B01-9B66-57E70A3B647F}.Debug|x86.Build.0 = Debug|Any CPU
{0DEA78FB-065C-4B01-9B66-57E70A3B647F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DEA78FB-065C-4B01-9B66-57E70A3B647F}.Release|Any CPU.Build.0 = Release|Any CPU
{0DEA78FB-065C-4B01-9B66-57E70A3B647F}.Release|x64.ActiveCfg = Release|Any CPU
{0DEA78FB-065C-4B01-9B66-57E70A3B647F}.Release|x64.Build.0 = Release|Any CPU
{0DEA78FB-065C-4B01-9B66-57E70A3B647F}.Release|x86.ActiveCfg = Release|Any CPU
{0DEA78FB-065C-4B01-9B66-57E70A3B647F}.Release|x86.Build.0 = Release|Any CPU
{2F188C34-E6F5-4C8F-851A-AF09D8AE2E5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F188C34-E6F5-4C8F-851A-AF09D8AE2E5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F188C34-E6F5-4C8F-851A-AF09D8AE2E5C}.Debug|x64.ActiveCfg = Debug|Any CPU
{2F188C34-E6F5-4C8F-851A-AF09D8AE2E5C}.Debug|x64.Build.0 = Debug|Any CPU
{2F188C34-E6F5-4C8F-851A-AF09D8AE2E5C}.Debug|x86.ActiveCfg = Debug|Any CPU
{2F188C34-E6F5-4C8F-851A-AF09D8AE2E5C}.Debug|x86.Build.0 = Debug|Any CPU
{2F188C34-E6F5-4C8F-851A-AF09D8AE2E5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F188C34-E6F5-4C8F-851A-AF09D8AE2E5C}.Release|Any CPU.Build.0 = Release|Any CPU
{2F188C34-E6F5-4C8F-851A-AF09D8AE2E5C}.Release|x64.ActiveCfg = Release|Any CPU
{2F188C34-E6F5-4C8F-851A-AF09D8AE2E5C}.Release|x64.Build.0 = Release|Any CPU
{2F188C34-E6F5-4C8F-851A-AF09D8AE2E5C}.Release|x86.ActiveCfg = Release|Any CPU
{2F188C34-E6F5-4C8F-851A-AF09D8AE2E5C}.Release|x86.Build.0 = Release|Any CPU
{89FD91BC-13E4-4A7B-9F37-7AB075C2700A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89FD91BC-13E4-4A7B-9F37-7AB075C2700A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89FD91BC-13E4-4A7B-9F37-7AB075C2700A}.Debug|x64.ActiveCfg = Debug|Any CPU
{89FD91BC-13E4-4A7B-9F37-7AB075C2700A}.Debug|x64.Build.0 = Debug|Any CPU
{89FD91BC-13E4-4A7B-9F37-7AB075C2700A}.Debug|x86.ActiveCfg = Debug|Any CPU
{89FD91BC-13E4-4A7B-9F37-7AB075C2700A}.Debug|x86.Build.0 = Debug|Any CPU
{89FD91BC-13E4-4A7B-9F37-7AB075C2700A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89FD91BC-13E4-4A7B-9F37-7AB075C2700A}.Release|Any CPU.Build.0 = Release|Any CPU
{89FD91BC-13E4-4A7B-9F37-7AB075C2700A}.Release|x64.ActiveCfg = Release|Any CPU
{89FD91BC-13E4-4A7B-9F37-7AB075C2700A}.Release|x64.Build.0 = Release|Any CPU
{89FD91BC-13E4-4A7B-9F37-7AB075C2700A}.Release|x86.ActiveCfg = Release|Any CPU
{89FD91BC-13E4-4A7B-9F37-7AB075C2700A}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4263DE5B-45F9-43A2-9916-0CDC7910DD4C} = {5E6BF7CA-D8BA-40DC-A57F-DC42AE9BAF6E}
{0DEA78FB-065C-4B01-9B66-57E70A3B647F} = {5E6BF7CA-D8BA-40DC-A57F-DC42AE9BAF6E}
{2F188C34-E6F5-4C8F-851A-AF09D8AE2E5C} = {C2A89744-3ADE-4349-B861-243D394CE14E}
{89FD91BC-13E4-4A7B-9F37-7AB075C2700A} = {C2A89744-3ADE-4349-B861-243D394CE14E}
{206A433D-0EEB-4BB5-9C9A-7636AB172D4F} = {CAE60B3D-061E-4B12-BFD3-E966AA7B10E8}
{C4D44813-C5C9-45B7-B918-7B078BEBCE9C} = {CAE60B3D-061E-4B12-BFD3-E966AA7B10E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {18F52EC3-580A-4474-8BBE-C7DBF2F0855A}
EndGlobalSection
EndGlobal