281 lines
10 KiB
XML
281 lines
10 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\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>bin\Debug\CYQ.Data.XML</DocumentationFile>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</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="System" />
|
|
<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>
|
|
</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="Action\NoSqlAction.cs" />
|
|
<Compile Include="Aop\AopPara.cs" />
|
|
<Compile Include="Cache\AutoCache.cs" />
|
|
<Compile Include="Cache\CacheManage.cs" />
|
|
<Compile Include="Aop\InterAop.cs" />
|
|
<Compile Include="Aop\AopEnum.cs" />
|
|
<Compile Include="Aop\IAop.cs" />
|
|
<Compile Include="Cache\LocalCache.cs" />
|
|
<Compile Include="Cache\MemCache.cs" />
|
|
<Compile Include="Cache\MemRedis\HashAlgorithms.cs" />
|
|
<Compile Include="Cache\MemRedis\LogAdapter.cs" />
|
|
<Compile Include="Cache\MemCache\MemcachedClient.cs" />
|
|
<Compile Include="Cache\MemRedis\MSocket.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Cache\MemRedis\Serializer.cs" />
|
|
<Compile Include="Cache\MemRedis\ServerPool.cs" />
|
|
<Compile Include="Cache\MemRedis\SocketPool.cs" />
|
|
<Compile Include="Cache\RedisCache.cs" />
|
|
<Compile Include="Cache\Redis\RedisClient.cs" />
|
|
<Compile Include="Cache\Redis\RedisCommand.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\NoSqlFactory.cs" />
|
|
<Compile Include="DAL\NoSql\NoSqlCommand.cs">
|
|
</Compile>
|
|
<Compile Include="DAL\NoSqlDal.cs" />
|
|
<Compile Include="Action\ActionEnum.cs" />
|
|
<Compile Include="DAL\SybaseDal.cs" />
|
|
<Compile Include="DAL\PostgreDal.cs" />
|
|
<Compile Include="EXT\JsonHelper2.cs" />
|
|
<Compile Include="EXT\MDataTable2.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\SimpleOrmBase.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<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\MList.cs" />
|
|
<Compile Include="Tool\SysTypeEnum.cs" />
|
|
<Compile Include="UI\IUIValue.cs" />
|
|
<Compile Include="UI\RegisterUI.cs" />
|
|
<Compile Include="SQL\SqlCreateForProc.cs" />
|
|
<Compile Include="SQL\SqlCompatible.cs" />
|
|
<Compile Include="SQL\SqlFormat.cs" />
|
|
<Compile Include="SQL\SqlInjection.cs" />
|
|
<Compile Include="SQL\SqlValue.cs" />
|
|
<Compile Include="Extension\IField.cs" />
|
|
<Compile Include="DAL\DalCreate.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="DAL\DbBase.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Action\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\TableSchema.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\IOHelper.cs" />
|
|
<Compile Include="Tool\JsonHelper.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Tool\DBTool.cs" />
|
|
<Compile Include="Tool\JsonSplit.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\XHtmlUrlResolver.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Xml\XmlEnum.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\xhtml-lat1.ent" />
|
|
<None Include="Resources\xhtml-special.ent" />
|
|
<None Include="Resources\xhtml-symbol.ent" />
|
|
<None Include="Resources\xhtml1-transitional.ent" />
|
|
<None Include="更新记录.txt" />
|
|
</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>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</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> |