0
|
1 <?xml version="1.0" encoding="utf-8"?>
|
|
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
3 <PropertyGroup>
|
|
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
6 <ProjectGuid>{0C325F5D-E50E-4340-8724-D29896CCC584}</ProjectGuid>
|
|
7 <OutputType>Library</OutputType>
|
|
8 <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
9 <RootNamespace>BLToolkit</RootNamespace>
|
|
10 <AssemblyName>BLToolkit.Data.4</AssemblyName>
|
|
11 <FileUpgradeFlags>
|
|
12 </FileUpgradeFlags>
|
|
13 <OldToolsVersion>3.5</OldToolsVersion>
|
|
14 <UpgradeBackupLocation>
|
|
15 </UpgradeBackupLocation>
|
|
16 <IsWebBootstrapper>false</IsWebBootstrapper>
|
|
17 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
8
|
18 <SignAssembly>false</SignAssembly>
|
0
|
19 <AssemblyOriginatorKeyFile>BLToolkit.snk</AssemblyOriginatorKeyFile>
|
|
20 <PublishUrl>publish\</PublishUrl>
|
|
21 <Install>true</Install>
|
|
22 <InstallFrom>Disk</InstallFrom>
|
|
23 <UpdateEnabled>false</UpdateEnabled>
|
|
24 <UpdateMode>Foreground</UpdateMode>
|
|
25 <UpdateInterval>7</UpdateInterval>
|
|
26 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
27 <UpdatePeriodically>false</UpdatePeriodically>
|
|
28 <UpdateRequired>false</UpdateRequired>
|
|
29 <MapFileExtensions>true</MapFileExtensions>
|
|
30 <ApplicationRevision>0</ApplicationRevision>
|
|
31 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
32 <UseApplicationTrust>false</UseApplicationTrust>
|
|
33 <BootstrapperEnabled>true</BootstrapperEnabled>
|
8
|
34 <!-- dotnet crossbuild hack with mono -->
|
|
35 <FrameworkPathOverride Condition="'$(MSBuildRuntimeType)'=='Core' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride>
|
0
|
36 <TargetFrameworkProfile>
|
|
37 </TargetFrameworkProfile>
|
|
38 </PropertyGroup>
|
|
39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
40 <DebugSymbols>true</DebugSymbols>
|
|
41 <DebugType>full</DebugType>
|
|
42 <Optimize>false</Optimize>
|
|
43 <OutputPath>bin\Debug\</OutputPath>
|
|
44 <DefineConstants>TRACE;DEBUG;FW4;DATA;OVERRIDETOSTRING;</DefineConstants>
|
|
45 <ErrorReport>prompt</ErrorReport>
|
|
46 <WarningLevel>4</WarningLevel>
|
|
47 </PropertyGroup>
|
|
48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
49 <DebugType>pdbonly</DebugType>
|
|
50 <Optimize>true</Optimize>
|
|
51 <OutputPath>bin\Release\</OutputPath>
|
|
52 <DefineConstants>TRACE;FW4;DATA;OVERRIDETOSTRING</DefineConstants>
|
|
53 <ErrorReport>prompt</ErrorReport>
|
|
54 <WarningLevel>4</WarningLevel>
|
|
55 </PropertyGroup>
|
|
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug FW 3.5|AnyCPU'">
|
|
57 <DebugSymbols>true</DebugSymbols>
|
|
58 <OutputPath>bin\Debug FW 3.5\</OutputPath>
|
|
59 <DefineConstants>TRACE;DEBUG;FW3;DATA;TRACE_PARSING1;OVERRIDETOSTRING1</DefineConstants>
|
|
60 <DebugType>full</DebugType>
|
|
61 <PlatformTarget>AnyCPU</PlatformTarget>
|
|
62 <ErrorReport>prompt</ErrorReport>
|
|
63 <WarningLevel>4</WarningLevel>
|
|
64 <Optimize>false</Optimize>
|
|
65 </PropertyGroup>
|
|
66 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'">
|
|
67 <DebugSymbols>true</DebugSymbols>
|
|
68 <OutputPath>bin\DebugMono\</OutputPath>
|
|
69 <DefineConstants>TRACE;DEBUG;FW4;DATA;MONO;OVERRIDETOSTRING;NEW_PARSER</DefineConstants>
|
|
70 <DebugType>full</DebugType>
|
|
71 <PlatformTarget>AnyCPU</PlatformTarget>
|
|
72 <ErrorReport>prompt</ErrorReport>
|
|
73 <WarningLevel>4</WarningLevel>
|
|
74 <Optimize>false</Optimize>
|
|
75 </PropertyGroup>
|
|
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'">
|
|
77 <OutputPath>bin\ReleaseMono\</OutputPath>
|
|
78 <DefineConstants>TRACE;FW4;DATA;MONO;OVERRIDETOSTRING</DefineConstants>
|
|
79 <Optimize>true</Optimize>
|
|
80 <DebugType>pdbonly</DebugType>
|
|
81 <PlatformTarget>AnyCPU</PlatformTarget>
|
|
82 <ErrorReport>prompt</ErrorReport>
|
|
83 <WarningLevel>4</WarningLevel>
|
|
84 </PropertyGroup>
|
|
85 <ItemGroup>
|
|
86 <Reference Include="System">
|
|
87 </Reference>
|
|
88 <Reference Include="System.Core">
|
|
89 </Reference>
|
|
90 <Reference Include="System.Data">
|
|
91 </Reference>
|
|
92 <Reference Include="System.Data.Linq">
|
|
93 </Reference>
|
|
94 <Reference Include="System.Data.Services" />
|
|
95 <Reference Include="System.Runtime.Serialization">
|
|
96 </Reference>
|
|
97 <Reference Include="System.ServiceModel" />
|
|
98 <Reference Include="System.Web.Services" />
|
|
99 <Reference Include="System.Xml">
|
|
100 </Reference>
|
|
101 <Reference Include="System.Configuration">
|
|
102 </Reference>
|
|
103 <Reference Include="System.Xml.Linq" />
|
|
104 </ItemGroup>
|
|
105 <ItemGroup>
|
|
106 <None Include="Common\Convert.tt">
|
|
107 <Generator>TextTemplatingFileGenerator</Generator>
|
|
108 <LastGenOutput>Convert.generated.cs</LastGenOutput>
|
|
109 </None>
|
|
110 <None Include="Data\DataProvider\FdpDataProvider.cs">
|
|
111 <DependentUpon>DataProviderBase.cs</DependentUpon>
|
|
112 </None>
|
|
113 <None Include="Data\DataProvider\MySqlDataProvider.cs">
|
|
114 <DependentUpon>DataProviderBase.cs</DependentUpon>
|
|
115 </None>
|
|
116 <None Include="Data\DataProvider\OdpDataProvider.cs">
|
|
117 <DependentUpon>DataProviderBase.cs</DependentUpon>
|
|
118 </None>
|
|
119 <None Include="Data\DataProvider\SqlCeDataProvider.cs">
|
|
120 <DependentUpon>DataProviderBase.cs</DependentUpon>
|
|
121 </None>
|
|
122 <None Include="Data\DataProvider\SQLiteDataProvider.cs">
|
|
123 <DependentUpon>DataProviderBase.cs</DependentUpon>
|
|
124 </None>
|
|
125 <None Include="Data\DataProvider\SybaseDataProvider.cs">
|
|
126 <DependentUpon>DataProviderBase.cs</DependentUpon>
|
|
127 </None>
|
|
128 <None Include="Data\DataProvider\SybaseAdoDataProvider.cs">
|
|
129 <DependentUpon>DataProviderBase.cs</DependentUpon>
|
|
130 </None>
|
|
131 <None Include="Data\DataProvider\DB2DataProvider.cs">
|
|
132 <DependentUpon>DataProviderBase.cs</DependentUpon>
|
|
133 </None>
|
|
134 <None Include="Data\DataProvider\InformixDataProvider.cs">
|
|
135 <DependentUpon>DataProviderBase.cs</DependentUpon>
|
|
136 </None>
|
|
137 <None Include="Data\DataProvider\PostgreSQLDataProvider.cs">
|
|
138 <DependentUpon>DataProviderBase.cs</DependentUpon>
|
|
139 </None>
|
|
140 <Compile Include="Aspects\AsyncAttribute.cs">
|
|
141 <SubType>Code</SubType>
|
|
142 </Compile>
|
|
143 <Compile Include="Aspects\Builders\AsyncAspectBuilder.cs">
|
|
144 <SubType>Code</SubType>
|
|
145 </Compile>
|
|
146 <Compile Include="Aspects\Builders\ClearCacheAspectBuilder.cs">
|
|
147 <SubType>Code</SubType>
|
|
148 </Compile>
|
|
149 <Compile Include="Aspects\Builders\InterceptorAspectBuilder.cs">
|
|
150 <SubType>Code</SubType>
|
|
151 </Compile>
|
|
152 <Compile Include="Aspects\Builders\MixinAspectBuilder.cs">
|
|
153 <SubType>Code</SubType>
|
|
154 </Compile>
|
|
155 <Compile Include="Aspects\Builders\NotNullAspectBuilder.cs">
|
|
156 <SubType>Code</SubType>
|
|
157 </Compile>
|
|
158 <Compile Include="Aspects\Builders\OverloadAspectBuilder.cs">
|
|
159 <SubType>Code</SubType>
|
|
160 </Compile>
|
|
161 <Compile Include="Aspects\CacheAspect.cs">
|
|
162 <SubType>Code</SubType>
|
|
163 </Compile>
|
|
164 <Compile Include="Aspects\CacheAspectItem.cs">
|
|
165 <SubType>Code</SubType>
|
|
166 </Compile>
|
|
167 <Compile Include="Aspects\CacheAspectT.cs">
|
|
168 <SubType>Code</SubType>
|
|
169 </Compile>
|
|
170 <Compile Include="Aspects\CacheAttribute.cs">
|
|
171 <SubType>Code</SubType>
|
|
172 </Compile>
|
|
173 <Compile Include="Aspects\CallMethodInfo.cs">
|
|
174 <SubType>Code</SubType>
|
|
175 </Compile>
|
|
176 <Compile Include="Aspects\ClearCacheAspect.cs">
|
|
177 <SubType>Code</SubType>
|
|
178 </Compile>
|
|
179 <Compile Include="Aspects\ClearCacheAttribute.cs">
|
|
180 <SubType>Code</SubType>
|
|
181 </Compile>
|
|
182 <Compile Include="Aspects\CounterAspect.cs">
|
|
183 <SubType>Code</SubType>
|
|
184 </Compile>
|
|
185 <Compile Include="Aspects\CounterAttribute.cs">
|
|
186 <SubType>Code</SubType>
|
|
187 </Compile>
|
|
188 <Compile Include="Aspects\IInterceptor.cs">
|
|
189 <SubType>Code</SubType>
|
|
190 </Compile>
|
|
191 <Compile Include="Aspects\InstanceCacheAttribute.cs">
|
|
192 <SubType>Code</SubType>
|
|
193 </Compile>
|
|
194 <Compile Include="Aspects\InterceptCallInfo.cs">
|
|
195 <SubType>Code</SubType>
|
|
196 </Compile>
|
|
197 <Compile Include="Aspects\Interceptor.cs">
|
|
198 <SubType>Code</SubType>
|
|
199 </Compile>
|
|
200 <Compile Include="Aspects\InterceptorAttribute.cs">
|
|
201 <SubType>Code</SubType>
|
|
202 </Compile>
|
|
203 <Compile Include="Aspects\InterceptResult.cs">
|
|
204 <SubType>Code</SubType>
|
|
205 </Compile>
|
|
206 <Compile Include="Aspects\InterceptType.cs">
|
|
207 <SubType>Code</SubType>
|
|
208 </Compile>
|
|
209 <Compile Include="Aspects\LogAttribute.cs">
|
|
210 <SubType>Code</SubType>
|
|
211 </Compile>
|
|
212 <Compile Include="Aspects\LoggingAspect.cs">
|
|
213 <SubType>Code</SubType>
|
|
214 </Compile>
|
|
215 <Compile Include="Aspects\MethodCallCounter.cs">
|
|
216 <SubType>Code</SubType>
|
|
217 </Compile>
|
|
218 <Compile Include="Aspects\MixinAttribute.cs">
|
|
219 <SubType>Code</SubType>
|
|
220 </Compile>
|
|
221 <Compile Include="Aspects\MixinOverrideAttribute.cs">
|
|
222 <SubType>Code</SubType>
|
|
223 </Compile>
|
|
224 <Compile Include="Aspects\NoCacheAttribute.cs">
|
|
225 <SubType>Code</SubType>
|
|
226 </Compile>
|
|
227 <Compile Include="Aspects\NoCounterAttribute.cs">
|
|
228 <SubType>Code</SubType>
|
|
229 </Compile>
|
|
230 <Compile Include="Aspects\NoInterceptionAttribute.cs">
|
|
231 <SubType>Code</SubType>
|
|
232 </Compile>
|
|
233 <Compile Include="Aspects\NoLogAttribute.cs">
|
|
234 <SubType>Code</SubType>
|
|
235 </Compile>
|
|
236 <Compile Include="Aspects\NotNullAttribute.cs">
|
|
237 <SubType>Code</SubType>
|
|
238 </Compile>
|
|
239 <Compile Include="Aspects\OverloadAttribute.cs">
|
|
240 <SubType>Code</SubType>
|
|
241 </Compile>
|
|
242 <Compile Include="Common\ArrayT.cs" />
|
|
243 <Compile Include="Common\Convert.generated.cs">
|
|
244 <AutoGen>True</AutoGen>
|
|
245 <DesignTime>True</DesignTime>
|
|
246 <DependentUpon>Convert.tt</DependentUpon>
|
|
247 </Compile>
|
|
248 <Compile Include="Common\Tuple.cs" />
|
|
249 <Compile Include="Configuration\ElementBase.cs" />
|
|
250 <Compile Include="Configuration\ElementCollectionBase.cs" />
|
|
251 <Compile Include="Configuration\DataProviderElement.cs" />
|
|
252 <Compile Include="Configuration\DataProviderElementCollection.cs" />
|
|
253 <Compile Include="Configuration\BLToolkitSection.cs" />
|
|
254 <Compile Include="Configuration\TypeFactoryElement.cs" />
|
|
255 <Compile Include="DataAccess\ActualTypeAttribute.cs" />
|
|
256 <Compile Include="DataAccess\IdentityAttribute.cs" />
|
|
257 <Compile Include="DataAccess\DataAccessorBase.cs" />
|
|
258 <Compile Include="DataAccess\DbTypeAttribute.cs" />
|
|
259 <Compile Include="DataAccess\ISqlQueryT.cs" />
|
|
260 <Compile Include="DataAccess\ParamTypeNameAttribute.cs" />
|
|
261 <Compile Include="DataAccess\PrimaryKeyGeneratorType.cs" />
|
|
262 <Compile Include="DataAccess\ScalarAttribute.cs" />
|
|
263 <Compile Include="DataAccess\SequenceKeyGenerator.cs" />
|
|
264 <Compile Include="DataAccess\SqlIgnoreAttribute.cs" />
|
|
265 <Compile Include="Data\DataExceptionType.cs" />
|
|
266 <Compile Include="Data\DataProvider\Sql2005DataProvider.cs" />
|
|
267 <Compile Include="Data\DataProvider\Sql2012DataProvider.cs" />
|
|
268 <Compile Include="Data\DataProvider\DataProviderInterpreterBase.cs" />
|
|
269 <Compile Include="Data\DataProvider\FirebirdMappingSchema.cs" />
|
|
270 <Compile Include="Data\DataProvider\Interpreters\OracleDataProviderInterpreter.cs" />
|
|
271 <Compile Include="Data\DataProvider\Interpreters\SqliteDataProviderInterpreter.cs" />
|
|
272 <Compile Include="Data\DataProvider\OracleHelper.cs" />
|
|
273 <Compile Include="Data\DataProvider\Sql2000DataProvider.cs" />
|
|
274 <Compile Include="Data\DataProvider\Sql2008DataProvider.cs" />
|
|
275 <Compile Include="Data\DataProvider\SqlDataProvider.cs" />
|
|
276 <Compile Include="Data\DataProvider\ProviderName.cs" />
|
|
277 <Compile Include="Data\DbConnectionFactory.cs" />
|
|
278 <Compile Include="Data\IDataReaderEx.cs" />
|
|
279 <Compile Include="Data\IDbConnectionFactory.cs" />
|
|
280 <Compile Include="Data\Linq\Builder\AsUpdatableBuilder.cs" />
|
|
281 <Compile Include="Data\Linq\Builder\ConcatUnionBuilder.cs" />
|
|
282 <Compile Include="Data\Linq\Builder\ContainsBuilder.cs" />
|
|
283 <Compile Include="Data\Linq\Builder\AllAnyBuilder.cs" />
|
|
284 <Compile Include="Data\Linq\Builder\CastBuilder.cs" />
|
|
285 <Compile Include="Data\Linq\Builder\ExpressionTestGenerator.cs" />
|
|
286 <Compile Include="Data\Linq\Builder\InsertOrUpdateBuilder.cs" />
|
|
287 <Compile Include="Data\Linq\Builder\ExpressionHoder.cs" />
|
|
288 <Compile Include="Data\Linq\Builder\IsExpressionResult.cs" />
|
|
289 <Compile Include="Data\Linq\Builder\OfTypeBuilder.cs" />
|
|
290 <Compile Include="Data\Linq\Builder\IntersectBuilder.cs" />
|
|
291 <Compile Include="Data\Linq\Builder\PassThroughContext.cs" />
|
|
292 <Compile Include="Data\Linq\Builder\SequenceConvertInfo.cs" />
|
|
293 <Compile Include="Data\Linq\Builder\SequenceConvertPath.cs" />
|
|
294 <Compile Include="Data\Linq\Builder\UpdateBuilder.cs" />
|
|
295 <Compile Include="Data\Linq\Builder\DeleteBuilder.cs" />
|
|
296 <Compile Include="Data\Linq\CompiledQuery.cs" />
|
|
297 <Compile Include="Data\Linq\CompiledTableT.cs" />
|
|
298 <Compile Include="Data\Linq\DataContext.cs" />
|
|
299 <Compile Include="Data\Linq\DataContextInfo.cs" />
|
|
300 <Compile Include="Data\Linq\DataContextTransaction.cs" />
|
|
301 <Compile Include="Data\Linq\DefaultDataContextInfo.cs" />
|
|
302 <Compile Include="Data\Linq\Builder\PassThroughBuilder.cs" />
|
|
303 <Compile Include="Data\Linq\Builder\ChangeTypeExpression.cs" />
|
|
304 <Compile Include="Data\Linq\Builder\DefaultIfEmptyBuilder.cs" />
|
|
305 <Compile Include="Data\Linq\Builder\InsertBuilder.cs" />
|
|
306 <Compile Include="Data\Linq\Builder\BuildInfo.cs" />
|
|
307 <Compile Include="Data\Linq\Builder\SelectManyBuilder.cs" />
|
|
308 <Compile Include="Data\Linq\Builder\SqlInfo.cs" />
|
|
309 <Compile Include="Data\Linq\Builder\TableAttributeBuilder.cs" />
|
|
310 <Compile Include="Data\Linq\Builder\TakeSkipBuilder.cs" />
|
|
311 <Compile Include="Data\Linq\ExpressionQueryImpl.cs" />
|
|
312 <Compile Include="Data\Linq\IExpressionQuery.cs" />
|
|
313 <Compile Include="Data\Linq\ITable.cs" />
|
|
314 <Compile Include="Data\Linq\IUpdatable.cs" />
|
|
315 <Compile Include="Data\Linq\MemberInfoComparer.cs" />
|
|
316 <Compile Include="Data\Linq\QueryableAccessor.cs" />
|
|
317 <Compile Include="Data\Sql\SqlProvider\MsSql2012SqlProvider.cs" />
|
|
318 <Compile Include="Data\Sql\SqlProvider\MsSql2000SqlProvider.cs" />
|
|
319 <Compile Include="Data\Sql\SqlValueBase.cs" />
|
|
320 <Compile Include="Linq\ExpressionHelper.cs" />
|
|
321 <Compile Include="Data\Linq\ExpressionQuery.cs" />
|
|
322 <Compile Include="Data\Linq\IDataContextInfo.cs" />
|
|
323 <Compile Include="Data\Linq\IgnoreIEnumerableAttribute.cs" />
|
|
324 <Compile Include="Data\Linq\IQueryContext.cs" />
|
|
325 <Compile Include="Data\Linq\ISelectInsertable.cs" />
|
|
326 <Compile Include="Data\Linq\Expressions.cs" />
|
|
327 <Compile Include="Data\Linq\IValueInsertable.cs" />
|
|
328 <Compile Include="Data\Linq\LinqExtensions.cs" />
|
|
329 <Compile Include="Data\Linq\Builder\AggregationBuilder.cs" />
|
|
330 <Compile Include="Data\Linq\Builder\ConvertFlags.cs" />
|
|
331 <Compile Include="Data\Linq\Builder\CountBuilder.cs" />
|
|
332 <Compile Include="Data\Linq\Builder\DistinctBuilder.cs" />
|
|
333 <Compile Include="Data\Linq\Builder\ExpressionBuilder.cs" />
|
|
334 <Compile Include="Data\Linq\Builder\ExpressionBuilder.SqlBuilder.cs" />
|
|
335 <Compile Include="Data\Linq\Builder\ExpressionBuilder.QueryBuilder.cs" />
|
|
336 <Compile Include="Data\Linq\Builder\FirstSingleBuilder.cs" />
|
|
337 <Compile Include="Data\Linq\Builder\GroupByBuilder.cs" />
|
|
338 <Compile Include="Data\Linq\Builder\IBuildContext.cs" />
|
|
339 <Compile Include="Data\Linq\Builder\ISequenceBuilder.cs" />
|
|
340 <Compile Include="Data\Linq\Builder\JoinBuilder.cs" />
|
|
341 <Compile Include="Data\Linq\Builder\MethodCallBuilder.cs" />
|
|
342 <Compile Include="Data\Linq\Builder\OrderByBuilder.cs" />
|
|
343 <Compile Include="Data\Linq\Builder\ExpressionContext.cs" />
|
|
344 <Compile Include="Data\Linq\Builder\RequestFor.cs" />
|
|
345 <Compile Include="Data\Linq\Builder\ScalarSelectBuilder.cs" />
|
|
346 <Compile Include="Data\Linq\Builder\SelectContext.cs" />
|
|
347 <Compile Include="Data\Linq\Builder\SelectBuilder.cs" />
|
|
348 <Compile Include="Data\Linq\Builder\SequenceContextBase.cs" />
|
|
349 <Compile Include="Data\Linq\Builder\SubQueryContext.cs" />
|
|
350 <Compile Include="Data\Linq\Builder\TableBuilder.cs" />
|
|
351 <Compile Include="Data\Linq\Builder\WhereBuilder.cs" />
|
|
352 <Compile Include="Data\Linq\Query.cs" />
|
|
353 <Compile Include="Data\Linq\Settings.cs" />
|
|
354 <Compile Include="Data\Linq\SqlEnumAttribute.cs" />
|
|
355 <Compile Include="Data\Linq\Extensions.cs" />
|
|
356 <Compile Include="Data\Linq\MethodExpressionAttribute.cs" />
|
|
357 <Compile Include="Data\Linq\SqlExpressionAttribute.cs" />
|
|
358 <Compile Include="Data\Linq\IDataContext.cs" />
|
|
359 <Compile Include="Data\Linq\QueryContext.cs" />
|
|
360 <Compile Include="Data\Linq\SqlPropertyAttribute.cs" />
|
|
361 <Compile Include="Data\Linq\LinqException.cs" />
|
|
362 <Compile Include="Data\Linq\ReflectionHelper.cs" />
|
|
363 <Compile Include="Data\Linq\Sql.cs" />
|
|
364 <Compile Include="Data\Linq\SqlFunctionAttribute.cs" />
|
|
365 <Compile Include="Data\Linq\TableExpressionAttribute.cs" />
|
|
366 <Compile Include="Data\Linq\TableFunctionAttribute.cs" />
|
|
367 <Compile Include="Data\Linq\TableT.cs" />
|
|
368 <Compile Include="Data\Sql\ChildContainer.cs" />
|
|
369 <Compile Include="Data\Sql\ICloneableElement.cs" />
|
|
370 <Compile Include="Data\Sql\ISqlExpressionWalkable.cs" />
|
|
371 <Compile Include="Data\Sql\IValueContainer.cs" />
|
|
372 <Compile Include="Data\Sql\QueryElementType.cs" />
|
|
373 <Compile Include="Data\Sql\QueryType.cs" />
|
|
374 <Compile Include="Data\Sql\QueryVisitor.cs" />
|
|
375 <Compile Include="Data\Sql\SqlDataType.cs" />
|
|
376 <Compile Include="Data\Sql\ISqlPredicate.cs" />
|
|
377 <Compile Include="Data\Sql\Precedence.cs" />
|
|
378 <Compile Include="Data\Sql\SqlBinaryExpression.cs" />
|
|
379 <Compile Include="Data\Sql\SqlException.cs" />
|
|
380 <Compile Include="Data\Sql\Extensions.cs" />
|
|
381 <Compile Include="Data\Sql\IChild.cs" />
|
|
382 <Compile Include="Data\Sql\IQueryElement.cs" />
|
|
383 <Compile Include="Data\Sql\ISqlExpression.cs" />
|
|
384 <Compile Include="Data\Sql\ISqlTableSource.cs" />
|
|
385 <Compile Include="Data\Sql\SqlExpression.cs" />
|
|
386 <Compile Include="Data\Sql\SqlField.cs" />
|
|
387 <Compile Include="Data\Sql\SqlFunction.cs" />
|
|
388 <Compile Include="Data\Sql\Join.cs" />
|
|
389 <Compile Include="Data\Sql\JoinOn.cs" />
|
|
390 <Compile Include="Data\Sql\SqlParameter.cs" />
|
|
391 <Compile Include="Data\Sql\SqlProvider\BasicSqlProvider.cs" />
|
|
392 <Compile Include="Data\Sql\SqlProvider\AccessSqlProvider.cs" />
|
|
393 <Compile Include="Data\Sql\SqlProvider\MsSql2005SqlProvider.cs" />
|
|
394 <Compile Include="Data\Sql\SqlProvider\MsSql2008SqlProvider.cs" />
|
|
395 <Compile Include="Data\Sql\SqlProvider\SequenceNameAttribute.cs" />
|
|
396 <Compile Include="Data\Sql\SqlProvider\SybaseSqlProvider.cs" />
|
|
397 <Compile Include="Data\Sql\SqlProvider\MsSqlSqlProvider.cs" />
|
|
398 <Compile Include="Data\Sql\SqlProvider\MySqlSqlProvider.cs" />
|
|
399 <Compile Include="Data\Sql\SqlProvider\SqlCeSqlProvider.cs" />
|
|
400 <Compile Include="Data\Sql\SqlProvider\SQLiteSqlProvider.cs" />
|
|
401 <Compile Include="Data\Sql\SqlProvider\FirebirdSqlProvider.cs" />
|
|
402 <Compile Include="Data\Sql\SqlProvider\PostgreSQLSqlProvider.cs" />
|
|
403 <Compile Include="Data\Sql\SqlProvider\OracleSqlProvider.cs" />
|
|
404 <Compile Include="Data\Sql\SqlProvider\DB2SqlProvider.cs" />
|
|
405 <Compile Include="Data\Sql\SqlProvider\InformixSqlProvider.cs" />
|
|
406 <Compile Include="Data\Sql\SqlProvider\ISqlProvider.cs" />
|
|
407 <Compile Include="Data\Sql\SqlQuery.cs" />
|
|
408 <Compile Include="Data\Sql\SqlTable.cs" />
|
|
409 <Compile Include="Data\Sql\SqlTableT.cs" />
|
|
410 <Compile Include="Data\Sql\SqlTableType.cs" />
|
|
411 <Compile Include="Data\Sql\SqlValue.cs" />
|
|
412 <Compile Include="Mapping\AssociationAttribute.cs" />
|
|
413 <Compile Include="Mapping\Association.cs" />
|
|
414 <Compile Include="Mapping\ExpressionMapIgnoreAttribute.cs" />
|
|
415 <Compile Include="Mapping\ExpressionMapper.cs" />
|
|
416 <Compile Include="Mapping\IMappingSchemaProvider.cs" />
|
|
417 <Compile Include="Mapping\InheritanceMappingAttribute.cs" />
|
|
418 <Compile Include="Mapping\MapRelationBase.cs" />
|
|
419 <Compile Include="Mapping\MemberMapper.generated.cs">
|
|
420 <AutoGen>True</AutoGen>
|
|
421 <DesignTime>True</DesignTime>
|
|
422 <DependentUpon>MemberMapper.tt</DependentUpon>
|
|
423 </Compile>
|
|
424 <Compile Include="Mapping\NotNullAttribute.cs" />
|
|
425 <Compile Include="Mapping\RelationAttribute.cs" />
|
|
426 <Compile Include="Patterns\DuckType.cs">
|
|
427 <SubType>Code</SubType>
|
|
428 </Compile>
|
|
429 <Compile Include="Patterns\DuckTyping.cs">
|
|
430 <SubType>Code</SubType>
|
|
431 </Compile>
|
|
432 <Compile Include="Patterns\MustImplementAttribute.cs">
|
|
433 <SubType>Code</SubType>
|
|
434 </Compile>
|
|
435 <Compile Include="Properties\BLToolkitConstants.cs" />
|
|
436 <Compile Include="Properties\Resources.Designer.cs">
|
|
437 <AutoGen>True</AutoGen>
|
|
438 <DesignTime>True</DesignTime>
|
|
439 <DependentUpon>Resources.resx</DependentUpon>
|
|
440 </Compile>
|
|
441 <Compile Include="Common\CompoundValue.cs" />
|
|
442 <Compile Include="Common\Configuration.cs" />
|
|
443 <Compile Include="Common\Convert.cs" />
|
|
444 <Compile Include="Common\ConvertT.cs" />
|
|
445 <Compile Include="Common\IOperable.cs" />
|
|
446 <Compile Include="Common\Operator.cs">
|
|
447 <SubType>Code</SubType>
|
|
448 </Compile>
|
|
449 <Compile Include="DataAccess\ActionNameAttribute.cs" />
|
|
450 <Compile Include="DataAccess\ActionSprocNameAttribute.cs" />
|
|
451 <Compile Include="DataAccess\CommandBehaviorAttribute.cs" />
|
|
452 <Compile Include="DataAccess\ParamDbTypeAttribute.cs" />
|
|
453 <Compile Include="DataAccess\ParamSizeAttribute.cs" />
|
|
454 <Compile Include="DataAccess\DataSetTableAttribute.cs" />
|
|
455 <Compile Include="DataAccess\ParamNullValue.cs" />
|
|
456 <Compile Include="DataAccess\DataAccessorTA.cs" />
|
|
457 <Compile Include="DataAccess\Direction.cs" />
|
|
458 <Compile Include="DataAccess\DestinationAttribute.cs" />
|
|
459 <Compile Include="DataAccess\NoMapAttribute.cs" />
|
|
460 <Compile Include="DataAccess\ScalarSourceAttribute.cs" />
|
|
461 <Compile Include="DataAccess\FormatAttribute.cs" />
|
|
462 <Compile Include="DataAccess\DataAccessorAttribute.cs" />
|
|
463 <Compile Include="DataAccess\DataAccessor.cs" />
|
|
464 <Compile Include="DataAccess\DataAccessorBuilder.cs" />
|
|
465 <Compile Include="DataAccess\DataAccessorT.cs" />
|
|
466 <Compile Include="DataAccess\DiscoverParametersAttribute.cs" />
|
|
467 <Compile Include="DataAccess\IndexAttribute.cs" />
|
|
468 <Compile Include="DataAccess\NonUpdatableAttribute.cs" />
|
|
469 <Compile Include="DataAccess\ObjectTypeAttribute.cs" />
|
|
470 <Compile Include="DataAccess\ParamNameAttribute.cs" />
|
|
471 <Compile Include="DataAccess\PrimaryKeyAttribute.cs" />
|
|
472 <Compile Include="DataAccess\DataAccessException.cs" />
|
|
473 <Compile Include="DataAccess\ScalarFieldNameAttribute.cs" />
|
|
474 <Compile Include="DataAccess\SprocNameAttribute.cs" />
|
|
475 <Compile Include="DataAccess\SprocQuery.cs" />
|
|
476 <Compile Include="DataAccess\SprocQueryT.cs" />
|
|
477 <Compile Include="DataAccess\SqlQuery.cs" />
|
|
478 <Compile Include="DataAccess\SqlQueryAttribute.cs" />
|
|
479 <Compile Include="DataAccess\SqlQueryBase.cs" />
|
|
480 <Compile Include="DataAccess\SqlQueryInfo.cs" />
|
|
481 <Compile Include="DataAccess\SqlQueryParameterInfo.cs" />
|
|
482 <Compile Include="DataAccess\SqlQueryT.cs" />
|
|
483 <Compile Include="DataAccess\TableNameAttribute.cs" />
|
|
484 <Compile Include="Common\NameOrIndexParameter.cs" />
|
|
485 <Compile Include="Data\InitCommandEventArgs.cs" />
|
|
486 <Compile Include="Data\OperationExceptionEventArgs.cs" />
|
|
487 <Compile Include="Data\OperationTypeEventArgs.cs" />
|
|
488 <Compile Include="Data\ScalarSourceType.cs" />
|
|
489 <Compile Include="Data\DataException.cs" />
|
|
490 <Compile Include="Data\DataProvider\AccessDataProvider.cs" />
|
|
491 <Compile Include="Data\DataProvider\ConvertType.cs" />
|
|
492 <Compile Include="Data\DataProvider\DataProviderBase.cs" />
|
|
493 <Compile Include="Data\DataProvider\OdbcDataProvider.cs" />
|
|
494 <Compile Include="Data\DataProvider\OleDbDataProvider.cs" />
|
|
495 <Compile Include="Data\DataProvider\SqlDataProviderBase.cs" />
|
|
496 <Compile Include="Data\DbManager.cs">
|
|
497 <SubType>Component</SubType>
|
|
498 </Compile>
|
|
499 <Compile Include="Data\DbManager.Config.cs">
|
|
500 <DependentUpon>DbManager.cs</DependentUpon>
|
|
501 <SubType>Component</SubType>
|
|
502 </Compile>
|
|
503 <Compile Include="Data\DbManager.Linq.cs">
|
|
504 <DependentUpon>DbManager.cs</DependentUpon>
|
|
505 <SubType>Component</SubType>
|
|
506 </Compile>
|
|
507 <Compile Include="Data\OperationType.cs" />
|
|
508 <Compile Include="Mapping\SimpleSourceListMapper.cs" />
|
|
509 <Compile Include="Mapping\MapImplicitAttribute.cs" />
|
|
510 <Compile Include="Mapping\MapSetDataT.cs" />
|
|
511 <Compile Include="Mapping\ValueMapping.cs" />
|
|
512 <Compile Include="Mapping\MapDataDestinationBase.cs" />
|
|
513 <Compile Include="Mapping\MapDataSourceBase.cs" />
|
|
514 <Compile Include="Mapping\ScalarDataReaderMapper.cs" />
|
|
515 <Compile Include="Mapping\SimpleDestinationListMapper.cs" />
|
|
516 <Compile Include="Mapping\ScalarListMapper.cs" />
|
|
517 <Compile Include="Mapping\ScalarListMapperT.cs" />
|
|
518 <Compile Include="Mapping\TextDataListMapper.cs" />
|
|
519 <Compile Include="Mapping\TextDataMapper.cs" />
|
|
520 <Compile Include="Mapping\TextDataReader.cs" />
|
|
521 <Compile Include="Mapping\TextDataWriter.cs">
|
|
522 <SubType>Code</SubType>
|
|
523 </Compile>
|
|
524 <Compile Include="Mapping\MapGetDataT.cs" />
|
|
525 <Compile Include="Mapping\MapDataSourceDestinationBase.cs" />
|
|
526 <Compile Include="Mapping\DefaultMappingSchema.cs" />
|
|
527 <Compile Include="Mapping\IValueMapper.cs" />
|
|
528 <Compile Include="Mapping\NullDateTimeAttribute.cs" />
|
|
529 <Compile Include="Mapping\NullDecimalAttribute.cs" />
|
|
530 <Compile Include="Mapping\NullGuidAttribute.cs" />
|
|
531 <Compile Include="Properties\JetBrains.Annotations.cs" />
|
|
532 <Compile Include="Properties\Revision.generated.cs" />
|
|
533 <Compile Include="Reflection\ExprMemberAccessor.cs" />
|
|
534 <Compile Include="Reflection\ExprTypeAccessor.cs" />
|
|
535 <Compile Include="Reflection\GenericBinder.cs" />
|
|
536 <Compile Include="Reflection\MetadataProvider\AttributeMetadataProvider.cs" />
|
|
537 <Compile Include="Reflection\MetadataProvider\ExtensionMetadataProvider.cs" />
|
|
538 <Compile Include="Reflection\MetadataProvider\LinqMetadataProvider.cs" />
|
|
539 <Compile Include="Reflection\MetadataProvider\MetadataProviderBase.cs" />
|
|
540 <Compile Include="Reflection\MetadataProvider\MetadataProviderList.cs" />
|
|
541 <Compile Include="Reflection\XmlIncludeAbstractAttribute.cs" />
|
|
542 <Compile Include="ServiceModel\DataService.cs" />
|
|
543 <Compile Include="ServiceModel\ILinqService.cs" />
|
|
544 <Compile Include="ServiceModel\ILinqSoapService.cs" />
|
|
545 <Compile Include="ServiceModel\LinqService.cs">
|
|
546 <SubType>Code</SubType>
|
|
547 </Compile>
|
|
548 <Compile Include="ServiceModel\LinqServiceClient.cs" />
|
|
549 <Compile Include="ServiceModel\LinqServiceQuery.cs" />
|
|
550 <Compile Include="ServiceModel\LinqServiceResult.cs" />
|
|
551 <Compile Include="ServiceModel\LinqServiceSerializer.cs" />
|
|
552 <Compile Include="ServiceModel\LinqSoapServiceClient.cs" />
|
|
553 <Compile Include="ServiceModel\RemoteDataContextBase.cs" />
|
|
554 <Compile Include="ServiceModel\ServiceModelDataContext.cs" />
|
|
555 <Compile Include="ServiceModel\ServiceModelDataReader.cs" />
|
|
556 <Compile Include="ServiceModel\SoapDataContext.cs" />
|
|
557 <Compile Include="TypeBuilder\AutoImplementInterfaceAttribute.cs" />
|
|
558 <Compile Include="TypeBuilder\Builders\GeneratedAttributeBuilder.cs" />
|
|
559 <Compile Include="TypeBuilder\Builders\DuckTypeBuilder.cs" />
|
|
560 <Compile Include="TypeBuilder\GenerateAttributeAttribute.cs" />
|
|
561 <Compile Include="TypeBuilder\ISetParent.cs" />
|
|
562 <Compile Include="Mapping\DictionaryIndexListMapperT.cs" />
|
|
563 <Compile Include="Mapping\DictionaryListMapperT.cs" />
|
|
564 <Compile Include="Mapping\DictionaryIndexListMapper.cs" />
|
|
565 <Compile Include="Mapping\DictionaryListMapper.cs" />
|
|
566 <Compile Include="Mapping\DictionaryMapper.cs" />
|
|
567 <Compile Include="Mapping\EnumeratorMapper.cs" />
|
|
568 <Compile Include="Mapping\DataReaderListMapper.cs" />
|
|
569 <Compile Include="Mapping\DataReaderMapper.cs" />
|
|
570 <Compile Include="Mapping\DataTableMapper.cs" />
|
|
571 <Compile Include="Mapping\DataRowMapper.cs" />
|
|
572 <Compile Include="Mapping\DefaultMemberMapper.cs" />
|
|
573 <Compile Include="Mapping\DefaultValueAttribute.cs" />
|
|
574 <Compile Include="Mapping\IMapDataDestination.cs" />
|
|
575 <Compile Include="Mapping\IMapDataDestinationList.cs" />
|
|
576 <Compile Include="Mapping\IMapDataSource.cs" />
|
|
577 <Compile Include="Mapping\IMapDataSourceList.cs" />
|
|
578 <Compile Include="Mapping\ISupportMapping.cs" />
|
|
579 <Compile Include="Mapping\Map.cs" />
|
|
580 <Compile Include="Mapping\MapFieldAttribute.cs" />
|
|
581 <Compile Include="Mapping\MapIgnoreAttribute.cs" />
|
|
582 <Compile Include="Mapping\MapIndex.cs" />
|
|
583 <Compile Include="Mapping\MapMemberInfo.cs" />
|
|
584 <Compile Include="Mapping\MapNextResult.cs" />
|
|
585 <Compile Include="Mapping\MappingException.cs" />
|
|
586 <Compile Include="Mapping\MappingSchema.cs" />
|
|
587 <Compile Include="Mapping\MapRelation.cs" />
|
|
588 <Compile Include="Mapping\MapResultSet.cs" />
|
|
589 <Compile Include="Mapping\MapValue.cs" />
|
|
590 <Compile Include="Mapping\MapValueAttribute.cs" />
|
|
591 <Compile Include="Reflection\Extension\AttributeNameCollection.cs" />
|
|
592 <Compile Include="Reflection\Extension\TypeExtensionException.cs" />
|
|
593 <Compile Include="Reflection\Extension\TypeExtensionAttribute.cs" />
|
|
594 <Compile Include="Mapping\MemberMapperAttribute.cs" />
|
|
595 <Compile Include="Mapping\NullableAttribute.cs" />
|
|
596 <Compile Include="Mapping\NullValueAttribute.cs" />
|
|
597 <Compile Include="Mapping\ObjectListMapper.cs" />
|
|
598 <Compile Include="Mapping\ObjectMapperT.cs" />
|
|
599 <Compile Include="Mapping\MemberMapper.cs" />
|
|
600 <Compile Include="Mapping\ObjectMapper.cs" />
|
|
601 <Compile Include="Mapping\ObjectMapperAttribute.cs" />
|
|
602 <Compile Include="Mapping\TrimmableAttribute.cs" />
|
|
603 <Compile Include="Properties\AssemblyInfo.cs" />
|
|
604 <Compile Include="Reflection\Emit\AssemblyBuilderHelper.cs" />
|
|
605 <Compile Include="Reflection\Emit\ConstructorBuilderHelper.cs" />
|
|
606 <Compile Include="Reflection\Emit\EmitHelper.cs" />
|
|
607 <Compile Include="Reflection\Emit\MethodBuilderBase.cs" />
|
|
608 <Compile Include="Reflection\Emit\MethodBuilderHelper.cs" />
|
|
609 <Compile Include="Reflection\Emit\TypeBuilderHelper.cs" />
|
|
610 <Compile Include="Reflection\IObjectFactory.cs" />
|
|
611 <Compile Include="Reflection\MemberAccessor.cs" />
|
|
612 <Compile Include="Reflection\ObjectFactoryAttribute.cs" />
|
|
613 <Compile Include="Reflection\TypeAccessorT.cs" />
|
|
614 <Compile Include="Reflection\TypeHelper.cs" />
|
|
615 <Compile Include="TypeBuilder\Builders\AbstractClassBuilder.cs" />
|
|
616 <Compile Include="TypeBuilder\Builders\AbstractTypeBuilderBase.cs" />
|
|
617 <Compile Include="TypeBuilder\BLToolkitGeneratedAttribute.cs" />
|
|
618 <Compile Include="TypeBuilder\Builders\AbstractTypeBuilderList.cs" />
|
|
619 <Compile Include="TypeBuilder\Builders\BuildContext.cs" />
|
|
620 <Compile Include="TypeBuilder\Builders\BuildElement.cs" />
|
|
621 <Compile Include="TypeBuilder\Builders\BuildStep.cs" />
|
|
622 <Compile Include="TypeBuilder\Builders\DefaultTypeBuilder.cs" />
|
|
623 <Compile Include="TypeBuilder\Builders\FakeGetter.cs" />
|
|
624 <Compile Include="TypeBuilder\Builders\FakeMethodInfo.cs" />
|
|
625 <Compile Include="TypeBuilder\Builders\FakeParameterInfo.cs" />
|
|
626 <Compile Include="TypeBuilder\Builders\FakeSetter.cs" />
|
|
627 <Compile Include="TypeBuilder\Builders\ImplementInterfaceBuilder.cs" />
|
|
628 <Compile Include="TypeBuilder\Builders\PropertyChangedBuilder.cs" />
|
|
629 <Compile Include="TypeBuilder\Builders\TypeAccessorBuilder.cs" />
|
|
630 <Compile Include="TypeBuilder\GlobalInstanceTypeAttribute.cs" />
|
|
631 <Compile Include="TypeBuilder\Builders\IAbstractTypeBuilder.cs" />
|
|
632 <Compile Include="Reflection\InitContext.cs" />
|
|
633 <Compile Include="TypeBuilder\Builders\InstanceTypeBuilder.cs" />
|
|
634 <Compile Include="TypeBuilder\Builders\TypeBuilderConsts.cs" />
|
|
635 <Compile Include="TypeBuilder\DefaultInstanceTypeAttribute.cs" />
|
|
636 <Compile Include="TypeBuilder\GetValueAttribute.cs" />
|
|
637 <Compile Include="TypeBuilder\ImplementInterfaceAttribute.cs" />
|
|
638 <Compile Include="TypeBuilder\InstanceTypeAttribute.cs" />
|
|
639 <Compile Include="TypeBuilder\IPropertyChanged.cs" />
|
|
640 <Compile Include="TypeBuilder\LazyInstanceAttribute.cs" />
|
|
641 <Compile Include="TypeBuilder\LazyInstancesAttribute.cs" />
|
|
642 <Compile Include="TypeBuilder\NoInstanceAttribute.cs" />
|
|
643 <Compile Include="TypeBuilder\ParameterAttribute.cs" />
|
|
644 <Compile Include="TypeBuilder\ParentAttribute.cs" />
|
|
645 <Compile Include="TypeBuilder\PropertyChangedAttribute.cs" />
|
|
646 <Compile Include="TypeBuilder\PropertyInfoAttribute.cs" />
|
|
647 <Compile Include="TypeBuilder\RefCursorAttribute.cs" />
|
|
648 <Compile Include="TypeBuilder\ReturnIfFalseAttribute.cs" />
|
|
649 <Compile Include="TypeBuilder\ReturnIfNonZeroAttribute.cs" />
|
|
650 <Compile Include="TypeBuilder\ReturnIfNotNullAttribute.cs" />
|
|
651 <Compile Include="TypeBuilder\ReturnIfNullAttribute.cs" />
|
|
652 <Compile Include="TypeBuilder\ReturnIfTrueAttribute.cs" />
|
|
653 <Compile Include="TypeBuilder\ReturnIfZeroAttribute.cs" />
|
|
654 <Compile Include="TypeBuilder\SetValueAttribute.cs" />
|
|
655 <Compile Include="TypeBuilder\TypeBuilderException.cs" />
|
|
656 <Compile Include="TypeBuilder\Builders\ITypeBuilder.cs" />
|
|
657 <Compile Include="Reflection\TypeAccessor.cs" />
|
|
658 <Compile Include="TypeBuilder\Builders\TypeBuilderAttribute.cs" />
|
|
659 <Compile Include="TypeBuilder\TypeFactory.cs" />
|
|
660 <Compile Include="Reflection\Extension\AttributeExtensionCollection.cs" />
|
|
661 <Compile Include="Reflection\Extension\ValueCollection.cs" />
|
|
662 <Compile Include="Reflection\Extension\MemberExtensionCollection.cs" />
|
|
663 <Compile Include="Reflection\Extension\TypeExtension.cs" />
|
|
664 <Compile Include="Reflection\Extension\ExtensionList.cs" />
|
|
665 <Compile Include="Reflection\Extension\AttributeExtension.cs" />
|
|
666 <Compile Include="Reflection\Extension\MemberExtension.cs" />
|
|
667 <None Include="Mapping\MemberMapper.tt">
|
|
668 <Generator>TextTemplatingFileGenerator</Generator>
|
|
669 <LastGenOutput>MemberMapper.generated.cs</LastGenOutput>
|
|
670 </None>
|
|
671 <None Include="Properties\Revision.tt">
|
|
672 <LastGenOutput>Revision1.generated.cs</LastGenOutput>
|
|
673 </None>
|
|
674 </ItemGroup>
|
|
675 <ItemGroup>
|
|
676 <EmbeddedResource Include="Mapping\Mapping.xsd">
|
|
677 <SubType>
|
|
678 </SubType>
|
|
679 </EmbeddedResource>
|
|
680 <EmbeddedResource Include="DataAccess\DataAccess.xsd">
|
|
681 <SubType>
|
|
682 </SubType>
|
|
683 </EmbeddedResource>
|
|
684 <None Include="BLToolkit.snk" />
|
|
685 <None Include="DataAccess\DataAccess.xsx">
|
|
686 <DependentUpon>DataAccess.xsd</DependentUpon>
|
|
687 </None>
|
|
688 <None Include="Mapping\Mapping.xsx">
|
|
689 <DependentUpon>Mapping.xsd</DependentUpon>
|
|
690 </None>
|
|
691 <EmbeddedResource Include="Reflection\Extension\TypeExtension.xsd">
|
|
692 <SubType>
|
|
693 </SubType>
|
|
694 </EmbeddedResource>
|
|
695 <None Include="Reflection\Extension\TypeExtension.xsx">
|
|
696 <DependentUpon>TypeExtension.xsd</DependentUpon>
|
|
697 </None>
|
|
698 </ItemGroup>
|
|
699 <ItemGroup>
|
|
700 <EmbeddedResource Include="Data\Sql\ReservedWords.txt" />
|
|
701 <EmbeddedResource Include="Properties\Resources.resx">
|
|
702 <SubType>Designer</SubType>
|
|
703 <Generator>ResXFileCodeGenerator</Generator>
|
|
704 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
705 </EmbeddedResource>
|
|
706 </ItemGroup>
|
|
707 <ItemGroup>
|
|
708 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
709 <Visible>False</Visible>
|
|
710 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
711 <Install>false</Install>
|
|
712 </BootstrapperPackage>
|
|
713 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
|
714 <Visible>False</Visible>
|
|
715 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
|
716 <Install>true</Install>
|
|
717 </BootstrapperPackage>
|
|
718 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
|
719 <Visible>False</Visible>
|
|
720 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
|
721 <Install>false</Install>
|
|
722 </BootstrapperPackage>
|
|
723 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
|
724 <Visible>False</Visible>
|
|
725 <ProductName>.NET Framework 3.5</ProductName>
|
|
726 <Install>false</Install>
|
|
727 </BootstrapperPackage>
|
|
728 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
729 <Visible>False</Visible>
|
|
730 <ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
731 <Install>false</Install>
|
|
732 </BootstrapperPackage>
|
|
733 </ItemGroup>
|
|
734 <ItemGroup />
|
|
735 <ItemGroup>
|
|
736 <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|
737 </ItemGroup>
|
|
738 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
739 <PropertyGroup>
|
|
740 <PreBuildEvent>
|
|
741 </PreBuildEvent>
|
|
742 </PropertyGroup>
|
|
743 </Project> |