304 lines
12 KiB
XML
304 lines
12 KiB
XML
<?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>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{BD5CCC87-278F-4FEB-AD23-157FCBA9FFA1}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>CYQ.Data</RootNamespace>
|
|
<AssemblyName>CYQ.Data</AssemblyName>
|
|
<SignAssembly>false</SignAssembly>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<OldToolsVersion>2.0</OldToolsVersion>
|
|
<TargetFrameworkProfile />
|
|
<PublishUrl>发布\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</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>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<AssemblyOriginatorKeyFile>
|
|
</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\net4.0\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>bin\Debug\net4.0\CYQ.Data.xml</DocumentationFile>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>bin\Release\CYQ.Data.xml</DocumentationFile>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.JScript" />
|
|
<Reference Include="Microsoft.Vsa" />
|
|
<Reference Include="System">
|
|
<HintPath>C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.configuration" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=AMD64">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>C:\Windows\Microsoft.NET\Framework64\v2.0.50727\System.Data.OracleClient.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Action\AppConfig.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Action\AppConst.cs" />
|
|
<Compile Include="Action\AppDebug.cs" />
|
|
<Compile Include="Action\MAction.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Action\MProc.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Aop\AopCache.cs" />
|
|
<Compile Include="DAL\DB2Dal.cs" />
|
|
<Compile Include="DAL\DaMengDal.cs" />
|
|
<Compile Include="DAL\NoSql\NoSqlAction.cs" />
|
|
<Compile Include="Aop\AopPara.cs" />
|
|
<Compile Include="Aop\InterAop.cs" />
|
|
<Compile Include="Aop\AopEnum.cs" />
|
|
<Compile Include="Aop\IAop.cs" />
|
|
<Compile Include="DAL\Conn\ConnBean.cs" />
|
|
<Compile Include="DAL\Conn\ConnConfigWatch.cs" />
|
|
<Compile Include="DAL\Conn\ConnObject.cs" />
|
|
<Compile Include="DAL\DalEnum.cs" />
|
|
<Compile Include="DAL\NoSql\NoSqlConnection.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="DAL\NoSql\NoSqlDataReader.cs" />
|
|
<Compile Include="DAL\NoSql\NoSqlFactory.cs" />
|
|
<Compile Include="DAL\NoSql\NoSqlCommand.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="DAL\NoSqlDal.cs" />
|
|
<Compile Include="Action\ActionEnum.cs" />
|
|
<Compile Include="DAL\NoSql\NoSqlParameter.cs" />
|
|
<Compile Include="DAL\NoSql\NoSqlParameterCollection.cs" />
|
|
<Compile Include="DAL\NoSql\NoSqlTransaction.cs" />
|
|
<Compile Include="DAL\SybaseDal.cs" />
|
|
<Compile Include="DAL\PostgreDal.cs" />
|
|
<Compile Include="DAL\FireBirdDal.cs" />
|
|
<Compile Include="DAL\KingBaseESDal.cs" />
|
|
<Compile Include="DistributedCache\CacheImplement\LocalCache.cs" />
|
|
<Compile Include="DistributedCache\CacheImplement\MemCache.cs" />
|
|
<Compile Include="DistributedCache\CacheImplement\MemCache\MemcachedClient.cs" />
|
|
<Compile Include="DistributedCache\CacheImplement\MemRedis\ClientBase.cs" />
|
|
<Compile Include="DistributedCache\CacheImplement\MemRedis\HostConfigWatch.cs" />
|
|
<Compile Include="DistributedCache\CacheImplement\MemRedis\HostNode.cs" />
|
|
<Compile Include="DistributedCache\CacheImplement\MemRedis\HostServer.cs" />
|
|
<Compile Include="DistributedCache\CacheImplement\MemRedis\MSocket.cs" />
|
|
<Compile Include="DistributedCache\CacheImplement\MemRedis\Serializer.cs" />
|
|
<Compile Include="DistributedCache\CacheImplement\MemRedis\SocketCreate.cs" />
|
|
<Compile Include="DistributedCache\CacheImplement\RedisCache.cs" />
|
|
<Compile Include="DistributedCache\CacheImplement\Redis\RedisClient.cs" />
|
|
<Compile Include="DistributedCache\CacheImplement\Redis\RedisCommand.cs" />
|
|
<Compile Include="DistributedCache\CacheType.cs" />
|
|
<Compile Include="DistributedCache\DistributedCache.cs" />
|
|
<Compile Include="DotNet\Action\AppConfig.cs" />
|
|
<Compile Include="DotNet\ExtensionAttribute.cs" />
|
|
<Compile Include="DotNet\HttpContexExtend.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="DotNet\ReaderWriterLockSlim.cs" />
|
|
<Compile Include="Json\JsonImplement\CharState.cs" />
|
|
<Compile Include="Json\JsonImplement\EscapeOp.cs" />
|
|
<Compile Include="Json\JsonAttribute.cs" />
|
|
<Compile Include="Json\JsonHelper.cs" />
|
|
<Compile Include="Json\JsonImplement\JsonSplit.cs" />
|
|
<Compile Include="Log\LocalEnvironment.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Log\LogType.cs" />
|
|
<Compile Include="Log\LogWorker.cs" />
|
|
<Compile Include="Log\SysLogs.cs" />
|
|
<Compile Include="Orm\Attribute\ColumnAttribute.cs" />
|
|
<Compile Include="Orm\DBFast.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Orm\OrmAop.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Orm\OrmBase.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Orm\OrmBaseInfo.cs" />
|
|
<Compile Include="Orm\SimpleOrmBase.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="SQL\Schema\TableSchema.cs" />
|
|
<Compile Include="SQL\Schema\CrossDB.cs" />
|
|
<Compile Include="SQL\Schema\DBSchema.cs" />
|
|
<Compile Include="SQL\SqlCreateForSchema.cs" />
|
|
<Compile Include="SQL\SqlSyntax.cs" />
|
|
<Compile Include="Table\Extension\MDataRow.cs" />
|
|
<Compile Include="Table\Extension\MDataRowCollection.cs" />
|
|
<Compile Include="Table\Extension\Serializable.cs" />
|
|
<Compile Include="Table\FastToT.cs" />
|
|
<Compile Include="Table\MCellStruct.cs" />
|
|
<Compile Include="Table\MDataTableJoin.cs" />
|
|
<Compile Include="Table\Extension\MDataView.cs" />
|
|
<Compile Include="Table\TableEnum.cs" />
|
|
<Compile Include="Tool\Convert\ConvertTool.ChangeReaderToList.cs" />
|
|
<Compile Include="Tool\Convert\ConvertTool.Boolean.cs" />
|
|
<Compile Include="Tool\Convert\ConvertTool.Guid.cs" />
|
|
<Compile Include="Tool\Convert\ConvertTool.Enum.cs" />
|
|
<Compile Include="Tool\Convert\ConvertTool.DateTime.cs" />
|
|
<Compile Include="Tool\Convert\ConvertTool.String.cs" />
|
|
<Compile Include="Tool\Convert\ConvertTool.Number.cs" />
|
|
<Compile Include="Tool\Convert\ConvertTool.cs" />
|
|
<Compile Include="Tool\DB\TableInfo.cs" />
|
|
<Compile Include="Tool\DB\DBInfo.cs" />
|
|
<Compile Include="Tool\EncryptHelper.cs" />
|
|
<Compile Include="Tool\HashAlgorithms.cs" />
|
|
<Compile Include="Tool\IO\IOHelper.cs" />
|
|
<Compile Include="Tool\IO\IOInfo.cs" />
|
|
<Compile Include="Tool\IO\IOWatch.cs" />
|
|
<Compile Include="Tool\IO\TextEncodingDetect.cs" />
|
|
<Compile Include="Tool\MList.cs" />
|
|
<Compile Include="Tool\ReflectTool.cs" />
|
|
<Compile Include="Tool\SysTypeEnum.cs" />
|
|
<Compile Include="UI\IUIValue.cs" />
|
|
<Compile Include="UI\RegisterUI.cs" />
|
|
<Compile Include="SQL\SqlCompatible.cs" />
|
|
<Compile Include="SQL\SqlFormat.cs" />
|
|
<Compile Include="SQL\SqlInjection.cs" />
|
|
<Compile Include="SQL\SqlValue.cs" />
|
|
<Compile Include="DAL\DalCreate.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="DAL\DalBase.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Log\Log.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="DAL\OleDbDal.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="DAL\OracleDal.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="DAL\MsSqlDal.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="DAL\SQLiteDal.cs" />
|
|
<Compile Include="DAL\MySQLDal.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SQL\DataType.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="SQL\SqlCreateForPager.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="SQL\SqlCreate.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Table\MDataCell.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Table\MDataColumn.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Table\Extension\MDataProperty.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Table\MDataRow.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Table\MDataRowCollection.cs" />
|
|
<Compile Include="Table\MDataTable.cs">
|
|
</Compile>
|
|
<Compile Include="Table\MDataTableBatchAction.cs" />
|
|
<Compile Include="Table\MDataTableFilter.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Tool\DB\DBTool.cs" />
|
|
<Compile Include="Tool\MDictionary.cs" />
|
|
<Compile Include="Tool\StaticTool.cs" />
|
|
<Compile Include="Tool\ThreadBreak.cs" />
|
|
<Compile Include="UI\MActionUI.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\MBindUI.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Xml\MutilLanguage.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Xml\Rss.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Xml\ValueReplace.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Xml\XHtmlAction.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Xml\XHtmlBase.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Xml\XHtmlDocument.cs" />
|
|
<Compile Include="Xml\XmlEnum.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</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.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</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> |