市长热线演示版

HySoft.BaseCallCenter.DAL.csproj 6.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{A18F58A7-3A14-4558-BA3F-42D61E00909F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>HySoft.BaseCallCenter.DAL</RootNamespace>
  12. <AssemblyName>HySoft.BaseCallCenter.DAL</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. <SccProjectName>
  17. </SccProjectName>
  18. <SccLocalPath>
  19. </SccLocalPath>
  20. <SccAuxPath>
  21. </SccAuxPath>
  22. <SccProvider>
  23. </SccProvider>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="System" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="LDWorkOrderCount.cs" />
  49. <Compile Include="PagerDALcs.cs" />
  50. <Compile Include="Proc_Pagination.cs" />
  51. <Compile Include="Properties\AssemblyInfo.cs" />
  52. <Compile Include="T_Ask_PagerInfo.cs" />
  53. <Compile Include="T_Ask_PagerItems.cs" />
  54. <Compile Include="T_Ask_Question.cs" />
  55. <Compile Include="T_Ask_QuestionCategory.cs" />
  56. <Compile Include="T_Ask_QuestionItems.cs" />
  57. <Compile Include="T_Call_Blacklist.cs" />
  58. <Compile Include="T_Call_CallRecords.cs" />
  59. <Compile Include="T_Call_CallRecords_QC.cs" />
  60. <Compile Include="T_Call_LeaveRecord.cs" />
  61. <Compile Include="T_Call_PageField.cs" />
  62. <Compile Include="T_Call_TaskTelNum.cs" />
  63. <Compile Include="T_Call_WorkOrder.cs" />
  64. <Compile Include="T_CTI_Task.cs" />
  65. <Compile Include="T_Cus_ContactPerson.cs" />
  66. <Compile Include="T_Cus_CustomerBase.cs" />
  67. <Compile Include="T_Cus_CustomerExpand.cs" />
  68. <Compile Include="T_Exp_ExtensionBase.cs" />
  69. <Compile Include="T_Fax_RecvFax.cs" />
  70. <Compile Include="T_Fax_SendFaxTask.cs" />
  71. <Compile Include="T_Fax_SentFax.cs" />
  72. <Compile Include="T_Form_AttributeTypes.cs" />
  73. <Compile Include="T_Form_EntityAttribute.cs" />
  74. <Compile Include="T_Form_EntityInfo.cs" />
  75. <Compile Include="T_Form_FormInfo.cs" />
  76. <Compile Include="T_QC_IndexBase.cs" />
  77. <Compile Include="T_QC_IndexCategory.cs" />
  78. <Compile Include="T_QC_IndexRes.cs" />
  79. <Compile Include="T_RegionCategory.cs" />
  80. <Compile Include="T_Report.cs" />
  81. <Compile Include="T_RepositoryCategory.cs" />
  82. <Compile Include="T_RepositoryInformation.cs" />
  83. <Compile Include="T_SMS_RecvSMS.cs" />
  84. <Compile Include="T_SMS_SendSMSTask.cs" />
  85. <Compile Include="T_SMS_SentSMS.cs" />
  86. <Compile Include="T_Sms_SmsModel.cs" />
  87. <Compile Include="T_Sys_CallOptLogs.cs" />
  88. <Compile Include="T_Sys_Department.cs" />
  89. <Compile Include="T_Sys_DictionaryBase.cs" />
  90. <Compile Include="T_Sys_DictionaryValue.cs" />
  91. <Compile Include="T_Sys_LoginLogs.cs" />
  92. <Compile Include="T_Sys_MobileData.cs" />
  93. <Compile Include="T_Sys_ModuleFunctions.cs" />
  94. <Compile Include="T_Sys_ModuleFunctionsOpt.cs" />
  95. <Compile Include="T_Sys_ModuleInfo.cs" />
  96. <Compile Include="T_Sys_Note.cs" />
  97. <Compile Include="T_Sys_OperateLogs.cs" />
  98. <Compile Include="T_Sys_RoleFunction.cs" />
  99. <Compile Include="T_Sys_RoleInfo.cs" />
  100. <Compile Include="T_Sys_RoleModule.cs" />
  101. <Compile Include="T_Sys_RoleOpt.cs" />
  102. <Compile Include="T_Sys_SystemConfig.cs" />
  103. <Compile Include="T_Sys_TelTitleData.cs" />
  104. <Compile Include="T_Sys_TempItems.cs" />
  105. <Compile Include="T_Sys_UserAccount.cs" />
  106. <Compile Include="T_Sys_UserGroup.cs" />
  107. <Compile Include="T_Sys_WorkCalendar.cs" />
  108. <Compile Include="T_Sys_WorkTimes.cs" />
  109. <Compile Include="T_Wf_WorkFlow.cs" />
  110. <Compile Include="T_Wo_StateAlarmDate.cs" />
  111. <Compile Include="T_Wo_TypeAlarmDate.cs" />
  112. <Compile Include="T_Wo_WorkOrderBase.cs" />
  113. <Compile Include="T_Wo_WorkOrderButton.cs" />
  114. <Compile Include="T_Wo_WorkOrderConstructor.cs" />
  115. <Compile Include="T_Wo_WorkOrderEvaluation.cs" />
  116. <Compile Include="T_Wo_WorkOrderFiles.cs" />
  117. <Compile Include="T_Wo_WorkOrderHistory.cs" />
  118. <Compile Include="T_Wo_WorkOrderHistoryInfo.cs" />
  119. <Compile Include="T_Wo_WorkOrderState.cs" />
  120. <Compile Include="T_Wo_WorkOrderSupplies.cs" />
  121. <Compile Include="T_Wo_WorkOrderTask.cs" />
  122. <Compile Include="T_Wo_WorkOrderTaskHasten.cs" />
  123. <Compile Include="T_Wo_WorkOrderTaskInfo.cs" />
  124. <Compile Include="T_Wo_WorkOrderType.cs" />
  125. <Compile Include="T_Wo_WorkOrderTypeState.cs" />
  126. <Compile Include="UserAccount.cs" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <ProjectReference Include="..\BaseCallCenter.Common\HySoft.Common.csproj">
  130. <Project>{56213535-7FD9-4ACD-A497-705670CE61DC}</Project>
  131. <Name>HySoft.Common</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\BaseCallCenter.DBUtility\HySoft.DBUtility.csproj">
  134. <Project>{E2C9435B-CB68-465A-BDF9-333F2D75E81B}</Project>
  135. <Name>HySoft.DBUtility</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\BaseCallCenter.Model\HySoft.BaseCallCenter.Model.csproj">
  138. <Project>{EA3A3BD8-2B5F-4077-9D8A-DFF27CDD4C12}</Project>
  139. <Name>HySoft.BaseCallCenter.Model</Name>
  140. </ProjectReference>
  141. </ItemGroup>
  142. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  143. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  144. Other similar extension points exist, see Microsoft.Common.targets.
  145. <Target Name="BeforeBuild">
  146. </Target>
  147. <Target Name="AfterBuild">
  148. </Target>
  149. -->
  150. </Project>