-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathExpressionSerialization.sln
More file actions
77 lines (77 loc) · 5.01 KB
/
ExpressionSerialization.sln
File metadata and controls
77 lines (77 loc) · 5.01 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ExpressionSerialization not-modified", "ExpressionSerialization not-modified", "{4B183DD6-77AD-4BDF-8C3E-D0499DF16DD6}"
ProjectSection(SolutionItems) = preProject
ExpressionTreeSerialization-not-modified\ExpressionSerialization\DLinqCustomExpressionXmlConverter.cs = ExpressionTreeSerialization-not-modified\ExpressionSerialization\DLinqCustomExpressionXmlConverter.cs
RemoteQueryService\RemoteTable.cs = RemoteQueryService\RemoteTable.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressionSerialization.SL", "ExpressionSerialization.SL\ExpressionSerialization.SL.csproj", "{1B9ABF10-2150-4D3D-B109-7AB4D4E1CC18}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DbQueryProvider", "DbQueryProvider", "{52C67366-E19A-48CD-9B84-A2A1A197657B}"
ProjectSection(SolutionItems) = preProject
..\iqueryprovider\ObjectServices\DbQueryProvider\DbQueryProvider.cs = ..\iqueryprovider\ObjectServices\DbQueryProvider\DbQueryProvider.cs
..\iqueryprovider\ObjectServices\DbQueryProvider\ExpressionVisitor.cs = ..\iqueryprovider\ObjectServices\DbQueryProvider\ExpressionVisitor.cs
..\iqueryprovider\ObjectServices\DbQueryProvider\ObjectReader.cs = ..\iqueryprovider\ObjectServices\DbQueryProvider\ObjectReader.cs
..\iqueryprovider\ObjectServices\DbQueryProvider\QueryTranslator.cs = ..\iqueryprovider\ObjectServices\DbQueryProvider\QueryTranslator.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressionSerialization", "ExpressionSerialization\ExpressionSerialization.csproj", "{01ABE4DB-4ABE-4B0E-878B-B42A8C9B6560}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 4
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs12
SccLocalPath0 = .
SccProjectUniqueName1 = ExpressionSerialization.SL\\ExpressionSerialization.SL.csproj
SccProjectName1 = ExpressionSerialization.SL
SccLocalPath1 = ExpressionSerialization.SL
SccProjectUniqueName2 = ExpressionSerialization\\ExpressionSerialization.csproj
SccProjectName2 = ExpressionSerialization
SccLocalPath2 = ExpressionSerialization
SccProjectUniqueName3 = SilverlightTest1\\SilverlightTest1.csproj
SccProjectName3 = SilverlightTest1
SccLocalPath3 = SilverlightTest1
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|.NET = Release|.NET
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B9ABF10-2150-4D3D-B109-7AB4D4E1CC18}.Debug|.NET.ActiveCfg = Debug|Any CPU
{1B9ABF10-2150-4D3D-B109-7AB4D4E1CC18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B9ABF10-2150-4D3D-B109-7AB4D4E1CC18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B9ABF10-2150-4D3D-B109-7AB4D4E1CC18}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1B9ABF10-2150-4D3D-B109-7AB4D4E1CC18}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1B9ABF10-2150-4D3D-B109-7AB4D4E1CC18}.Debug|x86.ActiveCfg = Debug|Any CPU
{1B9ABF10-2150-4D3D-B109-7AB4D4E1CC18}.Release|.NET.ActiveCfg = Release|Any CPU
{1B9ABF10-2150-4D3D-B109-7AB4D4E1CC18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B9ABF10-2150-4D3D-B109-7AB4D4E1CC18}.Release|Any CPU.Build.0 = Release|Any CPU
{1B9ABF10-2150-4D3D-B109-7AB4D4E1CC18}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1B9ABF10-2150-4D3D-B109-7AB4D4E1CC18}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1B9ABF10-2150-4D3D-B109-7AB4D4E1CC18}.Release|x86.ActiveCfg = Release|Any CPU
{01ABE4DB-4ABE-4B0E-878B-B42A8C9B6560}.Debug|.NET.ActiveCfg = Debug|Any CPU
{01ABE4DB-4ABE-4B0E-878B-B42A8C9B6560}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01ABE4DB-4ABE-4B0E-878B-B42A8C9B6560}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01ABE4DB-4ABE-4B0E-878B-B42A8C9B6560}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{01ABE4DB-4ABE-4B0E-878B-B42A8C9B6560}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{01ABE4DB-4ABE-4B0E-878B-B42A8C9B6560}.Debug|x86.ActiveCfg = Debug|Any CPU
{01ABE4DB-4ABE-4B0E-878B-B42A8C9B6560}.Release|.NET.ActiveCfg = Release|Any CPU
{01ABE4DB-4ABE-4B0E-878B-B42A8C9B6560}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01ABE4DB-4ABE-4B0E-878B-B42A8C9B6560}.Release|Any CPU.Build.0 = Release|Any CPU
{01ABE4DB-4ABE-4B0E-878B-B42A8C9B6560}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{01ABE4DB-4ABE-4B0E-878B-B42A8C9B6560}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{01ABE4DB-4ABE-4B0E-878B-B42A8C9B6560}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal