123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{F45B4D08-3B9E-4C7F-97B5-1D6004BCA88F}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Ant.ORM</RootNamespace>
- <AssemblyName>Ant.ORM</AssemblyName>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <OldToolsVersion>3.5</OldToolsVersion>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <IsWebBootstrapper>true</IsWebBootstrapper>
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>
- </AssemblyOriginatorKeyFile>
- <DelaySign>false</DelaySign>
- <PublishUrl>http://localhost/Lucas.ORM/</PublishUrl>
- <Install>true</Install>
- <InstallFrom>Web</InstallFrom>
- <UpdateEnabled>true</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateInterval>7</UpdateInterval>
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
- <UpdatePeriodically>false</UpdatePeriodically>
- <UpdateRequired>false</UpdateRequired>
- <MapFileExtensions>true</MapFileExtensions>
- <ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- <DocumentationFile>bin\Debug\Ant.ORM.xml</DocumentationFile>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\lib\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data" />
- <Reference Include="System.Data.OracleClient" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Transactions" />
- <Reference Include="System.Web" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Xml.Linq" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Base\BaseEntityObj.cs" />
- <Compile Include="Base\EntityBase.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Base\QueryBase.cs" />
- <Compile Include="Base\ObjectBase.cs" />
- <Compile Include="DataBaise\DbExpressions\DbJoinType.cs" />
- <Compile Include="DataBaise\MySql\MySqlQueryCommandBuilder.cs" />
- <Compile Include="DataBaise\OleDb\OleDbQueryCommandBuilder.cs" />
- <Compile Include="Entity\RequertEntity.cs" />
- <Compile Include="ConstStr\ConstSql.cs" />
- <Compile Include="DataBaise\SQLite\SQLiteQueryCommandBuilder.cs" />
- <Compile Include="DataBaise\Orace\OracleQueryCommandBuilder.cs" />
- <Compile Include="Eunm\JoinType.cs" />
- <Compile Include="interface\ISqlItemQuery.cs" />
- <Compile Include="Query\JoinQueryParameterExpressionReplacer.cs" />
- <Compile Include="Query\JoinResult.cs" />
- <Compile Include="Query\QueryHelper.cs" />
- <Compile Include="Tool\StringExtension.cs" />
- <Compile Include="Services\QueryCommand.cs" />
- <Compile Include="Services\QueryCommandBuilder.cs" />
- <Compile Include="Services\QueryCommandBuilders.cs" />
- <Compile Include="Utility\AggregateFunctions.cs" />
- <Compile Include="Core\DbCommandFactor.cs" />
- <Compile Include="Core\Emit\ClassGenerator.cs" />
- <Compile Include="Core\Emit\DelegateGenerator.cs" />
- <Compile Include="Core\Emit\EmitHelper.cs" />
- <Compile Include="Core\IEntityState.cs" />
- <Compile Include="Core\InternalDataReader.cs" />
- <Compile Include="Core\ISqlState.cs" />
- <Compile Include="Core\SqlDataAccess.cs" />
- <Compile Include="Core\SqlState.cs" />
- <Compile Include="Core\Visitors\DefaultExpressionVisitor.cs" />
- <Compile Include="Core\Visitors\ExpressionEvaluator.cs" />
- <Compile Include="Core\Visitors\ExpressionVisitor.cs" />
- <Compile Include="Core\Visitors\ExpressionVisitorBase.cs" />
- <Compile Include="Core\Visitors\ExpressionVisitor`.cs" />
- <Compile Include="Core\Visitors\InitMemberExtractor.cs" />
- <Compile Include="DataBaise\MsSql\DbContextServiceProvider.cs" />
- <Compile Include="DataBaise\MsSql\DbExpressionExtensions.cs" />
- <Compile Include="DataBaise\MsSql\DbExpressionHelper.cs" />
- <Compile Include="DataBaise\MsSql\DbExpressionTranslator.cs" />
- <Compile Include="DataBaise\MsSql\DbValueExpressionVisitor.cs" />
- <Compile Include="DataBaise\MsSql\ISqlBuilder.cs" />
- <Compile Include="DataBaise\MsSql\SqlGenerator.cs" />
- <Compile Include="DataBaise\MsSql\SqlGenerator_AggregateHandlers.cs" />
- <Compile Include="DataBaise\MsSql\SqlGenerator_Helper.cs" />
- <Compile Include="DataBaise\MsSql\SqlGenerator_MethodHandlers.cs" />
- <Compile Include="DataBaise\MsSql\SqlGenerator_OffsetFetch.cs" />
- <Compile Include="DataBaise\MsSql\UtilConstants.cs" />
- <Compile Include="DataBaise\MsSql\UtilExceptions.cs" />
- <Compile Include="DataBaise\MsSql\Utils.cs" />
- <Compile Include="DataBaise\MySql\DbContextServiceProvider.cs" />
- <Compile Include="DataBaise\MySql\DbExpressionExtensions.cs" />
- <Compile Include="DataBaise\MySql\DbExpressionHelper.cs" />
- <Compile Include="DataBaise\MySql\DbExpressionTranslator.cs" />
- <Compile Include="DataBaise\MySql\ISqlBuilder.cs" />
- <Compile Include="DataBaise\MySql\SqlGenerator.cs" />
- <Compile Include="DataBaise\MySql\SqlGenerator_AggregateHandlers.cs" />
- <Compile Include="DataBaise\MySql\SqlGenerator_Helper.cs" />
- <Compile Include="DataBaise\MySql\SqlGenerator_MethodHandlers.cs" />
- <Compile Include="DataBaise\MySql\UtilConstants.cs" />
- <Compile Include="DataBaise\MySql\UtilExceptions.cs" />
- <Compile Include="DataBaise\MySql\Utils.cs" />
- <Compile Include="DataBaise\Orace\OracleCommand.cs" />
- <Compile Include="DataBaise\Orace\OracleConnection.cs" />
- <Compile Include="DataBaise\Orace\OracleDataReader.cs" />
- <Compile Include="DataBaise\Orace\DbContextServiceProvider.cs" />
- <Compile Include="DataBaise\Orace\DbExpressionExtensions.cs" />
- <Compile Include="DataBaise\Orace\DbExpressionHelper.cs" />
- <Compile Include="DataBaise\Orace\DbExpressionTranslator.cs" />
- <Compile Include="DataBaise\Orace\DbValueExpressionVisitor.cs" />
- <Compile Include="DataBaise\Orace\ISqlBuilder.cs" />
- <Compile Include="DataBaise\Orace\OracleSemantics.cs" />
- <Compile Include="DataBaise\Orace\SequenceAttribute.cs" />
- <Compile Include="DataBaise\Orace\SqlGenerator.cs" />
- <Compile Include="DataBaise\Orace\SqlGenerator_AggregateHandlers.cs" />
- <Compile Include="DataBaise\Orace\SqlGenerator_BinaryWithMethodHandlers.cs" />
- <Compile Include="DataBaise\Orace\SqlGenerator_ConvertToUppercase.cs" />
- <Compile Include="DataBaise\Orace\SqlGenerator_Helper.cs" />
- <Compile Include="DataBaise\Orace\SqlGenerator_MethodHandlers.cs" />
- <Compile Include="DataBaise\Orace\UtilConstants.cs" />
- <Compile Include="DataBaise\Orace\UtilExceptions.cs" />
- <Compile Include="DataBaise\Orace\Utils.cs" />
- <Compile Include="DataBaise\SQLite\DbContextServiceProvider.cs" />
- <Compile Include="DataBaise\SQLite\DbExpressionExtensions.cs" />
- <Compile Include="DataBaise\SQLite\DbExpressionHelper.cs" />
- <Compile Include="DataBaise\SQLite\DbExpressionTranslator.cs" />
- <Compile Include="DataBaise\SQLite\ISqlBuilder.cs" />
- <Compile Include="DataBaise\SQLite\SqlGenerator.cs" />
- <Compile Include="DataBaise\SQLite\SqlGenerator_AggregateHandlers.cs" />
- <Compile Include="DataBaise\SQLite\SqlGenerator_Helper.cs" />
- <Compile Include="DataBaise\SQLite\SqlGenerator_MethodHandlers.cs" />
- <Compile Include="DataBaise\SQLite\UtilConstants.cs" />
- <Compile Include="DataBaise\SQLite\UtilExceptions.cs" />
- <Compile Include="DataBaise\SQLite\Utils.cs" />
- <Compile Include="DataBaise\DbExpressions\DbAddExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbAggregateExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbAndAlsoExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbAndExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbBinaryExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbCaseWhenExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbColumn.cs" />
- <Compile Include="DataBaise\DbExpressions\DbColumnAccessExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbColumnSegment.cs" />
- <Compile Include="DataBaise\DbExpressions\DbConstantExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbConvertExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbDeleteExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbDivideExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbEqualExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbExpressionType.cs" />
- <Compile Include="DataBaise\DbExpressions\DbExpressionVisitor.cs" />
- <Compile Include="DataBaise\DbExpressions\DbFromTableExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbGreaterThanExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbGreaterThanOrEqualExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbInsertExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbJoinTableExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbLessThanExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbLessThanOrEqualExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbMainTableExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbMemberExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbMethodCallExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbMultiplyExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbNotEqualExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbNotExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbOrdering.cs" />
- <Compile Include="DataBaise\DbExpressions\DbOrElseExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbOrExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbParameterExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbSqlQueryExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbSubQueryExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbSubtractExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbTable.cs" />
- <Compile Include="DataBaise\DbExpressions\DbTableExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\DbTableSegment.cs" />
- <Compile Include="DataBaise\DbExpressions\DbUpdateExpression.cs" />
- <Compile Include="DataBaise\DbExpressions\OrderType.cs" />
- <Compile Include="Utility\DbFunctions.cs" />
- <Compile Include="Descriptors\EntityConstructorDescriptor.cs" />
- <Compile Include="Descriptors\FieldDescriptor.cs" />
- <Compile Include="Descriptors\MappingMemberDescriptor.cs" />
- <Compile Include="Descriptors\MemberDescriptor.cs" />
- <Compile Include="Descriptors\NavigationFieldDescriptor.cs" />
- <Compile Include="Descriptors\NavigationMemberDescriptor.cs" />
- <Compile Include="Descriptors\NavigationPropertyDescriptor.cs" />
- <Compile Include="Descriptors\PropertyDescriptor.cs" />
- <Compile Include="Attribute\AutoIncrementAttribute.cs" />
- <Compile Include="Attribute\ColumnAttribute.cs" />
- <Compile Include="Attribute\NotAutoIncrementAttribute.cs" />
- <Compile Include="Attribute\NotMappedAttribute.cs" />
- <Compile Include="Attribute\TableAttribute.cs" />
- <Compile Include="Exceptions\AntORMException.cs" />
- <Compile Include="Extensions\DataReaderConstant.cs" />
- <Compile Include="Extensions\DataReaderExtensions.cs" />
- <Compile Include="Extensions\ExpressionExtensions.cs" />
- <Compile Include="Extensions\ReflectionExtensions.cs" />
- <Compile Include="interface\IDbConnectionFactory.cs" />
- <Compile Include="interface\IDbContextServiceProvider.cs" />
- <Compile Include="interface\IDbExpressionTranslator.cs" />
- <Compile Include="interface\IDbContext.cs" />
- <Compile Include="interface\IGroupingQuery.cs" />
- <Compile Include="interface\IJoiningQuery.cs" />
- <Compile Include="interface\IOrderedQuery.cs" />
- <Compile Include="interface\IQuery.cs" />
- <Compile Include="Mapper\EntityConstructor.cs" />
- <Compile Include="Mapper\EntityMemberMapper.cs" />
- <Compile Include="Mapper\IMRM.cs" />
- <Compile Include="Mapper\IObjectActivator.cs" />
- <Compile Include="Mapper\IValueSetter.cs" />
- <Compile Include="Mapper\MappingFieldActivator.cs" />
- <Compile Include="Mapper\MappingMemberBinder.cs" />
- <Compile Include="Mapper\MappingTypeConstructor.cs" />
- <Compile Include="Mapper\NavigationMemberBinder.cs" />
- <Compile Include="Mapper\ObjectActivator.cs" />
- <Compile Include="Tool\AntORM.cs" />
- <Compile Include="Utility\ORMInternalSqlQuery.cs" />
- <Compile Include="Query\DbExpressionEqualityComparer.cs" />
- <Compile Include="Query\DynamicQueryable.cs" />
- <Compile Include="Query\FromQueryResult.cs" />
- <Compile Include="Query\GroupingQuery.cs" />
- <Compile Include="Query\IMappingObjectExpression.cs" />
- <Compile Include="Query\Internals\InternalQuery.cs" />
- <Compile Include="Query\Internals\InternalSqlQuery.cs" />
- <Compile Include="Query\Internals\QueryEnumerator.cs" />
- <Compile Include="Query\JoiningQuery.cs" />
- <Compile Include="Query\JoiningQueryInfo.cs" />
- <Compile Include="Query\JoinQueryResult.cs" />
- <Compile Include="Query\MappingFieldExpression.cs" />
- <Compile Include="Query\MappingObjectExpression.cs" />
- <Compile Include="Query\Mapping\IObjectActivatorCreator.cs" />
- <Compile Include="Query\Mapping\MappingData.cs" />
- <Compile Include="Query\Mapping\MappingEntity.cs" />
- <Compile Include="Query\Mapping\MappingField.cs" />
- <Compile Include="Query\OrderedQuery.cs" />
- <Compile Include="Query\Queryable.cs" />
- <Compile Include="Query\QueryBase.cs" />
- <Compile Include="Query\QueryExpressions\AggregateQueryExpression.cs" />
- <Compile Include="Query\QueryExpressions\GroupingQueryExpression.cs" />
- <Compile Include="Query\QueryExpressions\JoinQueryExpression.cs" />
- <Compile Include="Query\QueryExpressions\OrderExpression.cs" />
- <Compile Include="Query\QueryExpressions\QueryExpression.cs" />
- <Compile Include="Query\QueryExpressions\QueryExpressionType.cs" />
- <Compile Include="Query\QueryExpressions\QueryExpressionVisitor`.cs" />
- <Compile Include="Query\QueryExpressions\RootQueryExpression.cs" />
- <Compile Include="Query\QueryExpressions\SelectExpression.cs" />
- <Compile Include="Query\QueryExpressions\SkipExpression.cs" />
- <Compile Include="Query\QueryExpressions\TakeExpression.cs" />
- <Compile Include="Query\QueryExpressions\WhereExpression.cs" />
- <Compile Include="Query\QueryState\AggregateQueryState.cs" />
- <Compile Include="Query\QueryState\GeneralQueryState.cs" />
- <Compile Include="Query\QueryState\GroupingQueryState.cs" />
- <Compile Include="Query\QueryState\IQueryState.cs" />
- <Compile Include="Query\QueryState\LimitQueryState.cs" />
- <Compile Include="Query\QueryState\QueryStateBase.cs" />
- <Compile Include="Query\QueryState\RootQueryState.cs" />
- <Compile Include="Query\QueryState\SkipQueryState.cs" />
- <Compile Include="Query\QueryState\SubQueryState.cs" />
- <Compile Include="Query\QueryState\TakeQueryState.cs" />
- <Compile Include="Query\ResultElement.cs" />
- <Compile Include="Query\Visitors\FilterPredicateExpressionVisitor.cs" />
- <Compile Include="Query\Visitors\GeneralExpressionVisitor.cs" />
- <Compile Include="Query\Visitors\JoinQueryExpressionVisitor.cs" />
- <Compile Include="Query\Visitors\QueryExpressionVisitor.cs" />
- <Compile Include="Query\Visitors\SelectorExpressionVisitor.cs" />
- <Compile Include="Utility\OrmUtils.cs" />
- <Compile Include="MetaData\EntyTypeData.cs" />
- <Compile Include="Eunm\SqlEnum.cs" />
- <Compile Include="Entity\BaseModel.cs" />
- <Compile Include="Eunm\SoftTypeEnum.cs" />
- <Compile Include="DataBaise\MakeSql\SqlConditionList.cs" />
- <Compile Include="Attribute\Attributeold\ChildAttribute.cs" />
- <Compile Include="Attribute\Attributeold\DataFieldAttribute.cs" />
- <Compile Include="Attribute\Attributeold\DataTableAttribute.cs" />
- <Compile Include="Attribute\Attributeold\ExtendPropertyAttribute.cs" />
- <Compile Include="Attribute\Attributeold\FieldLikeAttribute.cs" />
- <Compile Include="Attribute\Attributeold\ReferenceAttribute.cs" />
- <Compile Include="MetaData\ChildMataData.cs" />
- <Compile Include="MetaData\DataFieldMetaData.cs" />
- <Compile Include="MetaData\EntityValue.cs" />
- <Compile Include="MetaData\FieldLikeMataData.cs" />
- <Compile Include="MetaData\DataFieldMeta.cs" />
- <Compile Include="Entity\ResponseResult.cs" />
- <Compile Include="Services\FieldValueCollection.cs" />
- <Compile Include="interface\IPersist.cs" />
- <Compile Include="interface\InQuery.cs" />
- <Compile Include="MetaData\MetaData.cs" />
- <Compile Include="MetaData\MetaDataManager.cs" />
- <Compile Include="MetaData\FieldValue.cs" />
- <Compile Include="MetaData\ReferenceMataData.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="DataBaise\MsSql\MSSqlQueryCommandBuilder.cs" />
- <Compile Include="Services\ObjectCollection.cs" />
- <Compile Include="Services\TableColumn.cs" />
- <Compile Include="DataBaise\HelpSQL\ConverDbType.cs" />
- <Compile Include="DataBaise\HelpSQL\DataToEntity.cs" />
- <Compile Include="DataBaise\HelpSQL\DataToMod.cs" />
- <Compile Include="DataBaise\HelpSQL\DataType.cs" />
- <Compile Include="DataBaise\HelpSQL\HelpSQLTool.cs" />
- <Compile Include="DataBaise\HelpSQL\Pager.cs" />
- <Compile Include="DataBaise\HelpSQL\PersistMore.cs" />
- <Compile Include="DataBaise\HelpSQL\PersistTran.cs" />
- <Compile Include="DataBaise\HelpSQL\SqlNote.cs" />
- <Compile Include="Table\AppConst.cs" />
- <Compile Include="Table\MDataCell.cs" />
- <Compile Include="Table\MDataColumn.cs" />
- <Compile Include="Table\MDataProperty.cs" />
- <Compile Include="Table\MDataRow.cs" />
- <Compile Include="Table\MDataTable.cs" />
- <Compile Include="Tool\CacheManage.cs" />
- <Compile Include="Tool\DatabaseReader.cs" />
- <Compile Include="Tool\DataToModel.cs" />
- <Compile Include="Tool\EntyToXml.cs" />
- <Compile Include="Tool\FastToT.cs" />
- <Compile Include="Tool\InputToOutput.cs" />
- <Compile Include="Tool\JosnHelpTool.cs" />
- <Compile Include="Tool\JsonHelper.cs" />
- <Compile Include="Tool\JsonToMod.cs" />
- <Compile Include="Tool\DataTableModelHelp.cs" />
- <Compile Include="Tool\OperatList.cs" />
- <Compile Include="PredicatesQuery\Predicates.cs" />
- <Compile Include="PredicatesQuery\ReflectionHelper.cs" />
- <Compile Include="Tool\SqlHelp.cs" />
- <Compile Include="Tool\StringPlus.cs" />
- <Compile Include="UI\MActionUI.cs" />
- <Compile Include="UI\MBindUI.cs" />
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
- <Visible>False</Visible>
- <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- <None Include="类图.cd" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Ant.Common\Ant.Common.csproj">
- <Project>{e7d68c96-b811-4c9f-9fec-5f71699ce4ae}</Project>
- <Name>Ant.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\Ant.Data\Ant.Data.csproj">
- <Project>{FA570D63-2AEF-4958-B259-13DECD9080DB}</Project>
- <Name>Ant.Data</Name>
- </ProjectReference>
- <ProjectReference Include="..\Ant.Frame\Ant.Frame.csproj">
- <Project>{875207ed-9440-4bb7-bd86-3bb9da6ba7a6}</Project>
- <Name>Ant.Frame</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|