Ant.ORM.csproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  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>{F45B4D08-3B9E-4C7F-97B5-1D6004BCA88F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Ant.ORM</RootNamespace>
  12. <AssemblyName>Ant.ORM</AssemblyName>
  13. <FileUpgradeFlags>
  14. </FileUpgradeFlags>
  15. <OldToolsVersion>3.5</OldToolsVersion>
  16. <UpgradeBackupLocation>
  17. </UpgradeBackupLocation>
  18. <IsWebBootstrapper>true</IsWebBootstrapper>
  19. <SccProjectName>
  20. </SccProjectName>
  21. <SccLocalPath>
  22. </SccLocalPath>
  23. <SccAuxPath>
  24. </SccAuxPath>
  25. <SccProvider>
  26. </SccProvider>
  27. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  28. <SignAssembly>true</SignAssembly>
  29. <AssemblyOriginatorKeyFile>
  30. </AssemblyOriginatorKeyFile>
  31. <DelaySign>false</DelaySign>
  32. <PublishUrl>http://localhost/Lucas.ORM/</PublishUrl>
  33. <Install>true</Install>
  34. <InstallFrom>Web</InstallFrom>
  35. <UpdateEnabled>true</UpdateEnabled>
  36. <UpdateMode>Foreground</UpdateMode>
  37. <UpdateInterval>7</UpdateInterval>
  38. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  39. <UpdatePeriodically>false</UpdatePeriodically>
  40. <UpdateRequired>false</UpdateRequired>
  41. <MapFileExtensions>true</MapFileExtensions>
  42. <ApplicationRevision>0</ApplicationRevision>
  43. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  44. <UseApplicationTrust>false</UseApplicationTrust>
  45. <BootstrapperEnabled>true</BootstrapperEnabled>
  46. <TargetFrameworkProfile />
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  49. <DebugSymbols>true</DebugSymbols>
  50. <DebugType>full</DebugType>
  51. <Optimize>false</Optimize>
  52. <OutputPath>bin\Debug\</OutputPath>
  53. <DefineConstants>DEBUG;TRACE</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  57. <DocumentationFile>bin\Debug\Ant.ORM.xml</DocumentationFile>
  58. <Prefer32Bit>false</Prefer32Bit>
  59. </PropertyGroup>
  60. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  61. <DebugType>pdbonly</DebugType>
  62. <Optimize>true</Optimize>
  63. <OutputPath>bin\Debug\</OutputPath>
  64. <DefineConstants>TRACE</DefineConstants>
  65. <ErrorReport>prompt</ErrorReport>
  66. <WarningLevel>4</WarningLevel>
  67. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  68. <Prefer32Bit>false</Prefer32Bit>
  69. </PropertyGroup>
  70. <ItemGroup>
  71. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\lib\Newtonsoft.Json.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System" />
  76. <Reference Include="System.Configuration" />
  77. <Reference Include="System.Core">
  78. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  79. </Reference>
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Data.OracleClient" />
  82. <Reference Include="System.Runtime.Serialization" />
  83. <Reference Include="System.Transactions" />
  84. <Reference Include="System.Web" />
  85. <Reference Include="System.Windows.Forms" />
  86. <Reference Include="System.Xml" />
  87. <Reference Include="System.Xml.Linq" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Compile Include="Base\BaseEntityObj.cs" />
  91. <Compile Include="Base\EntityBase.cs">
  92. <SubType>Code</SubType>
  93. </Compile>
  94. <Compile Include="Base\QueryBase.cs" />
  95. <Compile Include="Base\ObjectBase.cs" />
  96. <Compile Include="DataBaise\DbExpressions\DbJoinType.cs" />
  97. <Compile Include="DataBaise\MySql\MySqlQueryCommandBuilder.cs" />
  98. <Compile Include="DataBaise\OleDb\OleDbQueryCommandBuilder.cs" />
  99. <Compile Include="Entity\RequertEntity.cs" />
  100. <Compile Include="ConstStr\ConstSql.cs" />
  101. <Compile Include="DataBaise\SQLite\SQLiteQueryCommandBuilder.cs" />
  102. <Compile Include="DataBaise\Orace\OracleQueryCommandBuilder.cs" />
  103. <Compile Include="Eunm\JoinType.cs" />
  104. <Compile Include="interface\ISqlItemQuery.cs" />
  105. <Compile Include="Query\JoinQueryParameterExpressionReplacer.cs" />
  106. <Compile Include="Query\JoinResult.cs" />
  107. <Compile Include="Query\QueryHelper.cs" />
  108. <Compile Include="Tool\StringExtension.cs" />
  109. <Compile Include="Services\QueryCommand.cs" />
  110. <Compile Include="Services\QueryCommandBuilder.cs" />
  111. <Compile Include="Services\QueryCommandBuilders.cs" />
  112. <Compile Include="Utility\AggregateFunctions.cs" />
  113. <Compile Include="Core\DbCommandFactor.cs" />
  114. <Compile Include="Core\Emit\ClassGenerator.cs" />
  115. <Compile Include="Core\Emit\DelegateGenerator.cs" />
  116. <Compile Include="Core\Emit\EmitHelper.cs" />
  117. <Compile Include="Core\IEntityState.cs" />
  118. <Compile Include="Core\InternalDataReader.cs" />
  119. <Compile Include="Core\ISqlState.cs" />
  120. <Compile Include="Core\SqlDataAccess.cs" />
  121. <Compile Include="Core\SqlState.cs" />
  122. <Compile Include="Core\Visitors\DefaultExpressionVisitor.cs" />
  123. <Compile Include="Core\Visitors\ExpressionEvaluator.cs" />
  124. <Compile Include="Core\Visitors\ExpressionVisitor.cs" />
  125. <Compile Include="Core\Visitors\ExpressionVisitorBase.cs" />
  126. <Compile Include="Core\Visitors\ExpressionVisitor`.cs" />
  127. <Compile Include="Core\Visitors\InitMemberExtractor.cs" />
  128. <Compile Include="DataBaise\MsSql\DbContextServiceProvider.cs" />
  129. <Compile Include="DataBaise\MsSql\DbExpressionExtensions.cs" />
  130. <Compile Include="DataBaise\MsSql\DbExpressionHelper.cs" />
  131. <Compile Include="DataBaise\MsSql\DbExpressionTranslator.cs" />
  132. <Compile Include="DataBaise\MsSql\DbValueExpressionVisitor.cs" />
  133. <Compile Include="DataBaise\MsSql\ISqlBuilder.cs" />
  134. <Compile Include="DataBaise\MsSql\SqlGenerator.cs" />
  135. <Compile Include="DataBaise\MsSql\SqlGenerator_AggregateHandlers.cs" />
  136. <Compile Include="DataBaise\MsSql\SqlGenerator_Helper.cs" />
  137. <Compile Include="DataBaise\MsSql\SqlGenerator_MethodHandlers.cs" />
  138. <Compile Include="DataBaise\MsSql\SqlGenerator_OffsetFetch.cs" />
  139. <Compile Include="DataBaise\MsSql\UtilConstants.cs" />
  140. <Compile Include="DataBaise\MsSql\UtilExceptions.cs" />
  141. <Compile Include="DataBaise\MsSql\Utils.cs" />
  142. <Compile Include="DataBaise\MySql\DbContextServiceProvider.cs" />
  143. <Compile Include="DataBaise\MySql\DbExpressionExtensions.cs" />
  144. <Compile Include="DataBaise\MySql\DbExpressionHelper.cs" />
  145. <Compile Include="DataBaise\MySql\DbExpressionTranslator.cs" />
  146. <Compile Include="DataBaise\MySql\ISqlBuilder.cs" />
  147. <Compile Include="DataBaise\MySql\SqlGenerator.cs" />
  148. <Compile Include="DataBaise\MySql\SqlGenerator_AggregateHandlers.cs" />
  149. <Compile Include="DataBaise\MySql\SqlGenerator_Helper.cs" />
  150. <Compile Include="DataBaise\MySql\SqlGenerator_MethodHandlers.cs" />
  151. <Compile Include="DataBaise\MySql\UtilConstants.cs" />
  152. <Compile Include="DataBaise\MySql\UtilExceptions.cs" />
  153. <Compile Include="DataBaise\MySql\Utils.cs" />
  154. <Compile Include="DataBaise\Orace\OracleCommand.cs" />
  155. <Compile Include="DataBaise\Orace\OracleConnection.cs" />
  156. <Compile Include="DataBaise\Orace\OracleDataReader.cs" />
  157. <Compile Include="DataBaise\Orace\DbContextServiceProvider.cs" />
  158. <Compile Include="DataBaise\Orace\DbExpressionExtensions.cs" />
  159. <Compile Include="DataBaise\Orace\DbExpressionHelper.cs" />
  160. <Compile Include="DataBaise\Orace\DbExpressionTranslator.cs" />
  161. <Compile Include="DataBaise\Orace\DbValueExpressionVisitor.cs" />
  162. <Compile Include="DataBaise\Orace\ISqlBuilder.cs" />
  163. <Compile Include="DataBaise\Orace\OracleSemantics.cs" />
  164. <Compile Include="DataBaise\Orace\SequenceAttribute.cs" />
  165. <Compile Include="DataBaise\Orace\SqlGenerator.cs" />
  166. <Compile Include="DataBaise\Orace\SqlGenerator_AggregateHandlers.cs" />
  167. <Compile Include="DataBaise\Orace\SqlGenerator_BinaryWithMethodHandlers.cs" />
  168. <Compile Include="DataBaise\Orace\SqlGenerator_ConvertToUppercase.cs" />
  169. <Compile Include="DataBaise\Orace\SqlGenerator_Helper.cs" />
  170. <Compile Include="DataBaise\Orace\SqlGenerator_MethodHandlers.cs" />
  171. <Compile Include="DataBaise\Orace\UtilConstants.cs" />
  172. <Compile Include="DataBaise\Orace\UtilExceptions.cs" />
  173. <Compile Include="DataBaise\Orace\Utils.cs" />
  174. <Compile Include="DataBaise\SQLite\DbContextServiceProvider.cs" />
  175. <Compile Include="DataBaise\SQLite\DbExpressionExtensions.cs" />
  176. <Compile Include="DataBaise\SQLite\DbExpressionHelper.cs" />
  177. <Compile Include="DataBaise\SQLite\DbExpressionTranslator.cs" />
  178. <Compile Include="DataBaise\SQLite\ISqlBuilder.cs" />
  179. <Compile Include="DataBaise\SQLite\SqlGenerator.cs" />
  180. <Compile Include="DataBaise\SQLite\SqlGenerator_AggregateHandlers.cs" />
  181. <Compile Include="DataBaise\SQLite\SqlGenerator_Helper.cs" />
  182. <Compile Include="DataBaise\SQLite\SqlGenerator_MethodHandlers.cs" />
  183. <Compile Include="DataBaise\SQLite\UtilConstants.cs" />
  184. <Compile Include="DataBaise\SQLite\UtilExceptions.cs" />
  185. <Compile Include="DataBaise\SQLite\Utils.cs" />
  186. <Compile Include="DataBaise\DbExpressions\DbAddExpression.cs" />
  187. <Compile Include="DataBaise\DbExpressions\DbAggregateExpression.cs" />
  188. <Compile Include="DataBaise\DbExpressions\DbAndAlsoExpression.cs" />
  189. <Compile Include="DataBaise\DbExpressions\DbAndExpression.cs" />
  190. <Compile Include="DataBaise\DbExpressions\DbBinaryExpression.cs" />
  191. <Compile Include="DataBaise\DbExpressions\DbCaseWhenExpression.cs" />
  192. <Compile Include="DataBaise\DbExpressions\DbColumn.cs" />
  193. <Compile Include="DataBaise\DbExpressions\DbColumnAccessExpression.cs" />
  194. <Compile Include="DataBaise\DbExpressions\DbColumnSegment.cs" />
  195. <Compile Include="DataBaise\DbExpressions\DbConstantExpression.cs" />
  196. <Compile Include="DataBaise\DbExpressions\DbConvertExpression.cs" />
  197. <Compile Include="DataBaise\DbExpressions\DbDeleteExpression.cs" />
  198. <Compile Include="DataBaise\DbExpressions\DbDivideExpression.cs" />
  199. <Compile Include="DataBaise\DbExpressions\DbEqualExpression.cs" />
  200. <Compile Include="DataBaise\DbExpressions\DbExpression.cs" />
  201. <Compile Include="DataBaise\DbExpressions\DbExpressionType.cs" />
  202. <Compile Include="DataBaise\DbExpressions\DbExpressionVisitor.cs" />
  203. <Compile Include="DataBaise\DbExpressions\DbFromTableExpression.cs" />
  204. <Compile Include="DataBaise\DbExpressions\DbGreaterThanExpression.cs" />
  205. <Compile Include="DataBaise\DbExpressions\DbGreaterThanOrEqualExpression.cs" />
  206. <Compile Include="DataBaise\DbExpressions\DbInsertExpression.cs" />
  207. <Compile Include="DataBaise\DbExpressions\DbJoinTableExpression.cs" />
  208. <Compile Include="DataBaise\DbExpressions\DbLessThanExpression.cs" />
  209. <Compile Include="DataBaise\DbExpressions\DbLessThanOrEqualExpression.cs" />
  210. <Compile Include="DataBaise\DbExpressions\DbMainTableExpression.cs" />
  211. <Compile Include="DataBaise\DbExpressions\DbMemberExpression.cs" />
  212. <Compile Include="DataBaise\DbExpressions\DbMethodCallExpression.cs" />
  213. <Compile Include="DataBaise\DbExpressions\DbMultiplyExpression.cs" />
  214. <Compile Include="DataBaise\DbExpressions\DbNotEqualExpression.cs" />
  215. <Compile Include="DataBaise\DbExpressions\DbNotExpression.cs" />
  216. <Compile Include="DataBaise\DbExpressions\DbOrdering.cs" />
  217. <Compile Include="DataBaise\DbExpressions\DbOrElseExpression.cs" />
  218. <Compile Include="DataBaise\DbExpressions\DbOrExpression.cs" />
  219. <Compile Include="DataBaise\DbExpressions\DbParameterExpression.cs" />
  220. <Compile Include="DataBaise\DbExpressions\DbSqlQueryExpression.cs" />
  221. <Compile Include="DataBaise\DbExpressions\DbSubQueryExpression.cs" />
  222. <Compile Include="DataBaise\DbExpressions\DbSubtractExpression.cs" />
  223. <Compile Include="DataBaise\DbExpressions\DbTable.cs" />
  224. <Compile Include="DataBaise\DbExpressions\DbTableExpression.cs" />
  225. <Compile Include="DataBaise\DbExpressions\DbTableSegment.cs" />
  226. <Compile Include="DataBaise\DbExpressions\DbUpdateExpression.cs" />
  227. <Compile Include="DataBaise\DbExpressions\OrderType.cs" />
  228. <Compile Include="Utility\DbFunctions.cs" />
  229. <Compile Include="Descriptors\EntityConstructorDescriptor.cs" />
  230. <Compile Include="Descriptors\FieldDescriptor.cs" />
  231. <Compile Include="Descriptors\MappingMemberDescriptor.cs" />
  232. <Compile Include="Descriptors\MemberDescriptor.cs" />
  233. <Compile Include="Descriptors\NavigationFieldDescriptor.cs" />
  234. <Compile Include="Descriptors\NavigationMemberDescriptor.cs" />
  235. <Compile Include="Descriptors\NavigationPropertyDescriptor.cs" />
  236. <Compile Include="Descriptors\PropertyDescriptor.cs" />
  237. <Compile Include="Attribute\AutoIncrementAttribute.cs" />
  238. <Compile Include="Attribute\ColumnAttribute.cs" />
  239. <Compile Include="Attribute\NotAutoIncrementAttribute.cs" />
  240. <Compile Include="Attribute\NotMappedAttribute.cs" />
  241. <Compile Include="Attribute\TableAttribute.cs" />
  242. <Compile Include="Exceptions\AntORMException.cs" />
  243. <Compile Include="Extensions\DataReaderConstant.cs" />
  244. <Compile Include="Extensions\DataReaderExtensions.cs" />
  245. <Compile Include="Extensions\ExpressionExtensions.cs" />
  246. <Compile Include="Extensions\ReflectionExtensions.cs" />
  247. <Compile Include="interface\IDbConnectionFactory.cs" />
  248. <Compile Include="interface\IDbContextServiceProvider.cs" />
  249. <Compile Include="interface\IDbExpressionTranslator.cs" />
  250. <Compile Include="interface\IDbContext.cs" />
  251. <Compile Include="interface\IGroupingQuery.cs" />
  252. <Compile Include="interface\IJoiningQuery.cs" />
  253. <Compile Include="interface\IOrderedQuery.cs" />
  254. <Compile Include="interface\IQuery.cs" />
  255. <Compile Include="Mapper\EntityConstructor.cs" />
  256. <Compile Include="Mapper\EntityMemberMapper.cs" />
  257. <Compile Include="Mapper\IMRM.cs" />
  258. <Compile Include="Mapper\IObjectActivator.cs" />
  259. <Compile Include="Mapper\IValueSetter.cs" />
  260. <Compile Include="Mapper\MappingFieldActivator.cs" />
  261. <Compile Include="Mapper\MappingMemberBinder.cs" />
  262. <Compile Include="Mapper\MappingTypeConstructor.cs" />
  263. <Compile Include="Mapper\NavigationMemberBinder.cs" />
  264. <Compile Include="Mapper\ObjectActivator.cs" />
  265. <Compile Include="Tool\AntORM.cs" />
  266. <Compile Include="Utility\ORMInternalSqlQuery.cs" />
  267. <Compile Include="Query\DbExpressionEqualityComparer.cs" />
  268. <Compile Include="Query\DynamicQueryable.cs" />
  269. <Compile Include="Query\FromQueryResult.cs" />
  270. <Compile Include="Query\GroupingQuery.cs" />
  271. <Compile Include="Query\IMappingObjectExpression.cs" />
  272. <Compile Include="Query\Internals\InternalQuery.cs" />
  273. <Compile Include="Query\Internals\InternalSqlQuery.cs" />
  274. <Compile Include="Query\Internals\QueryEnumerator.cs" />
  275. <Compile Include="Query\JoiningQuery.cs" />
  276. <Compile Include="Query\JoiningQueryInfo.cs" />
  277. <Compile Include="Query\JoinQueryResult.cs" />
  278. <Compile Include="Query\MappingFieldExpression.cs" />
  279. <Compile Include="Query\MappingObjectExpression.cs" />
  280. <Compile Include="Query\Mapping\IObjectActivatorCreator.cs" />
  281. <Compile Include="Query\Mapping\MappingData.cs" />
  282. <Compile Include="Query\Mapping\MappingEntity.cs" />
  283. <Compile Include="Query\Mapping\MappingField.cs" />
  284. <Compile Include="Query\OrderedQuery.cs" />
  285. <Compile Include="Query\Queryable.cs" />
  286. <Compile Include="Query\QueryBase.cs" />
  287. <Compile Include="Query\QueryExpressions\AggregateQueryExpression.cs" />
  288. <Compile Include="Query\QueryExpressions\GroupingQueryExpression.cs" />
  289. <Compile Include="Query\QueryExpressions\JoinQueryExpression.cs" />
  290. <Compile Include="Query\QueryExpressions\OrderExpression.cs" />
  291. <Compile Include="Query\QueryExpressions\QueryExpression.cs" />
  292. <Compile Include="Query\QueryExpressions\QueryExpressionType.cs" />
  293. <Compile Include="Query\QueryExpressions\QueryExpressionVisitor`.cs" />
  294. <Compile Include="Query\QueryExpressions\RootQueryExpression.cs" />
  295. <Compile Include="Query\QueryExpressions\SelectExpression.cs" />
  296. <Compile Include="Query\QueryExpressions\SkipExpression.cs" />
  297. <Compile Include="Query\QueryExpressions\TakeExpression.cs" />
  298. <Compile Include="Query\QueryExpressions\WhereExpression.cs" />
  299. <Compile Include="Query\QueryState\AggregateQueryState.cs" />
  300. <Compile Include="Query\QueryState\GeneralQueryState.cs" />
  301. <Compile Include="Query\QueryState\GroupingQueryState.cs" />
  302. <Compile Include="Query\QueryState\IQueryState.cs" />
  303. <Compile Include="Query\QueryState\LimitQueryState.cs" />
  304. <Compile Include="Query\QueryState\QueryStateBase.cs" />
  305. <Compile Include="Query\QueryState\RootQueryState.cs" />
  306. <Compile Include="Query\QueryState\SkipQueryState.cs" />
  307. <Compile Include="Query\QueryState\SubQueryState.cs" />
  308. <Compile Include="Query\QueryState\TakeQueryState.cs" />
  309. <Compile Include="Query\ResultElement.cs" />
  310. <Compile Include="Query\Visitors\FilterPredicateExpressionVisitor.cs" />
  311. <Compile Include="Query\Visitors\GeneralExpressionVisitor.cs" />
  312. <Compile Include="Query\Visitors\JoinQueryExpressionVisitor.cs" />
  313. <Compile Include="Query\Visitors\QueryExpressionVisitor.cs" />
  314. <Compile Include="Query\Visitors\SelectorExpressionVisitor.cs" />
  315. <Compile Include="Utility\OrmUtils.cs" />
  316. <Compile Include="MetaData\EntyTypeData.cs" />
  317. <Compile Include="Eunm\SqlEnum.cs" />
  318. <Compile Include="Entity\BaseModel.cs" />
  319. <Compile Include="Eunm\SoftTypeEnum.cs" />
  320. <Compile Include="DataBaise\MakeSql\SqlConditionList.cs" />
  321. <Compile Include="Attribute\Attributeold\ChildAttribute.cs" />
  322. <Compile Include="Attribute\Attributeold\DataFieldAttribute.cs" />
  323. <Compile Include="Attribute\Attributeold\DataTableAttribute.cs" />
  324. <Compile Include="Attribute\Attributeold\ExtendPropertyAttribute.cs" />
  325. <Compile Include="Attribute\Attributeold\FieldLikeAttribute.cs" />
  326. <Compile Include="Attribute\Attributeold\ReferenceAttribute.cs" />
  327. <Compile Include="MetaData\ChildMataData.cs" />
  328. <Compile Include="MetaData\DataFieldMetaData.cs" />
  329. <Compile Include="MetaData\EntityValue.cs" />
  330. <Compile Include="MetaData\FieldLikeMataData.cs" />
  331. <Compile Include="MetaData\DataFieldMeta.cs" />
  332. <Compile Include="Entity\ResponseResult.cs" />
  333. <Compile Include="Services\FieldValueCollection.cs" />
  334. <Compile Include="interface\IPersist.cs" />
  335. <Compile Include="interface\InQuery.cs" />
  336. <Compile Include="MetaData\MetaData.cs" />
  337. <Compile Include="MetaData\MetaDataManager.cs" />
  338. <Compile Include="MetaData\FieldValue.cs" />
  339. <Compile Include="MetaData\ReferenceMataData.cs" />
  340. <Compile Include="Properties\AssemblyInfo.cs" />
  341. <Compile Include="DataBaise\MsSql\MSSqlQueryCommandBuilder.cs" />
  342. <Compile Include="Services\ObjectCollection.cs" />
  343. <Compile Include="Services\TableColumn.cs" />
  344. <Compile Include="DataBaise\HelpSQL\ConverDbType.cs" />
  345. <Compile Include="DataBaise\HelpSQL\DataToEntity.cs" />
  346. <Compile Include="DataBaise\HelpSQL\DataToMod.cs" />
  347. <Compile Include="DataBaise\HelpSQL\DataType.cs" />
  348. <Compile Include="DataBaise\HelpSQL\HelpSQLTool.cs" />
  349. <Compile Include="DataBaise\HelpSQL\Pager.cs" />
  350. <Compile Include="DataBaise\HelpSQL\PersistMore.cs" />
  351. <Compile Include="DataBaise\HelpSQL\PersistTran.cs" />
  352. <Compile Include="DataBaise\HelpSQL\SqlNote.cs" />
  353. <Compile Include="Table\AppConst.cs" />
  354. <Compile Include="Table\MDataCell.cs" />
  355. <Compile Include="Table\MDataColumn.cs" />
  356. <Compile Include="Table\MDataProperty.cs" />
  357. <Compile Include="Table\MDataRow.cs" />
  358. <Compile Include="Table\MDataTable.cs" />
  359. <Compile Include="Tool\CacheManage.cs" />
  360. <Compile Include="Tool\DatabaseReader.cs" />
  361. <Compile Include="Tool\DataToModel.cs" />
  362. <Compile Include="Tool\EntyToXml.cs" />
  363. <Compile Include="Tool\FastToT.cs" />
  364. <Compile Include="Tool\InputToOutput.cs" />
  365. <Compile Include="Tool\JosnHelpTool.cs" />
  366. <Compile Include="Tool\JsonHelper.cs" />
  367. <Compile Include="Tool\JsonToMod.cs" />
  368. <Compile Include="Tool\DataTableModelHelp.cs" />
  369. <Compile Include="Tool\OperatList.cs" />
  370. <Compile Include="PredicatesQuery\Predicates.cs" />
  371. <Compile Include="PredicatesQuery\ReflectionHelper.cs" />
  372. <Compile Include="Tool\SqlHelp.cs" />
  373. <Compile Include="Tool\StringPlus.cs" />
  374. <Compile Include="UI\MActionUI.cs" />
  375. <Compile Include="UI\MBindUI.cs" />
  376. </ItemGroup>
  377. <ItemGroup>
  378. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  379. <Visible>False</Visible>
  380. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  381. <Install>false</Install>
  382. </BootstrapperPackage>
  383. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  384. <Visible>False</Visible>
  385. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  386. <Install>true</Install>
  387. </BootstrapperPackage>
  388. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  389. <Visible>False</Visible>
  390. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  391. <Install>false</Install>
  392. </BootstrapperPackage>
  393. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  394. <Visible>False</Visible>
  395. <ProductName>.NET Framework 3.5</ProductName>
  396. <Install>false</Install>
  397. </BootstrapperPackage>
  398. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  399. <Visible>False</Visible>
  400. <ProductName>.NET Framework 3.5 SP1</ProductName>
  401. <Install>false</Install>
  402. </BootstrapperPackage>
  403. </ItemGroup>
  404. <ItemGroup>
  405. <None Include="packages.config" />
  406. <None Include="类图.cd" />
  407. </ItemGroup>
  408. <ItemGroup>
  409. <ProjectReference Include="..\Ant.Common\Ant.Common.csproj">
  410. <Project>{e7d68c96-b811-4c9f-9fec-5f71699ce4ae}</Project>
  411. <Name>Ant.Common</Name>
  412. </ProjectReference>
  413. <ProjectReference Include="..\Ant.Data\Ant.Data.csproj">
  414. <Project>{FA570D63-2AEF-4958-B259-13DECD9080DB}</Project>
  415. <Name>Ant.Data</Name>
  416. </ProjectReference>
  417. <ProjectReference Include="..\Ant.Frame\Ant.Frame.csproj">
  418. <Project>{875207ed-9440-4bb7-bd86-3bb9da6ba7a6}</Project>
  419. <Name>Ant.Frame</Name>
  420. </ProjectReference>
  421. </ItemGroup>
  422. <ItemGroup />
  423. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  424. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  425. Other similar extension points exist, see Microsoft.Common.targets.
  426. <Target Name="BeforeBuild">
  427. </Target>
  428. <Target Name="AfterBuild">
  429. </Target>
  430. -->
  431. </Project>