-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDbExpressions.sln
36 lines (36 loc) · 1.84 KB
/
DbExpressions.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DbExpressions", "DbExpressions\DbExpressions.csproj", "{EFB8519C-78AA-48CC-AF0B-7AFE126BE9A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DbExpressions.Tests", "DbExpressions.Tests\DbExpressions.Tests.csproj", "{F53DA910-FC47-4909-81EC-643E8BA9D51E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8311E6C3-7550-4BC8-9BDF-338F64F2F1C7}"
ProjectSection(SolutionItems) = preProject
DbExpressions.vsmdi = DbExpressions.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = DbExpressions.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EFB8519C-78AA-48CC-AF0B-7AFE126BE9A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFB8519C-78AA-48CC-AF0B-7AFE126BE9A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFB8519C-78AA-48CC-AF0B-7AFE126BE9A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFB8519C-78AA-48CC-AF0B-7AFE126BE9A1}.Release|Any CPU.Build.0 = Release|Any CPU
{F53DA910-FC47-4909-81EC-643E8BA9D51E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F53DA910-FC47-4909-81EC-643E8BA9D51E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F53DA910-FC47-4909-81EC-643E8BA9D51E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F53DA910-FC47-4909-81EC-643E8BA9D51E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal