forked from tjscience/SqlData
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SqlData.sln
34 lines (34 loc) · 1.88 KB
/
SqlData.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
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}") = "Sql", "SqlData\Sql.csproj", "{DF743014-5A6A-439E-BA1C-376B641BCAEF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sql.TestEntities", "Sql.TestEntities\Sql.TestEntities.csproj", "{8FCE87BD-06D8-43C8-9C6F-657051AF3314}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sql.Test", "Sql.Test\Sql.Test.csproj", "{9174095E-A913-4802-B3C5-A60905C9E687}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF743014-5A6A-439E-BA1C-376B641BCAEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF743014-5A6A-439E-BA1C-376B641BCAEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF743014-5A6A-439E-BA1C-376B641BCAEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF743014-5A6A-439E-BA1C-376B641BCAEF}.Release|Any CPU.Build.0 = Release|Any CPU
{8FCE87BD-06D8-43C8-9C6F-657051AF3314}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FCE87BD-06D8-43C8-9C6F-657051AF3314}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FCE87BD-06D8-43C8-9C6F-657051AF3314}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FCE87BD-06D8-43C8-9C6F-657051AF3314}.Release|Any CPU.Build.0 = Release|Any CPU
{9174095E-A913-4802-B3C5-A60905C9E687}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9174095E-A913-4802-B3C5-A60905C9E687}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9174095E-A913-4802-B3C5-A60905C9E687}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9174095E-A913-4802-B3C5-A60905C9E687}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal