-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpecificationPatternInPractice.sln
More file actions
44 lines (44 loc) · 2.39 KB
/
SpecificationPatternInPractice.sln
File metadata and controls
44 lines (44 loc) · 2.39 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11222.15 d18.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecificationPatternInPractice", "src\SpecificationPatternInPractice\SpecificationPatternInPractice.csproj", "{17E49549-6B93-4067-9EE4-3726BC552CCA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{A21953BB-1DE2-482A-9D1F-7948B734E9FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecificationPatternInPractice.UnitTests", "tests\SpecificationPatternInPractice.UnitTests\SpecificationPatternInPractice.UnitTests.csproj", "{10F4C77F-3B1D-4C91-8FAF-2DA1E76F148D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{91DCB5C7-0329-4B37-B8C9-BC1391DE59E7}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17E49549-6B93-4067-9EE4-3726BC552CCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17E49549-6B93-4067-9EE4-3726BC552CCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17E49549-6B93-4067-9EE4-3726BC552CCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17E49549-6B93-4067-9EE4-3726BC552CCA}.Release|Any CPU.Build.0 = Release|Any CPU
{10F4C77F-3B1D-4C91-8FAF-2DA1E76F148D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10F4C77F-3B1D-4C91-8FAF-2DA1E76F148D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10F4C77F-3B1D-4C91-8FAF-2DA1E76F148D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10F4C77F-3B1D-4C91-8FAF-2DA1E76F148D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{17E49549-6B93-4067-9EE4-3726BC552CCA} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{10F4C77F-3B1D-4C91-8FAF-2DA1E76F148D} = {A21953BB-1DE2-482A-9D1F-7948B734E9FD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {05B13835-BB69-4986-9723-1268FCFDF642}
EndGlobalSection
EndGlobal