-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathLLBLGenDataContextDriver.sln
More file actions
178 lines (178 loc) · 12.3 KB
/
LLBLGenDataContextDriver.sln
File metadata and controls
178 lines (178 loc) · 12.3 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{109114F1-DE48-4B10-AF10-A18D9AF68E8B}"
ProjectSection(SolutionItems) = preProject
Ancillary\AdventureWorks.snk = Ancillary\AdventureWorks.snk
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{BDC4C511-A2CA-4CCC-9960-748D511B5BAC}"
ProjectSection(SolutionItems) = preProject
Lib\CSScriptLibrary.dll = Lib\CSScriptLibrary.dll
Lib\CSScriptLibrary.pdb = Lib\CSScriptLibrary.pdb
Lib\CSScriptLibrary.xml = Lib\CSScriptLibrary.xml
Lib\nunit.framework.dll = Lib\nunit.framework.dll
Lib\sliver.Windows.Forms.StateBrowser.dll = Lib\sliver.Windows.Forms.StateBrowser.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SampleQueryFiles", "SampleQueryFiles", "{2FB4C735-0EB2-47B5-8D3D-5AAE437AA294}"
ProjectSection(SolutionItems) = preProject
SampleQueryFiles\EditInDataGridView - Northwind - Contacts.linq = SampleQueryFiles\EditInDataGridView - Northwind - Contacts.linq
SampleQueryFiles\EditInDataGridView - NutShell - Customers.linq = SampleQueryFiles\EditInDataGridView - NutShell - Customers.linq
SampleQueryFiles\EditInDataGridView AddressType.linq = SampleQueryFiles\EditInDataGridView AddressType.linq
SampleQueryFiles\LLBL Project Entity Table Mapping.linq = SampleQueryFiles\LLBL Project Entity Table Mapping.linq
SampleQueryFiles\LLBL Project Inspector.linq = SampleQueryFiles\LLBL Project Inspector.linq
SampleQueryFiles\LLBL_AW_Alberts.linq = SampleQueryFiles\LLBL_AW_Alberts.linq
SampleQueryFiles\LLBL_AW_EditInDataGridView.linq = SampleQueryFiles\LLBL_AW_EditInDataGridView.linq
SampleQueryFiles\LLBL_AW_ShowLinqMetaData.linq = SampleQueryFiles\LLBL_AW_ShowLinqMetaData.linq
SampleQueryFiles\LLBL_AWcustomerlist.linq = SampleQueryFiles\LLBL_AWcustomerlist.linq
SampleQueryFiles\ShowEntitiesAndFields.linq = SampleQueryFiles\ShowEntitiesAndFields.linq
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicQuery", "DynamicQuery\DynamicQuery.csproj", "{F285CEB0-4108-440C-AD94-1C1A7C159D7C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LLBL", "LLBL", "{F90642C7-E5E0-4B67-A97C-464F8697A452}"
ProjectSection(SolutionItems) = preProject
Lib\LLBL\SD.LLBLGen.Pro.DQE.SqlServer.NET20.dll = Lib\LLBL\SD.LLBLGen.Pro.DQE.SqlServer.NET20.dll
Lib\LLBL\SD.LLBLGen.Pro.DQE.SqlServer.NET20.xml = Lib\LLBL\SD.LLBLGen.Pro.DQE.SqlServer.NET20.xml
Lib\LLBL\SD.LLBLGen.Pro.LinqSupportClasses.NET35.dll = Lib\LLBL\SD.LLBLGen.Pro.LinqSupportClasses.NET35.dll
Lib\LLBL\SD.LLBLGen.Pro.LinqSupportClasses.NET35.XML = Lib\LLBL\SD.LLBLGen.Pro.LinqSupportClasses.NET35.XML
Lib\LLBL\SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll = Lib\LLBL\SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll
Lib\LLBL\SD.LLBLGen.Pro.ORMSupportClasses.NET20.pdb = Lib\LLBL\SD.LLBLGen.Pro.ORMSupportClasses.NET20.pdb
Lib\LLBL\SD.LLBLGen.Pro.ORMSupportClasses.NET20.xml = Lib\LLBL\SD.LLBLGen.Pro.ORMSupportClasses.NET20.xml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AW.Helper", "AW.Helper\AW.Helper.csproj", "{FFC5B55E-9157-4CE6-81BD-E593E4C08422}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Licenses", "Licenses", "{F15CB949-7617-4315-BC90-9A4A94633C86}"
ProjectSection(SolutionItems) = preProject
Documentation\DynamicQueryable-CSharpSamples MPL License.txt = Documentation\DynamicQueryable-CSharpSamples MPL License.txt
Documentation\Hawkeye MPL License.txt = Documentation\Hawkeye MPL License.txt
Documentation\PropertyGridEx CPOL License.html = Documentation\PropertyGridEx CPOL License.html
Documentation\TextBox TraceListener MIT License.txt = Documentation\TextBox TraceListener MIT License.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Hawkeye", "Hawkeye", "{A951B179-B81E-42E2-81CD-242D8E1D278D}"
ProjectSection(SolutionItems) = preProject
Lib\ACorns.Hawkeye.Core.dll = Lib\ACorns.Hawkeye.Core.dll
Lib\ACorns.Hawkeye.Core.pdb = Lib\ACorns.Hawkeye.Core.pdb
Lib\ACorns.Hawkeye.CoreUI.dll = Lib\ACorns.Hawkeye.CoreUI.dll
Lib\ACorns.Hawkeye.CoreUI.pdb = Lib\ACorns.Hawkeye.CoreUI.pdb
Lib\ACorns.Hawkeye.Injector.dll = Lib\ACorns.Hawkeye.Injector.dll
Lib\ACorns.Hawkeye.Injector.pdb = Lib\ACorns.Hawkeye.Injector.pdb
Lib\ACorns.PropertyGridExtender.dll = Lib\ACorns.PropertyGridExtender.dll
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AW.Winforms.Helpers", "AW.Winforms.Helpers\AW.Winforms.Helpers.csproj", "{D8041984-1823-4672-9B6E-3E99AB6A3A7A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AW.Helper.LLBL", "AW.Helper.LLBL\AW.Helper.LLBL.csproj", "{7919C746-73F3-4279-A53B-CC6C08F42318}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AW.Winforms.Helpers.LLBL", "AW.Winforms.Helpers.LLBL\AW.Winforms.Helpers.LLBL.csproj", "{A67A2102-BA0E-48B3-9EF8-831F72B47160}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AW.LLBLGen.DataContextDriver", "AW.LLBLGen.DataContextDriver\AW.LLBLGen.DataContextDriver.csproj", "{2661F1B5-62FB-4783-A1A0-57445F397F9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObjectListView", "ObjectListView\ObjectListView.csproj", "{3A62F36D-4E53-4532-B9EF-3B303A578B5E}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 8
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs01.codeplex.com/
SccLocalPath0 = .
SccProjectUniqueName1 = DynamicQuery\\DynamicQuery.csproj
SccProjectName1 = DynamicQuery
SccLocalPath1 = DynamicQuery
SccProjectUniqueName2 = AW.Helper\\AW.Helper.csproj
SccProjectName2 = AW.Helper
SccLocalPath2 = AW.Helper
SccProjectUniqueName3 = AW.Winforms.Helpers\\AW.Winforms.Helpers.csproj
SccProjectName3 = AW.Winforms.Helpers
SccLocalPath3 = AW.Winforms.Helpers
SccProjectUniqueName4 = AW.Helper.LLBL\\AW.Helper.LLBL.csproj
SccProjectName4 = AW.Helper.LLBL
SccLocalPath4 = AW.Helper.LLBL
SccProjectUniqueName5 = AW.Winforms.Helpers.LLBL\\AW.Winforms.Helpers.LLBL.csproj
SccProjectName5 = AW.Winforms.Helpers.LLBL
SccLocalPath5 = AW.Winforms.Helpers.LLBL
SccProjectUniqueName6 = AW.LLBLGen.DataContextDriver\\AW.LLBLGen.DataContextDriver.csproj
SccProjectName6 = AW.LLBLGen.DataContextDriver
SccLocalPath6 = AW.LLBLGen.DataContextDriver
SccProjectUniqueName7 = ObjectListView\\ObjectListView.csproj
SccProjectName7 = ObjectListView
SccLocalPath7 = ObjectListView
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug no unit tests|Any CPU = Debug no unit tests|Any CPU
Debug|Any CPU = Debug|Any CPU
Release - Test|Any CPU = Release - Test|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F285CEB0-4108-440C-AD94-1C1A7C159D7C}.Debug no unit tests|Any CPU.ActiveCfg = Debug|Any CPU
{F285CEB0-4108-440C-AD94-1C1A7C159D7C}.Debug no unit tests|Any CPU.Build.0 = Debug|Any CPU
{F285CEB0-4108-440C-AD94-1C1A7C159D7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F285CEB0-4108-440C-AD94-1C1A7C159D7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F285CEB0-4108-440C-AD94-1C1A7C159D7C}.Release - Test|Any CPU.ActiveCfg = Release|Any CPU
{F285CEB0-4108-440C-AD94-1C1A7C159D7C}.Release - Test|Any CPU.Build.0 = Release|Any CPU
{F285CEB0-4108-440C-AD94-1C1A7C159D7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F285CEB0-4108-440C-AD94-1C1A7C159D7C}.Release|Any CPU.Build.0 = Release|Any CPU
{FFC5B55E-9157-4CE6-81BD-E593E4C08422}.Debug no unit tests|Any CPU.ActiveCfg = Debug|Any CPU
{FFC5B55E-9157-4CE6-81BD-E593E4C08422}.Debug no unit tests|Any CPU.Build.0 = Debug|Any CPU
{FFC5B55E-9157-4CE6-81BD-E593E4C08422}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFC5B55E-9157-4CE6-81BD-E593E4C08422}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFC5B55E-9157-4CE6-81BD-E593E4C08422}.Release - Test|Any CPU.ActiveCfg = Release|Any CPU
{FFC5B55E-9157-4CE6-81BD-E593E4C08422}.Release - Test|Any CPU.Build.0 = Release|Any CPU
{FFC5B55E-9157-4CE6-81BD-E593E4C08422}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFC5B55E-9157-4CE6-81BD-E593E4C08422}.Release|Any CPU.Build.0 = Release|Any CPU
{D8041984-1823-4672-9B6E-3E99AB6A3A7A}.Debug no unit tests|Any CPU.ActiveCfg = Debug|Any CPU
{D8041984-1823-4672-9B6E-3E99AB6A3A7A}.Debug no unit tests|Any CPU.Build.0 = Debug|Any CPU
{D8041984-1823-4672-9B6E-3E99AB6A3A7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8041984-1823-4672-9B6E-3E99AB6A3A7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8041984-1823-4672-9B6E-3E99AB6A3A7A}.Release - Test|Any CPU.ActiveCfg = Release|Any CPU
{D8041984-1823-4672-9B6E-3E99AB6A3A7A}.Release - Test|Any CPU.Build.0 = Release|Any CPU
{D8041984-1823-4672-9B6E-3E99AB6A3A7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8041984-1823-4672-9B6E-3E99AB6A3A7A}.Release|Any CPU.Build.0 = Release|Any CPU
{7919C746-73F3-4279-A53B-CC6C08F42318}.Debug no unit tests|Any CPU.ActiveCfg = Debug|Any CPU
{7919C746-73F3-4279-A53B-CC6C08F42318}.Debug no unit tests|Any CPU.Build.0 = Debug|Any CPU
{7919C746-73F3-4279-A53B-CC6C08F42318}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7919C746-73F3-4279-A53B-CC6C08F42318}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7919C746-73F3-4279-A53B-CC6C08F42318}.Release - Test|Any CPU.ActiveCfg = Release|Any CPU
{7919C746-73F3-4279-A53B-CC6C08F42318}.Release - Test|Any CPU.Build.0 = Release|Any CPU
{7919C746-73F3-4279-A53B-CC6C08F42318}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7919C746-73F3-4279-A53B-CC6C08F42318}.Release|Any CPU.Build.0 = Release|Any CPU
{A67A2102-BA0E-48B3-9EF8-831F72B47160}.Debug no unit tests|Any CPU.ActiveCfg = Debug|Any CPU
{A67A2102-BA0E-48B3-9EF8-831F72B47160}.Debug no unit tests|Any CPU.Build.0 = Debug|Any CPU
{A67A2102-BA0E-48B3-9EF8-831F72B47160}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A67A2102-BA0E-48B3-9EF8-831F72B47160}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A67A2102-BA0E-48B3-9EF8-831F72B47160}.Release - Test|Any CPU.ActiveCfg = Release|Any CPU
{A67A2102-BA0E-48B3-9EF8-831F72B47160}.Release - Test|Any CPU.Build.0 = Release|Any CPU
{A67A2102-BA0E-48B3-9EF8-831F72B47160}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A67A2102-BA0E-48B3-9EF8-831F72B47160}.Release|Any CPU.Build.0 = Release|Any CPU
{2661F1B5-62FB-4783-A1A0-57445F397F9E}.Debug no unit tests|Any CPU.ActiveCfg = Debug|Any CPU
{2661F1B5-62FB-4783-A1A0-57445F397F9E}.Debug no unit tests|Any CPU.Build.0 = Debug|Any CPU
{2661F1B5-62FB-4783-A1A0-57445F397F9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2661F1B5-62FB-4783-A1A0-57445F397F9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2661F1B5-62FB-4783-A1A0-57445F397F9E}.Release - Test|Any CPU.ActiveCfg = Release|Any CPU
{2661F1B5-62FB-4783-A1A0-57445F397F9E}.Release - Test|Any CPU.Build.0 = Release|Any CPU
{2661F1B5-62FB-4783-A1A0-57445F397F9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2661F1B5-62FB-4783-A1A0-57445F397F9E}.Release|Any CPU.Build.0 = Release|Any CPU
{3A62F36D-4E53-4532-B9EF-3B303A578B5E}.Debug no unit tests|Any CPU.ActiveCfg = Debug|Any CPU
{3A62F36D-4E53-4532-B9EF-3B303A578B5E}.Debug no unit tests|Any CPU.Build.0 = Debug|Any CPU
{3A62F36D-4E53-4532-B9EF-3B303A578B5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A62F36D-4E53-4532-B9EF-3B303A578B5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A62F36D-4E53-4532-B9EF-3B303A578B5E}.Release - Test|Any CPU.ActiveCfg = Release - Test|Any CPU
{3A62F36D-4E53-4532-B9EF-3B303A578B5E}.Release - Test|Any CPU.Build.0 = Release - Test|Any CPU
{3A62F36D-4E53-4532-B9EF-3B303A578B5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A62F36D-4E53-4532-B9EF-3B303A578B5E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F90642C7-E5E0-4B67-A97C-464F8697A452} = {BDC4C511-A2CA-4CCC-9960-748D511B5BAC}
{A951B179-B81E-42E2-81CD-242D8E1D278D} = {BDC4C511-A2CA-4CCC-9960-748D511B5BAC}
EndGlobalSection
GlobalSection(SpecExplorer.ActivityCompletionStatus) = preSolution
SpecExplorer.ActivityCompletionStatus =
EndGlobalSection
EndGlobal