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