-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathData.Common.sln
38 lines (38 loc) · 1.97 KB
/
Data.Common.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data.Common", "Data.Common\Data.Common.csproj", "{8E9FDAFD-FDC7-45D8-B965-422A531A0F21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data.Common.Tests", "Data.Common.Tests\Data.Common.Tests.csproj", "{27622B99-BFDD-4DCB-9880-BE205716E1CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{77E9ABF5-9871-4E35-9ECB-0D01770B807C}"
ProjectSection(SolutionItems) = preProject
Data.Common.ttinclude = Data.Common.ttinclude
Data.Common.vsmdi = Data.Common.vsmdi
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
makeT4Template.vbs = makeT4Template.vbs
Northwind_Schema_Data_SQLServer.sql = Northwind_Schema_Data_SQLServer.sql
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Data.Common.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E9FDAFD-FDC7-45D8-B965-422A531A0F21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E9FDAFD-FDC7-45D8-B965-422A531A0F21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E9FDAFD-FDC7-45D8-B965-422A531A0F21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E9FDAFD-FDC7-45D8-B965-422A531A0F21}.Release|Any CPU.Build.0 = Release|Any CPU
{27622B99-BFDD-4DCB-9880-BE205716E1CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27622B99-BFDD-4DCB-9880-BE205716E1CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27622B99-BFDD-4DCB-9880-BE205716E1CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27622B99-BFDD-4DCB-9880-BE205716E1CB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal