Mercurial > pub > bltoolkit
comparison Source/BLToolkit.4.csproj @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f990fcb411a9 |
---|---|
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 <ProductVersion>9.0.30729</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{0C325F5D-E50E-4340-8724-D29896CCC583}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>BLToolkit</RootNamespace> | |
12 <AssemblyName>BLToolkit.4</AssemblyName> | |
13 <FileUpgradeFlags> | |
14 </FileUpgradeFlags> | |
15 <OldToolsVersion>3.5</OldToolsVersion> | |
16 <UpgradeBackupLocation> | |
17 </UpgradeBackupLocation> | |
18 <IsWebBootstrapper>false</IsWebBootstrapper> | |
19 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
20 <SignAssembly>true</SignAssembly> | |
21 <AssemblyOriginatorKeyFile>BLToolkit.snk</AssemblyOriginatorKeyFile> | |
22 <PublishUrl>publish\</PublishUrl> | |
23 <Install>true</Install> | |
24 <InstallFrom>Disk</InstallFrom> | |
25 <UpdateEnabled>false</UpdateEnabled> | |
26 <UpdateMode>Foreground</UpdateMode> | |
27 <UpdateInterval>7</UpdateInterval> | |
28 <UpdateIntervalUnits>Days</UpdateIntervalUnits> | |
29 <UpdatePeriodically>false</UpdatePeriodically> | |
30 <UpdateRequired>false</UpdateRequired> | |
31 <MapFileExtensions>true</MapFileExtensions> | |
32 <ApplicationRevision>0</ApplicationRevision> | |
33 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> | |
34 <UseApplicationTrust>false</UseApplicationTrust> | |
35 <BootstrapperEnabled>true</BootstrapperEnabled> | |
36 </PropertyGroup> | |
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
38 <DebugSymbols>true</DebugSymbols> | |
39 <DebugType>full</DebugType> | |
40 <Optimize>false</Optimize> | |
41 <OutputPath>bin\Debug\</OutputPath> | |
42 <DefineConstants>TRACE;DEBUG;FW4;OVERRIDETOSTRING;</DefineConstants> | |
43 <ErrorReport>prompt</ErrorReport> | |
44 <WarningLevel>4</WarningLevel> | |
45 <CodeAnalysisRules> | |
46 </CodeAnalysisRules> | |
47 <CodeAnalysisRuleSet>Migrated rules for BLToolkit.4.ruleset</CodeAnalysisRuleSet> | |
48 </PropertyGroup> | |
49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
50 <DebugType>pdbonly</DebugType> | |
51 <Optimize>true</Optimize> | |
52 <OutputPath>bin\Release\</OutputPath> | |
53 <DefineConstants>TRACE;FW4;OVERRIDETOSTRING;NEW_PARSER</DefineConstants> | |
54 <ErrorReport>prompt</ErrorReport> | |
55 <WarningLevel>4</WarningLevel> | |
56 <CodeAnalysisRules> | |
57 </CodeAnalysisRules> | |
58 <CodeAnalysisRuleSet>Migrated rules for BLToolkit.4 (2).ruleset</CodeAnalysisRuleSet> | |
59 </PropertyGroup> | |
60 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug FW 3.5|AnyCPU'"> | |
61 <DebugSymbols>true</DebugSymbols> | |
62 <OutputPath>bin\Debug FW 3.5\</OutputPath> | |
63 <DefineConstants>TRACE;DEBUG;FW3;TRACE_PARSING1;OVERRIDETOSTRING1</DefineConstants> | |
64 <DebugType>full</DebugType> | |
65 <PlatformTarget>AnyCPU</PlatformTarget> | |
66 <CodeAnalysisLogFile>bin\Debug\BLToolkit.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> | |
67 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> | |
68 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> | |
69 <ErrorReport>prompt</ErrorReport> | |
70 <CodeAnalysisRuleSet>Migrated rules for BLToolkit.4.ruleset</CodeAnalysisRuleSet> | |
71 <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> | |
72 <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> | |
73 <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> | |
74 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> | |
75 <WarningLevel>4</WarningLevel> | |
76 <Optimize>false</Optimize> | |
77 </PropertyGroup> | |
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'"> | |
79 <DebugSymbols>true</DebugSymbols> | |
80 <OutputPath>bin\DebugMono\</OutputPath> | |
81 <DefineConstants>TRACE;DEBUG;FW4;MONO;OVERRIDETOSTRING;NEW_PARSER</DefineConstants> | |
82 <DebugType>full</DebugType> | |
83 <PlatformTarget>AnyCPU</PlatformTarget> | |
84 <CodeAnalysisLogFile>bin\Debug\BLToolkit.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> | |
85 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> | |
86 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> | |
87 <ErrorReport>prompt</ErrorReport> | |
88 <CodeAnalysisRuleSet>Migrated rules for BLToolkit.4.ruleset</CodeAnalysisRuleSet> | |
89 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> | |
90 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> | |
91 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> | |
92 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> | |
93 <WarningLevel>4</WarningLevel> | |
94 <Optimize>false</Optimize> | |
95 </PropertyGroup> | |
96 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'"> | |
97 <OutputPath>bin\ReleaseMono\</OutputPath> | |
98 <DefineConstants>TRACE;FW4;MONO;OVERRIDETOSTRING</DefineConstants> | |
99 <Optimize>true</Optimize> | |
100 <DebugType>pdbonly</DebugType> | |
101 <PlatformTarget>AnyCPU</PlatformTarget> | |
102 <CodeAnalysisLogFile>bin\Release\BLToolkit.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> | |
103 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> | |
104 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> | |
105 <ErrorReport>prompt</ErrorReport> | |
106 <CodeAnalysisRuleSet>Migrated rules for BLToolkit.4 (2).ruleset</CodeAnalysisRuleSet> | |
107 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> | |
108 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> | |
109 <WarningLevel>4</WarningLevel> | |
110 </PropertyGroup> | |
111 <ItemGroup> | |
112 <Reference Include="System"> | |
113 </Reference> | |
114 <Reference Include="System.Core"> | |
115 </Reference> | |
116 <Reference Include="System.Data"> | |
117 </Reference> | |
118 <Reference Include="System.Data.Linq"> | |
119 </Reference> | |
120 <Reference Include="System.Data.Services" /> | |
121 <Reference Include="System.Design"> | |
122 </Reference> | |
123 <Reference Include="System.Drawing"> | |
124 </Reference> | |
125 <Reference Include="System.Runtime.Serialization"> | |
126 </Reference> | |
127 <Reference Include="System.ServiceModel"> | |
128 </Reference> | |
129 <Reference Include="System.Web"> | |
130 </Reference> | |
131 <Reference Include="System.Web.Services" /> | |
132 <Reference Include="System.Windows.Forms"> | |
133 </Reference> | |
134 <Reference Include="System.Xml"> | |
135 </Reference> | |
136 <Reference Include="System.Configuration"> | |
137 </Reference> | |
138 <Reference Include="System.Xml.Linq" /> | |
139 </ItemGroup> | |
140 <ItemGroup> | |
141 <None Include="Common\Convert.tt"> | |
142 <Generator>TextTemplatingFileGenerator</Generator> | |
143 <LastGenOutput>Convert.generated.cs</LastGenOutput> | |
144 </None> | |
145 <None Include="Data\DataProvider\FdpDataProvider.cs"> | |
146 <DependentUpon>DataProviderBase.cs</DependentUpon> | |
147 </None> | |
148 <None Include="Data\DataProvider\MySqlDataProvider.cs"> | |
149 <DependentUpon>DataProviderBase.cs</DependentUpon> | |
150 </None> | |
151 <None Include="Data\DataProvider\OdpDataProvider.cs"> | |
152 <DependentUpon>DataProviderBase.cs</DependentUpon> | |
153 </None> | |
154 <None Include="Data\DataProvider\SqlCeDataProvider.cs"> | |
155 <DependentUpon>DataProviderBase.cs</DependentUpon> | |
156 </None> | |
157 <None Include="Data\DataProvider\SQLiteDataProvider.cs"> | |
158 <DependentUpon>DataProviderBase.cs</DependentUpon> | |
159 </None> | |
160 <None Include="Data\DataProvider\SybaseDataProvider.cs"> | |
161 <DependentUpon>DataProviderBase.cs</DependentUpon> | |
162 </None> | |
163 <None Include="Data\DataProvider\SybaseAdoDataProvider.cs"> | |
164 <DependentUpon>DataProviderBase.cs</DependentUpon> | |
165 </None> | |
166 <None Include="Data\DataProvider\DB2DataProvider.cs"> | |
167 <DependentUpon>DataProviderBase.cs</DependentUpon> | |
168 </None> | |
169 <None Include="Data\DataProvider\InformixDataProvider.cs"> | |
170 <DependentUpon>DataProviderBase.cs</DependentUpon> | |
171 </None> | |
172 <None Include="Data\DataProvider\PostgreSQLDataProvider.cs"> | |
173 <DependentUpon>DataProviderBase.cs</DependentUpon> | |
174 </None> | |
175 <Compile Include="Aspects\Builders\AsyncAspectBuilder.cs" /> | |
176 <Compile Include="Aspects\Builders\InterceptorAspectBuilder.cs" /> | |
177 <Compile Include="Aspects\Builders\MixinAspectBuilder.cs" /> | |
178 <Compile Include="Aspects\Builders\NotNullAspectBuilder.cs" /> | |
179 <Compile Include="Aspects\Builders\OverloadAspectBuilder.cs" /> | |
180 <Compile Include="Aspects\ClearCacheAspect.cs" /> | |
181 <Compile Include="Aspects\Builders\ClearCacheAspectBuilder.cs" /> | |
182 <Compile Include="Aspects\ClearCacheAttribute.cs" /> | |
183 <Compile Include="Aspects\InstanceCacheAttribute.cs" /> | |
184 <Compile Include="Aspects\OverloadAttribute.cs" /> | |
185 <Compile Include="Common\ArrayT.cs" /> | |
186 <Compile Include="Common\Convert.generated.cs"> | |
187 <AutoGen>True</AutoGen> | |
188 <DesignTime>True</DesignTime> | |
189 <DependentUpon>Convert.tt</DependentUpon> | |
190 </Compile> | |
191 <Compile Include="Common\Tuple.cs" /> | |
192 <Compile Include="Configuration\ElementBase.cs" /> | |
193 <Compile Include="Configuration\ElementCollectionBase.cs" /> | |
194 <Compile Include="Configuration\DataProviderElement.cs" /> | |
195 <Compile Include="Configuration\DataProviderElementCollection.cs" /> | |
196 <Compile Include="Configuration\BLToolkitSection.cs" /> | |
197 <Compile Include="Configuration\TypeFactoryElement.cs" /> | |
198 <Compile Include="DataAccess\ActualTypeAttribute.cs" /> | |
199 <Compile Include="DataAccess\IdentityAttribute.cs" /> | |
200 <Compile Include="DataAccess\DataAccessorBase.cs" /> | |
201 <Compile Include="DataAccess\DbTypeAttribute.cs" /> | |
202 <Compile Include="DataAccess\ISqlQueryT.cs" /> | |
203 <Compile Include="DataAccess\ParamTypeNameAttribute.cs" /> | |
204 <Compile Include="DataAccess\PrimaryKeyGeneratorType.cs" /> | |
205 <Compile Include="DataAccess\SequenceKeyGenerator.cs" /> | |
206 <Compile Include="DataAccess\SqlIgnoreAttribute.cs" /> | |
207 <Compile Include="DataAccess\ScalarAttribute.cs" /> | |
208 <Compile Include="Data\DataExceptionType.cs" /> | |
209 <Compile Include="Data\DataProvider\Sql2005DataProvider.cs" /> | |
210 <Compile Include="Data\DataProvider\DataProviderInterpreterBase.cs" /> | |
211 <Compile Include="Data\DataProvider\Interpreters\OracleDataProviderInterpreter.cs" /> | |
212 <Compile Include="Data\DataProvider\Interpreters\SqliteDataProviderInterpreter.cs" /> | |
213 <Compile Include="Data\DataProvider\OracleHelper.cs" /> | |
214 <Compile Include="Data\DataProvider\Sql2000DataProvider.cs" /> | |
215 <Compile Include="Data\DataProvider\FirebirdMappingSchema.cs" /> | |
216 <Compile Include="Data\DataProvider\Sql2008DataProvider.cs" /> | |
217 <Compile Include="Data\DataProvider\Sql2012DataProvider.cs" /> | |
218 <Compile Include="Data\DataProvider\SqlDataProvider.cs" /> | |
219 <Compile Include="Data\DataProvider\ProviderName.cs" /> | |
220 <Compile Include="Data\DbConnectionFactory.cs" /> | |
221 <Compile Include="Data\IDataReaderEx.cs" /> | |
222 <Compile Include="Data\IDbConnectionFactory.cs" /> | |
223 <Compile Include="Data\Linq\Builder\AsUpdatableBuilder.cs" /> | |
224 <Compile Include="Data\Linq\Builder\ConcatUnionBuilder.cs" /> | |
225 <Compile Include="Data\Linq\Builder\ContainsBuilder.cs" /> | |
226 <Compile Include="Data\Linq\Builder\AllAnyBuilder.cs" /> | |
227 <Compile Include="Data\Linq\Builder\CastBuilder.cs" /> | |
228 <Compile Include="Data\Linq\Builder\InsertOrUpdateBuilder.cs" /> | |
229 <Compile Include="Data\Linq\Builder\ExpressionHoder.cs" /> | |
230 <Compile Include="Data\Linq\Builder\IsExpressionResult.cs" /> | |
231 <Compile Include="Data\Linq\Builder\OfTypeBuilder.cs" /> | |
232 <Compile Include="Data\Linq\Builder\IntersectBuilder.cs" /> | |
233 <Compile Include="Data\Linq\Builder\PassThroughContext.cs" /> | |
234 <Compile Include="Data\Linq\Builder\SequenceConvertInfo.cs" /> | |
235 <Compile Include="Data\Linq\Builder\SequenceConvertPath.cs" /> | |
236 <Compile Include="Data\Linq\Builder\ExpressionTestGenerator.cs" /> | |
237 <Compile Include="Data\Linq\Builder\UpdateBuilder.cs" /> | |
238 <Compile Include="Data\Linq\Builder\DeleteBuilder.cs" /> | |
239 <Compile Include="Data\Linq\CompiledQuery.cs" /> | |
240 <Compile Include="Data\Linq\CompiledTableT.cs" /> | |
241 <Compile Include="Data\Linq\ITable.cs" /> | |
242 <Compile Include="Data\Linq\DataContext.cs" /> | |
243 <Compile Include="Data\Linq\DataContextInfo.cs" /> | |
244 <Compile Include="Data\Linq\DataContextTransaction.cs" /> | |
245 <Compile Include="Data\Linq\DefaultDataContextInfo.cs" /> | |
246 <Compile Include="Data\Linq\Builder\PassThroughBuilder.cs" /> | |
247 <Compile Include="Data\Linq\Builder\ChangeTypeExpression.cs" /> | |
248 <Compile Include="Data\Linq\Builder\DefaultIfEmptyBuilder.cs" /> | |
249 <Compile Include="Data\Linq\Builder\InsertBuilder.cs" /> | |
250 <Compile Include="Data\Linq\Builder\BuildInfo.cs" /> | |
251 <Compile Include="Data\Linq\Builder\SelectManyBuilder.cs" /> | |
252 <Compile Include="Data\Linq\Builder\SqlInfo.cs" /> | |
253 <Compile Include="Data\Linq\Builder\TableAttributeBuilder.cs" /> | |
254 <Compile Include="Data\Linq\Builder\TakeSkipBuilder.cs" /> | |
255 <Compile Include="Data\Linq\IExpressionQuery.cs" /> | |
256 <Compile Include="Data\Linq\MemberInfoComparer.cs" /> | |
257 <Compile Include="Data\Linq\QueryableAccessor.cs" /> | |
258 <Compile Include="Data\Linq\TableT.cs" /> | |
259 <Compile Include="Data\Sql\SqlProvider\MsSql2000SqlProvider.cs" /> | |
260 <Compile Include="Data\Sql\SqlProvider\MsSql2012SqlProvider.cs" /> | |
261 <Compile Include="Data\Sql\SqlValueBase.cs" /> | |
262 <Compile Include="Linq\ExpressionHelper.cs" /> | |
263 <Compile Include="Data\Linq\ExpressionQueryImpl.cs" /> | |
264 <Compile Include="Data\Linq\IDataContextInfo.cs" /> | |
265 <Compile Include="Data\Linq\IgnoreIEnumerableAttribute.cs" /> | |
266 <Compile Include="Data\Linq\IQueryContext.cs" /> | |
267 <Compile Include="Data\Linq\ISelectInsertable.cs" /> | |
268 <Compile Include="Data\Linq\Expressions.cs" /> | |
269 <Compile Include="Data\Linq\IValueInsertable.cs" /> | |
270 <Compile Include="Data\Linq\LinqExtensions.cs" /> | |
271 <Compile Include="Data\Linq\Builder\AggregationBuilder.cs" /> | |
272 <Compile Include="Data\Linq\Builder\ConvertFlags.cs" /> | |
273 <Compile Include="Data\Linq\Builder\CountBuilder.cs" /> | |
274 <Compile Include="Data\Linq\Builder\DistinctBuilder.cs" /> | |
275 <Compile Include="Data\Linq\Builder\ExpressionBuilder.cs" /> | |
276 <Compile Include="Data\Linq\Builder\ExpressionBuilder.SqlBuilder.cs" /> | |
277 <Compile Include="Data\Linq\Builder\ExpressionBuilder.QueryBuilder.cs" /> | |
278 <Compile Include="Data\Linq\Builder\FirstSingleBuilder.cs" /> | |
279 <Compile Include="Data\Linq\Builder\GroupByBuilder.cs" /> | |
280 <Compile Include="Data\Linq\Builder\IBuildContext.cs" /> | |
281 <Compile Include="Data\Linq\Builder\ISequenceBuilder.cs" /> | |
282 <Compile Include="Data\Linq\Builder\JoinBuilder.cs" /> | |
283 <Compile Include="Data\Linq\Builder\MethodCallBuilder.cs" /> | |
284 <Compile Include="Data\Linq\Builder\OrderByBuilder.cs" /> | |
285 <Compile Include="Data\Linq\Builder\ExpressionContext.cs" /> | |
286 <Compile Include="Data\Linq\Builder\RequestFor.cs" /> | |
287 <Compile Include="Data\Linq\Builder\ScalarSelectBuilder.cs" /> | |
288 <Compile Include="Data\Linq\Builder\SelectContext.cs" /> | |
289 <Compile Include="Data\Linq\Builder\SelectBuilder.cs" /> | |
290 <Compile Include="Data\Linq\Builder\SequenceContextBase.cs" /> | |
291 <Compile Include="Data\Linq\Builder\SubQueryContext.cs" /> | |
292 <Compile Include="Data\Linq\Builder\TableBuilder.cs" /> | |
293 <Compile Include="Data\Linq\Builder\WhereBuilder.cs" /> | |
294 <Compile Include="Data\Linq\Query.cs" /> | |
295 <Compile Include="Data\Linq\Settings.cs" /> | |
296 <Compile Include="Data\Linq\SqlEnumAttribute.cs" /> | |
297 <Compile Include="Data\Linq\Extensions.cs" /> | |
298 <Compile Include="Data\Linq\IUpdatable.cs" /> | |
299 <Compile Include="Data\Linq\MethodExpressionAttribute.cs" /> | |
300 <Compile Include="Data\Linq\SqlExpressionAttribute.cs" /> | |
301 <Compile Include="Data\Linq\IDataContext.cs" /> | |
302 <Compile Include="Data\Linq\QueryContext.cs" /> | |
303 <Compile Include="Data\Linq\SqlPropertyAttribute.cs" /> | |
304 <Compile Include="Data\Linq\LinqException.cs" /> | |
305 <Compile Include="Data\Linq\ReflectionHelper.cs" /> | |
306 <Compile Include="Data\Linq\Sql.cs" /> | |
307 <Compile Include="Data\Linq\SqlFunctionAttribute.cs" /> | |
308 <Compile Include="Data\Linq\TableExpressionAttribute.cs" /> | |
309 <Compile Include="Data\Linq\TableFunctionAttribute.cs" /> | |
310 <Compile Include="Data\Linq\ExpressionQuery.cs" /> | |
311 <Compile Include="Data\Sql\ChildContainer.cs" /> | |
312 <Compile Include="Data\Sql\ICloneableElement.cs" /> | |
313 <Compile Include="Data\Sql\ISqlExpressionWalkable.cs" /> | |
314 <Compile Include="Data\Sql\IValueContainer.cs" /> | |
315 <Compile Include="Data\Sql\QueryElementType.cs" /> | |
316 <Compile Include="Data\Sql\QueryType.cs" /> | |
317 <Compile Include="Data\Sql\QueryVisitor.cs" /> | |
318 <Compile Include="Data\Sql\SqlDataType.cs" /> | |
319 <Compile Include="Data\Sql\ISqlPredicate.cs" /> | |
320 <Compile Include="Data\Sql\Precedence.cs" /> | |
321 <Compile Include="Data\Sql\SqlBinaryExpression.cs" /> | |
322 <Compile Include="Data\Sql\SqlException.cs" /> | |
323 <Compile Include="Data\Sql\Extensions.cs" /> | |
324 <Compile Include="Data\Sql\IChild.cs" /> | |
325 <Compile Include="Data\Sql\IQueryElement.cs" /> | |
326 <Compile Include="Data\Sql\ISqlExpression.cs" /> | |
327 <Compile Include="Data\Sql\ISqlTableSource.cs" /> | |
328 <Compile Include="Data\Sql\SqlExpression.cs" /> | |
329 <Compile Include="Data\Sql\SqlField.cs" /> | |
330 <Compile Include="Data\Sql\SqlFunction.cs" /> | |
331 <Compile Include="Data\Sql\Join.cs" /> | |
332 <Compile Include="Data\Sql\JoinOn.cs" /> | |
333 <Compile Include="Data\Sql\SqlParameter.cs" /> | |
334 <Compile Include="Data\Sql\SqlProvider\BasicSqlProvider.cs" /> | |
335 <Compile Include="Data\Sql\SqlProvider\AccessSqlProvider.cs" /> | |
336 <Compile Include="Data\Sql\SqlProvider\MsSql2005SqlProvider.cs" /> | |
337 <Compile Include="Data\Sql\SqlProvider\MsSql2008SqlProvider.cs" /> | |
338 <Compile Include="Data\Sql\SqlProvider\SequenceNameAttribute.cs" /> | |
339 <Compile Include="Data\Sql\SqlProvider\SybaseSqlProvider.cs" /> | |
340 <Compile Include="Data\Sql\SqlProvider\MsSqlSqlProvider.cs" /> | |
341 <Compile Include="Data\Sql\SqlProvider\MySqlSqlProvider.cs" /> | |
342 <Compile Include="Data\Sql\SqlProvider\SqlCeSqlProvider.cs" /> | |
343 <Compile Include="Data\Sql\SqlProvider\SQLiteSqlProvider.cs" /> | |
344 <Compile Include="Data\Sql\SqlProvider\FirebirdSqlProvider.cs" /> | |
345 <Compile Include="Data\Sql\SqlProvider\PostgreSQLSqlProvider.cs" /> | |
346 <Compile Include="Data\Sql\SqlProvider\OracleSqlProvider.cs" /> | |
347 <Compile Include="Data\Sql\SqlProvider\DB2SqlProvider.cs" /> | |
348 <Compile Include="Data\Sql\SqlProvider\InformixSqlProvider.cs" /> | |
349 <Compile Include="Data\Sql\SqlProvider\ISqlProvider.cs" /> | |
350 <Compile Include="Data\Sql\SqlQuery.cs" /> | |
351 <Compile Include="Data\Sql\SqlTable.cs" /> | |
352 <Compile Include="Data\Sql\SqlTableT.cs" /> | |
353 <Compile Include="Data\Sql\SqlTableType.cs" /> | |
354 <Compile Include="Data\Sql\SqlValue.cs" /> | |
355 <Compile Include="Mapping\AssociationAttribute.cs" /> | |
356 <Compile Include="Mapping\Association.cs" /> | |
357 <Compile Include="Mapping\ExpressionMapIgnoreAttribute.cs" /> | |
358 <Compile Include="Mapping\ExpressionMapper.cs" /> | |
359 <Compile Include="Mapping\Fluent\AssociationMap.cs" /> | |
360 <Compile Include="Mapping\Fluent\Attributes.cs" /> | |
361 <Compile Include="Mapping\Fluent\FluentConfig.cs" /> | |
362 <Compile Include="Mapping\Fluent\FluentMap.cs" /> | |
363 <Compile Include="Mapping\Fluent\FluentMap.Interface.cs" /> | |
364 <Compile Include="Mapping\Fluent\FluentMapHelper.cs" /> | |
365 <Compile Include="Mapping\Fluent\IFluentMap.cs" /> | |
366 <Compile Include="Mapping\Fluent\MapFieldMap.cs" /> | |
367 <Compile Include="Mapping\Fluent\MappedProperty.cs" /> | |
368 <Compile Include="Mapping\IMappingSchemaProvider.cs" /> | |
369 <Compile Include="Mapping\InheritanceMappingAttribute.cs" /> | |
370 <Compile Include="Mapping\MapRelationBase.cs" /> | |
371 <Compile Include="Mapping\MemberMapper.generated.cs"> | |
372 <AutoGen>True</AutoGen> | |
373 <DesignTime>True</DesignTime> | |
374 <DependentUpon>MemberMapper.tt</DependentUpon> | |
375 </Compile> | |
376 <Compile Include="Mapping\MemberMappers\BinarySerialisationMapper.cs" /> | |
377 <Compile Include="Mapping\MemberMappers\BinarySerialisationToBase64StringMapper.cs" /> | |
378 <Compile Include="Mapping\MemberMappers\TimeSpanBigIntMapper.cs" /> | |
379 <Compile Include="Mapping\MemberMappers\JSONSerialisationMapper.cs" /> | |
380 <Compile Include="Mapping\MemberMappers\XMLSerialisationMapper.cs" /> | |
381 <Compile Include="Mapping\NotNullAttribute.cs" /> | |
382 <Compile Include="Mapping\RelationAttribute.cs" /> | |
383 <Compile Include="Properties\BLToolkitConstants.cs" /> | |
384 <Compile Include="Properties\Resources.Designer.cs"> | |
385 <AutoGen>True</AutoGen> | |
386 <DesignTime>True</DesignTime> | |
387 <DependentUpon>Resources.resx</DependentUpon> | |
388 </Compile> | |
389 <Compile Include="Aspects\CacheAspect.cs" /> | |
390 <Compile Include="Aspects\CacheAspectItem.cs" /> | |
391 <Compile Include="Aspects\CacheAspectT.cs" /> | |
392 <Compile Include="Aspects\CacheAttribute.cs" /> | |
393 <Compile Include="Aspects\CallMethodInfo.cs" /> | |
394 <Compile Include="Aspects\AsyncAttribute.cs" /> | |
395 <Compile Include="Aspects\MethodCallCounter.cs" /> | |
396 <Compile Include="Aspects\CounterAspect.cs" /> | |
397 <Compile Include="Aspects\CounterAttribute.cs" /> | |
398 <Compile Include="Aspects\NoCacheAttribute.cs" /> | |
399 <Compile Include="Aspects\IInterceptor.cs" /> | |
400 <Compile Include="Aspects\Interceptor.cs" /> | |
401 <Compile Include="Aspects\InterceptCallInfo.cs" /> | |
402 <Compile Include="Aspects\InterceptorAttribute.cs" /> | |
403 <Compile Include="Aspects\InterceptResult.cs" /> | |
404 <Compile Include="Aspects\InterceptType.cs" /> | |
405 <Compile Include="Aspects\LogAttribute.cs" /> | |
406 <Compile Include="Aspects\LoggingAspect.cs" /> | |
407 <Compile Include="Aspects\MixinAttribute.cs" /> | |
408 <Compile Include="Aspects\MixinOverrideAttribute.cs" /> | |
409 <Compile Include="Aspects\NoCounterAttribute.cs" /> | |
410 <Compile Include="Aspects\NoInterceptionAttribute.cs" /> | |
411 <Compile Include="Aspects\NoLogAttribute.cs" /> | |
412 <Compile Include="Aspects\NotNullAttribute.cs" /> | |
413 <Compile Include="Common\CompoundValue.cs" /> | |
414 <Compile Include="Common\Configuration.cs" /> | |
415 <Compile Include="Common\Convert.cs" /> | |
416 <Compile Include="Common\ConvertT.cs" /> | |
417 <Compile Include="Common\EntityBase.cs" /> | |
418 <Compile Include="Common\EntityBaseT.cs" /> | |
419 <Compile Include="Common\IOperable.cs" /> | |
420 <Compile Include="Common\Operator.cs"> | |
421 <SubType>Code</SubType> | |
422 </Compile> | |
423 <Compile Include="ComponentModel\BindingListImpl.cs" /> | |
424 <Compile Include="ComponentModel\CustomTypeDescriptorImpl.cs" /> | |
425 <Compile Include="ComponentModel\Design\ObjectViewTypeEditor.cs" /> | |
426 <Compile Include="ComponentModel\Design\GetTypeDialog.cs"> | |
427 <SubType>Form</SubType> | |
428 </Compile> | |
429 <Compile Include="ComponentModel\Design\GetTypeDialog.Designer.cs"> | |
430 <DependentUpon>GetTypeDialog.cs</DependentUpon> | |
431 </Compile> | |
432 <Compile Include="ComponentModel\Design\TypeNameEditor.cs" /> | |
433 <Compile Include="ComponentModel\Design\TypePicker.cs"> | |
434 <SubType>UserControl</SubType> | |
435 </Compile> | |
436 <Compile Include="ComponentModel\Design\TypePicker.Designer.cs"> | |
437 <DependentUpon>TypePicker.cs</DependentUpon> | |
438 </Compile> | |
439 <Compile Include="ComponentModel\Design\ObjectViewTypeNameEditor.cs" /> | |
440 <Compile Include="ComponentModel\ISortable.cs" /> | |
441 <Compile Include="ComponentModel\IObjectView.cs" /> | |
442 <Compile Include="ComponentModel\ITypeDescriptionProvider.cs" /> | |
443 <Compile Include="ComponentModel\ObjectHolder.cs" /> | |
444 <Compile Include="ComponentModel\TypeDescriptorExtender.cs" /> | |
445 <Compile Include="ComponentModel\TypeDescriptorExtenderT.cs" /> | |
446 <Compile Include="ComponentModel\TypedListImpl.cs" /> | |
447 <Compile Include="ComponentModel\Design\TypeEditor.cs" /> | |
448 <Compile Include="ComponentModel\TypeTypeConverter.cs" /> | |
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="EditableObjects\EditableXmlDocument.cs" /> | |
509 <Compile Include="EditableObjects\EditableList.cs" /> | |
510 <Compile Include="EditableObjects\EditableListChangedEventArgs.cs" /> | |
511 <Compile Include="ComponentModel\MemberPropertyDescriptor.cs" /> | |
512 <Compile Include="ComponentModel\PropertyDescriptorWrapper.cs" /> | |
513 <Compile Include="EditableObjects\EditableArrayList.cs" /> | |
514 <Compile Include="EditableObjects\EditableObject.cs" /> | |
515 <Compile Include="EditableObjects\EditableObjectHolder.cs" /> | |
516 <Compile Include="EditableObjects\EditableObjectT.cs" /> | |
517 <Compile Include="EditableObjects\EditableValue.cs" /> | |
518 <Compile Include="EditableObjects\IEditable.cs" /> | |
519 <Compile Include="Mapping\SimpleSourceListMapper.cs" /> | |
520 <Compile Include="Mapping\MapImplicitAttribute.cs" /> | |
521 <Compile Include="Mapping\MapSetDataT.cs" /> | |
522 <Compile Include="Mapping\ValueMapping.cs" /> | |
523 <Compile Include="Mapping\MapDataDestinationBase.cs" /> | |
524 <Compile Include="Mapping\MapDataSourceBase.cs" /> | |
525 <Compile Include="Mapping\ScalarDataReaderMapper.cs" /> | |
526 <Compile Include="Mapping\SimpleDestinationListMapper.cs" /> | |
527 <Compile Include="Mapping\ScalarListMapper.cs" /> | |
528 <Compile Include="Mapping\ScalarListMapperT.cs" /> | |
529 <Compile Include="Mapping\TextDataListMapper.cs" /> | |
530 <Compile Include="Mapping\TextDataMapper.cs" /> | |
531 <Compile Include="Mapping\TextDataReader.cs" /> | |
532 <Compile Include="Mapping\TextDataWriter.cs"> | |
533 <SubType>Code</SubType> | |
534 </Compile> | |
535 <Compile Include="Mapping\MapGetDataT.cs" /> | |
536 <Compile Include="Mapping\MapDataSourceDestinationBase.cs" /> | |
537 <Compile Include="Mapping\DefaultMappingSchema.cs" /> | |
538 <Compile Include="Mapping\IValueMapper.cs" /> | |
539 <Compile Include="Mapping\NullDateTimeAttribute.cs" /> | |
540 <Compile Include="Mapping\NullDecimalAttribute.cs" /> | |
541 <Compile Include="Mapping\NullGuidAttribute.cs" /> | |
542 <Compile Include="Patterns\DuckTyping.cs" /> | |
543 <Compile Include="Patterns\DuckType.cs" /> | |
544 <Compile Include="Patterns\MustImplementAttribute.cs" /> | |
545 <Compile Include="Properties\JetBrains.Annotations.cs" /> | |
546 <Compile Include="Properties\Revision.generated.cs" /> | |
547 <Compile Include="Reflection\ExprMemberAccessor.cs" /> | |
548 <Compile Include="Reflection\ExprTypeAccessor.cs" /> | |
549 <Compile Include="Reflection\GenericBinder.cs" /> | |
550 <Compile Include="Reflection\MetadataProvider\AttributeMetadataProvider.cs" /> | |
551 <Compile Include="Reflection\MetadataProvider\ExtensionMetadataProvider.cs" /> | |
552 <Compile Include="Reflection\MetadataProvider\LinqMetadataProvider.cs" /> | |
553 <Compile Include="Reflection\MetadataProvider\MetadataProviderBase.cs" /> | |
554 <Compile Include="Reflection\MetadataProvider\MetadataProviderList.cs" /> | |
555 <Compile Include="Reflection\XmlIncludeAbstractAttribute.cs" /> | |
556 <Compile Include="ServiceModel\DataService.cs" /> | |
557 <Compile Include="ServiceModel\ILinqSoapService.cs" /> | |
558 <Compile Include="ServiceModel\LinqSoapServiceClient.cs" /> | |
559 <Compile Include="ServiceModel\ILinqService.cs" /> | |
560 <Compile Include="ServiceModel\LinqService.cs" /> | |
561 <Compile Include="ServiceModel\LinqServiceClient.cs" /> | |
562 <Compile Include="ServiceModel\LinqServiceQuery.cs" /> | |
563 <Compile Include="ServiceModel\LinqServiceResult.cs" /> | |
564 <Compile Include="ServiceModel\LinqServiceSerializer.cs" /> | |
565 <Compile Include="ServiceModel\RemoteDataContextBase.cs" /> | |
566 <Compile Include="ServiceModel\ServiceModelDataContext.cs" /> | |
567 <Compile Include="ServiceModel\ServiceModelDataReader.cs" /> | |
568 <Compile Include="ServiceModel\SoapDataContext.cs" /> | |
569 <Compile Include="TypeBuilder\AutoImplementInterfaceAttribute.cs" /> | |
570 <Compile Include="TypeBuilder\Builders\GeneratedAttributeBuilder.cs" /> | |
571 <Compile Include="TypeBuilder\Builders\DuckTypeBuilder.cs" /> | |
572 <Compile Include="TypeBuilder\GenerateAttributeAttribute.cs" /> | |
573 <Compile Include="TypeBuilder\ISetParent.cs" /> | |
574 <Compile Include="EditableObjects\IMemberwiseEditable.cs" /> | |
575 <Compile Include="ComponentModel\INotifyObjectEdit.cs" /> | |
576 <Compile Include="EditableObjects\IPrintDebugState.cs" /> | |
577 <Compile Include="ComponentModel\ObjectBinder.cs"> | |
578 <SubType>Component</SubType> | |
579 </Compile> | |
580 <Compile Include="ComponentModel\ObjectEditEventArgs.cs" /> | |
581 <Compile Include="ComponentModel\ObjectEditType.cs" /> | |
582 <Compile Include="Mapping\DictionaryIndexListMapperT.cs" /> | |
583 <Compile Include="Mapping\DictionaryListMapperT.cs" /> | |
584 <Compile Include="Mapping\DictionaryIndexListMapper.cs" /> | |
585 <Compile Include="Mapping\DictionaryListMapper.cs" /> | |
586 <Compile Include="Mapping\DictionaryMapper.cs" /> | |
587 <Compile Include="Mapping\EnumeratorMapper.cs" /> | |
588 <Compile Include="Mapping\DataReaderListMapper.cs" /> | |
589 <Compile Include="Mapping\DataReaderMapper.cs" /> | |
590 <Compile Include="Mapping\DataTableMapper.cs" /> | |
591 <Compile Include="Mapping\DataRowMapper.cs" /> | |
592 <Compile Include="Mapping\DefaultMemberMapper.cs" /> | |
593 <Compile Include="Mapping\DefaultValueAttribute.cs" /> | |
594 <Compile Include="Mapping\IMapDataDestination.cs" /> | |
595 <Compile Include="Mapping\IMapDataDestinationList.cs" /> | |
596 <Compile Include="Mapping\IMapDataSource.cs" /> | |
597 <Compile Include="Mapping\IMapDataSourceList.cs" /> | |
598 <Compile Include="Mapping\ISupportMapping.cs" /> | |
599 <Compile Include="Mapping\Map.cs" /> | |
600 <Compile Include="Mapping\MapFieldAttribute.cs" /> | |
601 <Compile Include="Mapping\MapIgnoreAttribute.cs" /> | |
602 <Compile Include="Mapping\MapIndex.cs" /> | |
603 <Compile Include="Mapping\MapMemberInfo.cs" /> | |
604 <Compile Include="Mapping\MapNextResult.cs" /> | |
605 <Compile Include="Mapping\MappingException.cs" /> | |
606 <Compile Include="Mapping\MappingSchema.cs" /> | |
607 <Compile Include="Mapping\MapRelation.cs" /> | |
608 <Compile Include="Mapping\MapResultSet.cs" /> | |
609 <Compile Include="Mapping\MapValue.cs" /> | |
610 <Compile Include="Mapping\MapValueAttribute.cs" /> | |
611 <Compile Include="Reflection\Extension\AttributeNameCollection.cs" /> | |
612 <Compile Include="Reflection\Extension\TypeExtensionException.cs" /> | |
613 <Compile Include="Reflection\Extension\TypeExtensionAttribute.cs" /> | |
614 <Compile Include="Mapping\MemberMapperAttribute.cs" /> | |
615 <Compile Include="Mapping\NullableAttribute.cs" /> | |
616 <Compile Include="Mapping\NullValueAttribute.cs" /> | |
617 <Compile Include="Mapping\ObjectListMapper.cs" /> | |
618 <Compile Include="Mapping\ObjectMapperT.cs" /> | |
619 <Compile Include="Mapping\MemberMapper.cs" /> | |
620 <Compile Include="Mapping\ObjectMapper.cs" /> | |
621 <Compile Include="Mapping\ObjectMapperAttribute.cs" /> | |
622 <Compile Include="Mapping\TrimmableAttribute.cs" /> | |
623 <Compile Include="Properties\AssemblyInfo.cs" /> | |
624 <Compile Include="Reflection\Emit\AssemblyBuilderHelper.cs" /> | |
625 <Compile Include="Reflection\Emit\ConstructorBuilderHelper.cs" /> | |
626 <Compile Include="Reflection\Emit\EmitHelper.cs" /> | |
627 <Compile Include="Reflection\Emit\MethodBuilderBase.cs" /> | |
628 <Compile Include="Reflection\Emit\MethodBuilderHelper.cs" /> | |
629 <Compile Include="Reflection\Emit\TypeBuilderHelper.cs" /> | |
630 <Compile Include="Reflection\IObjectFactory.cs" /> | |
631 <Compile Include="Reflection\MemberAccessor.cs" /> | |
632 <Compile Include="Reflection\ObjectFactoryAttribute.cs" /> | |
633 <Compile Include="Reflection\TypeAccessorT.cs" /> | |
634 <Compile Include="Reflection\TypeHelper.cs" /> | |
635 <Compile Include="TypeBuilder\Builders\AbstractClassBuilder.cs" /> | |
636 <Compile Include="TypeBuilder\Builders\AbstractTypeBuilderBase.cs" /> | |
637 <Compile Include="TypeBuilder\BLToolkitGeneratedAttribute.cs" /> | |
638 <Compile Include="TypeBuilder\Builders\AbstractTypeBuilderList.cs" /> | |
639 <Compile Include="TypeBuilder\Builders\BuildContext.cs" /> | |
640 <Compile Include="TypeBuilder\Builders\BuildElement.cs" /> | |
641 <Compile Include="TypeBuilder\Builders\BuildStep.cs" /> | |
642 <Compile Include="TypeBuilder\Builders\DefaultTypeBuilder.cs" /> | |
643 <Compile Include="TypeBuilder\Builders\FakeGetter.cs" /> | |
644 <Compile Include="TypeBuilder\Builders\FakeMethodInfo.cs" /> | |
645 <Compile Include="TypeBuilder\Builders\FakeParameterInfo.cs" /> | |
646 <Compile Include="TypeBuilder\Builders\FakeSetter.cs" /> | |
647 <Compile Include="TypeBuilder\Builders\ImplementInterfaceBuilder.cs" /> | |
648 <Compile Include="TypeBuilder\Builders\PropertyChangedBuilder.cs" /> | |
649 <Compile Include="TypeBuilder\Builders\TypeAccessorBuilder.cs" /> | |
650 <Compile Include="TypeBuilder\GlobalInstanceTypeAttribute.cs" /> | |
651 <Compile Include="TypeBuilder\Builders\IAbstractTypeBuilder.cs" /> | |
652 <Compile Include="Reflection\InitContext.cs" /> | |
653 <Compile Include="TypeBuilder\Builders\InstanceTypeBuilder.cs" /> | |
654 <Compile Include="TypeBuilder\Builders\TypeBuilderConsts.cs" /> | |
655 <Compile Include="TypeBuilder\DefaultInstanceTypeAttribute.cs" /> | |
656 <Compile Include="TypeBuilder\GetValueAttribute.cs" /> | |
657 <Compile Include="TypeBuilder\ImplementInterfaceAttribute.cs" /> | |
658 <Compile Include="TypeBuilder\InstanceTypeAttribute.cs" /> | |
659 <Compile Include="TypeBuilder\IPropertyChanged.cs" /> | |
660 <Compile Include="TypeBuilder\LazyInstanceAttribute.cs" /> | |
661 <Compile Include="TypeBuilder\LazyInstancesAttribute.cs" /> | |
662 <Compile Include="TypeBuilder\NoInstanceAttribute.cs" /> | |
663 <Compile Include="TypeBuilder\ParameterAttribute.cs" /> | |
664 <Compile Include="TypeBuilder\ParentAttribute.cs" /> | |
665 <Compile Include="TypeBuilder\PropertyChangedAttribute.cs" /> | |
666 <Compile Include="TypeBuilder\PropertyInfoAttribute.cs" /> | |
667 <Compile Include="TypeBuilder\RefCursorAttribute.cs" /> | |
668 <Compile Include="TypeBuilder\ReturnIfFalseAttribute.cs" /> | |
669 <Compile Include="TypeBuilder\ReturnIfNonZeroAttribute.cs" /> | |
670 <Compile Include="TypeBuilder\ReturnIfNotNullAttribute.cs" /> | |
671 <Compile Include="TypeBuilder\ReturnIfNullAttribute.cs" /> | |
672 <Compile Include="TypeBuilder\ReturnIfTrueAttribute.cs" /> | |
673 <Compile Include="TypeBuilder\ReturnIfZeroAttribute.cs" /> | |
674 <Compile Include="TypeBuilder\SetValueAttribute.cs" /> | |
675 <Compile Include="TypeBuilder\TypeBuilderException.cs" /> | |
676 <Compile Include="TypeBuilder\Builders\ITypeBuilder.cs" /> | |
677 <Compile Include="Reflection\TypeAccessor.cs" /> | |
678 <Compile Include="TypeBuilder\Builders\TypeBuilderAttribute.cs" /> | |
679 <Compile Include="TypeBuilder\TypeFactory.cs" /> | |
680 <Compile Include="Reflection\Extension\AttributeExtensionCollection.cs" /> | |
681 <Compile Include="Reflection\Extension\ValueCollection.cs" /> | |
682 <Compile Include="Reflection\Extension\MemberExtensionCollection.cs" /> | |
683 <Compile Include="Reflection\Extension\TypeExtension.cs" /> | |
684 <Compile Include="Reflection\Extension\ExtensionList.cs" /> | |
685 <Compile Include="Reflection\Extension\AttributeExtension.cs" /> | |
686 <Compile Include="Reflection\Extension\MemberExtension.cs" /> | |
687 <Compile Include="Validation\FriendlyNameAttribute.cs" /> | |
688 <Compile Include="Validation\IValidatable.cs" /> | |
689 <Compile Include="Validation\MaxDateValueAttribute.cs" /> | |
690 <Compile Include="Validation\MaxLengthAttribute.cs" /> | |
691 <Compile Include="Validation\MaxValueAttribute.cs" /> | |
692 <Compile Include="Validation\MinDateValueAttribute.cs" /> | |
693 <Compile Include="Validation\MinLengthAttribute.cs" /> | |
694 <Compile Include="Validation\MinValueAttribute.cs" /> | |
695 <Compile Include="Validation\RegExAttribute.cs" /> | |
696 <Compile Include="Validation\RequiredAttribute.cs" /> | |
697 <Compile Include="Validation\ValidationException.cs" /> | |
698 <Compile Include="Validation\ValidatableObjectBase.cs" /> | |
699 <Compile Include="Validation\ValidationContext.cs" /> | |
700 <Compile Include="Validation\Validator.cs" /> | |
701 <Compile Include="Validation\ValidatorBaseAttribute.cs" /> | |
702 <Compile Include="Net\HttpReader.cs" /> | |
703 <Compile Include="Web\UI\WebObjectBinder.cs" /> | |
704 <None Include="Mapping\MemberMapper.tt"> | |
705 <Generator>TextTemplatingFileGenerator</Generator> | |
706 <LastGenOutput>MemberMapper.generated.cs</LastGenOutput> | |
707 </None> | |
708 <None Include="Properties\Revision.tt"> | |
709 <LastGenOutput>Revision1.generated.cs</LastGenOutput> | |
710 </None> | |
711 <None Include="Templates\BLT4Toolkit.ttinclude" /> | |
712 <None Include="Templates\BLToolkit.ttinclude" /> | |
713 <None Include="Templates\BLToolkitConstants.Revision.cs.template" /> | |
714 <None Include="Templates\MySql.ttinclude" /> | |
715 <None Include="Templates\MSSQL.ttinclude" /> | |
716 <None Include="Templates\PluralSingular.ttinclude" /> | |
717 <None Include="Templates\PostgreSQL.ttinclude" /> | |
718 <None Include="Templates\Sybase.ttinclude" /> | |
719 <None Include="Templates\VB.ttinclude" /> | |
720 <None Include="Templates\WCFAttributes.ttinclude" /> | |
721 </ItemGroup> | |
722 <ItemGroup> | |
723 <EmbeddedResource Include="ComponentModel\Design\GetTypeDialog.resx"> | |
724 <SubType>Designer</SubType> | |
725 <DependentUpon>GetTypeDialog.cs</DependentUpon> | |
726 </EmbeddedResource> | |
727 <EmbeddedResource Include="ComponentModel\Design\TypePicker.resx"> | |
728 <SubType>Designer</SubType> | |
729 <DependentUpon>TypePicker.cs</DependentUpon> | |
730 </EmbeddedResource> | |
731 </ItemGroup> | |
732 <ItemGroup> | |
733 <EmbeddedResource Include="ComponentModel\Design\Object.bmp" /> | |
734 <EmbeddedResource Include="ComponentModel\ObjectBinder.resx"> | |
735 <DependentUpon>ObjectBinder.cs</DependentUpon> | |
736 <SubType>Designer</SubType> | |
737 </EmbeddedResource> | |
738 </ItemGroup> | |
739 <ItemGroup> | |
740 <EmbeddedResource Include="ComponentModel\ObjectBinder.ico" /> | |
741 </ItemGroup> | |
742 <ItemGroup> | |
743 <EmbeddedResource Include="Mapping\Mapping.xsd"> | |
744 <SubType> | |
745 </SubType> | |
746 </EmbeddedResource> | |
747 <EmbeddedResource Include="DataAccess\DataAccess.xsd"> | |
748 <SubType> | |
749 </SubType> | |
750 </EmbeddedResource> | |
751 <None Include="BLToolkit.snk" /> | |
752 <None Include="DataAccess\DataAccess.xsx"> | |
753 <DependentUpon>DataAccess.xsd</DependentUpon> | |
754 </None> | |
755 <None Include="Doc\BLToolkit.chm" /> | |
756 <None Include="Doc\Development rules and regulations.doc" /> | |
757 <None Include="Mapping\Mapping.xsx"> | |
758 <DependentUpon>Mapping.xsd</DependentUpon> | |
759 </None> | |
760 <EmbeddedResource Include="Reflection\Extension\TypeExtension.xsd"> | |
761 <SubType> | |
762 </SubType> | |
763 </EmbeddedResource> | |
764 <None Include="Reflection\Extension\TypeExtension.xsx"> | |
765 <DependentUpon>TypeExtension.xsd</DependentUpon> | |
766 </None> | |
767 </ItemGroup> | |
768 <ItemGroup> | |
769 <EmbeddedResource Include="ComponentModel\ObjectBinder.bmp" /> | |
770 <EmbeddedResource Include="Data\Sql\ReservedWords.txt" /> | |
771 <Content Include="Doc\ChangeLog.txt" /> | |
772 <Content Include="Doc\License.txt" /> | |
773 <Content Include="Doc\OnlineDoc.txt" /> | |
774 <EmbeddedResource Include="Properties\Resources.resx"> | |
775 <SubType>Designer</SubType> | |
776 <Generator>ResXFileCodeGenerator</Generator> | |
777 <LastGenOutput>Resources.Designer.cs</LastGenOutput> | |
778 </EmbeddedResource> | |
779 <EmbeddedResource Include="Web\UI\WebObjectBinder.ico" /> | |
780 </ItemGroup> | |
781 <ItemGroup> | |
782 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | |
783 <Visible>False</Visible> | |
784 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> | |
785 <Install>false</Install> | |
786 </BootstrapperPackage> | |
787 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> | |
788 <Visible>False</Visible> | |
789 <ProductName>.NET Framework 2.0 %28x86%29</ProductName> | |
790 <Install>true</Install> | |
791 </BootstrapperPackage> | |
792 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> | |
793 <Visible>False</Visible> | |
794 <ProductName>.NET Framework 3.0 %28x86%29</ProductName> | |
795 <Install>false</Install> | |
796 </BootstrapperPackage> | |
797 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> | |
798 <Visible>False</Visible> | |
799 <ProductName>.NET Framework 3.5</ProductName> | |
800 <Install>false</Install> | |
801 </BootstrapperPackage> | |
802 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | |
803 <Visible>False</Visible> | |
804 <ProductName>.NET Framework 3.5 SP1</ProductName> | |
805 <Install>false</Install> | |
806 </BootstrapperPackage> | |
807 </ItemGroup> | |
808 <ItemGroup /> | |
809 <ItemGroup> | |
810 <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> | |
811 </ItemGroup> | |
812 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
813 <PropertyGroup> | |
814 <PreBuildEvent> | |
815 </PreBuildEvent> | |
816 </PropertyGroup> | |
817 </Project> |