forked from vkhorikov/SpecificationPattern
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpecificationPattern.sln
More file actions
34 lines (34 loc) · 1.76 KB
/
SpecificationPattern.sln
File metadata and controls
34 lines (34 loc) · 1.76 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecificationPattern", "SpecificationPattern\SpecificationPattern.csproj", "{6C17A1B1-402F-43E6-992B-B8531D6C3687}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecificationPattern.Tests", "SpecificationPattern.Tests\SpecificationPattern.Tests.csproj", "{4855873E-D208-4276-B8B9-3412A6D3FFAF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{939320D9-D3B0-4695-A026-9160EF677372}"
ProjectSection(SolutionItems) = preProject
DBCreationScript.txt = DBCreationScript.txt
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
{6C17A1B1-402F-43E6-992B-B8531D6C3687}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C17A1B1-402F-43E6-992B-B8531D6C3687}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C17A1B1-402F-43E6-992B-B8531D6C3687}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C17A1B1-402F-43E6-992B-B8531D6C3687}.Release|Any CPU.Build.0 = Release|Any CPU
{4855873E-D208-4276-B8B9-3412A6D3FFAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4855873E-D208-4276-B8B9-3412A6D3FFAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4855873E-D208-4276-B8B9-3412A6D3FFAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4855873E-D208-4276-B8B9-3412A6D3FFAF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal