208 lines
10 KiB
XML
208 lines
10 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{9029DEE4-CA8F-433D-8939-6FA586EA42B0}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>WX.CRM.DAL</RootNamespace>
|
|
<AssemblyName>DAL</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<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>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="MySql.Data, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MySql.Data.6.9.12\lib\net45\MySql.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Oracle.DataAccess, Version=4.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Lib\Oracle.DataAccess.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="StackExchange.Redis, Version=1.1.608.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\StackExchange.Redis.1.1.608\lib\net45\StackExchange.Redis.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data.OracleClient" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Security" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\Microsoft.AspNet.Mvc.4.0.30506.0\lib\net40\System.Web.Mvc.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AutoRpt\AutoRpt_DAL.cs" />
|
|
<Compile Include="Base\ACTIONLOG_DAL.cs" />
|
|
<Compile Include="Base\Parameter_DAL.cs" />
|
|
<Compile Include="Base\RESOURCEMOBILE_DAL.cs" />
|
|
<Compile Include="Base\SEQUENCES_DAL.cs" />
|
|
<Compile Include="Csvr\CALLDATAREPORT_DAL.cs" />
|
|
<Compile Include="Csvr\CALLRECORD_DAL.cs" />
|
|
<Compile Include="Csvr\CSVR_APPLYVIP_DAL.cs" />
|
|
<Compile Include="Csvr\CSVR_CALLSTATIS_DAL.cs" />
|
|
<Compile Include="Csvr\CSVR_IDMAPDAL.cs" />
|
|
<Compile Include="Csvr\MOBILEAREA_DAL.cs" />
|
|
<Compile Include="Csvr\UNITECUSTOMERCHECK_DAL.cs" />
|
|
<Compile Include="Exam\EXAM_ITEMBANK_DAL.cs" />
|
|
<Compile Include="IPSC\IPSC_DAL.cs" />
|
|
<Compile Include="MySqlDbHelper.cs" />
|
|
<Compile Include="Ord\Ord_Memo_DAL.cs" />
|
|
<Compile Include="Qc\QC_ORDMEMO_DAL.cs" />
|
|
<Compile Include="Qc\UserScore_DL.cs" />
|
|
<Compile Include="QH\AccountApply_DAL.cs" />
|
|
<Compile Include="QH\CommissionApply_DAL.cs" />
|
|
<Compile Include="QH\QH_PerformanceQuery_DAL.cs" />
|
|
<Compile Include="QH\QH_Gonthlystatement_DAL.cs" />
|
|
<Compile Include="QH\QH_CUSTOMERPOSITIONS_DAL.cs" />
|
|
<Compile Include="QH\QH_CUSTOMER_SALEUSER_DAL.cs" />
|
|
<Compile Include="QH\QH_TRANSACTIONDETAIL_DAL.cs" />
|
|
<Compile Include="QQ\QQ_Alive_Dal.cs" />
|
|
<Compile Include="QQ\QQ_Message_Dal.cs" />
|
|
<Compile Include="Quality\QC_COMPLAIN_NOTICE_DAL.cs" />
|
|
<Compile Include="Redis\JsonRedisValueConverter.cs" />
|
|
<Compile Include="Redis\PubSub.cs" />
|
|
<Compile Include="Redis\RDTest.cs" />
|
|
<Compile Include="Redis\RedisConfigurationSection.cs" />
|
|
<Compile Include="Redis\RedisHash.cs" />
|
|
<Compile Include="Redis\RedisList.cs" />
|
|
<Compile Include="Redis\LoadDataToRedis.cs" />
|
|
<Compile Include="Redis\RedisSet.cs" />
|
|
<Compile Include="Redis\RedisSortedSet.cs" />
|
|
<Compile Include="Redis\RedisStore.cs" />
|
|
<Compile Include="Redis\RedisSettings.cs" />
|
|
<Compile Include="Redis\RedisString.cs" />
|
|
<Compile Include="Redis\RedisValueConverter.cs" />
|
|
<Compile Include="Redis\TypeAccessor.cs" />
|
|
<Compile Include="Res\AutoDial_Dal.cs" />
|
|
<Compile Include="Res\RES_ALLOCATE_DAL.cs" />
|
|
<Compile Include="Res\RES_DISTRIBUTE_DAL.cs" />
|
|
<Compile Include="Res\RES_ResRecycleRecord_DAL.cs" />
|
|
<Compile Include="Res\RES_SCENE_DAL.cs" />
|
|
<Compile Include="Res\RES_SENIORSHAREDPOOL_DAL.cs" />
|
|
<Compile Include="Res\RES_SHAREDPOOL_DAL.cs" />
|
|
<Compile Include="Soft\Soft_Customer_DAL.cs" />
|
|
<Compile Include="Soft\Soft_JMDGJSDataFrom.cs" />
|
|
<Compile Include="Soft\Soft_User_DAL.cs" />
|
|
<Compile Include="SqlHelper.cs" />
|
|
<Compile Include="OracleHelper.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Res\CUSTOMER_DAL.cs" />
|
|
<Compile Include="Res\GroupByActivity_DAL.cs" />
|
|
<Compile Include="Res\RES_IMPORTRES_DAL.cs" />
|
|
<Compile Include="Sms\BATCHMSG_DAL.cs" />
|
|
<Compile Include="Soft\Soft_Order_DAL.cs" />
|
|
<Compile Include="TS\WX_TSADDFRIEND_DAL.cs" />
|
|
<Compile Include="TS\WX_TS_BATCHMSG_DAL.cs" />
|
|
<Compile Include="TS\WX_TS_CMD_DAL.cs" />
|
|
<Compile Include="TS\WX_TS_QUNWORALIAS_DAL.cs" />
|
|
<Compile Include="Util\ExcelImport_DAL.cs" />
|
|
<Compile Include="Util\GGImport_DAL.cs" />
|
|
<Compile Include="Util\OracleBulk_DAL.cs" />
|
|
<Compile Include="Util\OracleDataAccessHandler.cs" />
|
|
<Compile Include="Util\SqlBulk_DAL.cs" />
|
|
<Compile Include="weapp\AppletMsgDal.cs" />
|
|
<Compile Include="weapp\WEAPP_GROUP_DAL.cs" />
|
|
<Compile Include="weapp\WX_UserInfo_DAL.cs" />
|
|
<Compile Include="TS\WX_TSADDPICI_DAL.cs" />
|
|
<Compile Include="WeWork\CorpInfo_DAL.cs" />
|
|
<Compile Include="WeWork\ExtUser_DAL.cs" />
|
|
<Compile Include="WeWork\Rcontact_DAL.cs" />
|
|
<Compile Include="WeWork\WeWork_MsgKey_Dal.cs" />
|
|
<Compile Include="Ww\Ww_huser_Dal.cs" />
|
|
<Compile Include="Wx\WX_ALIVEIMEI_DAL.cs" />
|
|
<Compile Include="Wx\WX_BONUSSALEUSER_DAL.cs" />
|
|
<Compile Include="Wx\WX_COMMISSION_DAL.cs" />
|
|
<Compile Include="Wx\Wx_DbRead_DAL.cs" />
|
|
<Compile Include="Wx\WX_Message_DAL.cs" />
|
|
<Compile Include="Wx\WX_GROUP_DAL.cs" />
|
|
<Compile Include="Wx\WX_HONGBAO_DAL.cs" />
|
|
<Compile Include="Wx\Wx_MsgKey_Dal.cs" />
|
|
<Compile Include="Wx\WX_MyIllegalRecord_DAL.cs" />
|
|
<Compile Include="Wx\WX_RCONTACT_DAL.cs" />
|
|
<Compile Include="WxSql\Wx_PushDataManagerBySQL_DAL.cs" />
|
|
<Compile Include="Wx\WX_SZZYORDER_DAL.cs" />
|
|
<Compile Include="Wx\WX_USERPERCENT_DAL.cs" />
|
|
<Compile Include="Wx\WX_VALIDREPLAY_DAL.cs" />
|
|
<Compile Include="Wx\WX_WORKACCOUNT_DAL.cs" />
|
|
<Compile Include="Wx\WX_DBRECIVE_DAL.cs" />
|
|
<Compile Include="YunWx\YUNSEQUENCES_DAL.cs" />
|
|
<Compile Include="YunWx\YUNWX_ALIVEIMEI_DAL.cs" />
|
|
<Compile Include="YunWx\YunWX_RCONTACT_DAL.cs" />
|
|
<Compile Include="Yun\YUN_UPGRADEVERSION_DAL.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Common\Common.csproj">
|
|
<Project>{5e07f523-738a-456e-a9ea-b1fe3b3f5721}</Project>
|
|
<Name>Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Model\Model.csproj">
|
|
<Project>{67b5f328-4cec-4940-b6bc-32285f90234d}</Project>
|
|
<Name>Model</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Security\WX.Interface.Security.csproj">
|
|
<Project>{349a5d06-d3a4-4c0a-87e5-b0086ae80cac}</Project>
|
|
<Name>WX.Interface.Security</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\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> |