人民医院API

RMYY_CallCenter_Api.Dal.csproj 6.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{FFB706A9-6108-4A3B-8959-4F81C414C590}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>RMYY_CallCenter_Api.Dal</RootNamespace>
  11. <AssemblyName>RMYY_CallCenter_Api.Dal</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="System.Xml.Linq" />
  37. <Reference Include="System.Data.DataSetExtensions" />
  38. <Reference Include="Microsoft.CSharp" />
  39. <Reference Include="System.Data" />
  40. <Reference Include="System.Net.Http" />
  41. <Reference Include="System.Xml" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="PagerDal.cs" />
  45. <Compile Include="T_Acc_WorkOrder.cs" />
  46. <Compile Include="T_Call_Blacklist.cs" />
  47. <Compile Include="T_Call_CallRecords.cs" />
  48. <Compile Include="T_Call_LeaveRecord.cs" />
  49. <Compile Include="T_Car_AssignWorkOrder.cs" />
  50. <Compile Include="T_Car_Evaluate.cs" />
  51. <Compile Include="T_Car_Message.cs" />
  52. <Compile Include="T_Car_Operation.cs" />
  53. <Compile Include="T_Car_WorkOrder.cs" />
  54. <Compile Include="T_Client_Applications.cs" />
  55. <Compile Include="T_Con_WorkOrder.cs" />
  56. <Compile Include="T_Con_WorkOrderItem.cs" />
  57. <Compile Include="T_Cus_AddressBook.cs" />
  58. <Compile Include="T_Cus_Customer.cs" />
  59. <Compile Include="T_Dev_Operate.cs" />
  60. <Compile Include="T_Dev_WorkOrder.cs" />
  61. <Compile Include="T_Dev_WorkOrderItem.cs" />
  62. <Compile Include="T_Dis_WorkOrder.cs" />
  63. <Compile Include="T_Dis_WorkOrderItem.cs" />
  64. <Compile Include="T_Equipment.cs" />
  65. <Compile Include="T_FaultRepair_Base.cs" />
  66. <Compile Include="T_FaultRepair_Evaluate.cs" />
  67. <Compile Include="T_FaultRepair_OperationLog.cs" />
  68. <Compile Include="T_FaultRepair_Process.cs" />
  69. <Compile Include="T_Hos_WorkOrder.cs" />
  70. <Compile Include="T_Hos_WorkOrderItem.cs" />
  71. <Compile Include="T_IntegratedScheduling_Base.cs" />
  72. <Compile Include="T_IntegratedScheduling_Detail.cs" />
  73. <Compile Include="T_IntegratedScheduling_Evaluate.cs" />
  74. <Compile Include="T_IntegratedScheduling_OperationLog.cs" />
  75. <Compile Include="T_IntegratedScheduling_Process.cs" />
  76. <Compile Include="T_InvolvedEquip_RepairProcess.cs" />
  77. <Compile Include="T_Mat_WorkOrder.cs" />
  78. <Compile Include="T_Mat_WorkOrderItem.cs" />
  79. <Compile Include="T_Msg_Chat.cs" />
  80. <Compile Include="T_Msg_Chat_Map.cs" />
  81. <Compile Include="T_Msg_NoticeInfo.cs" />
  82. <Compile Include="T_QC_IndexBase.cs" />
  83. <Compile Include="T_QC_IndexCategory.cs" />
  84. <Compile Include="T_QC_IndexRes.cs" />
  85. <Compile Include="T_RepositoryCategory.cs" />
  86. <Compile Include="T_SMS_InternalMessages.cs" />
  87. <Compile Include="T_SMS_RecvSMS.cs" />
  88. <Compile Include="T_SMS_Template.cs" />
  89. <Compile Include="T_Sys_Accessories.cs" />
  90. <Compile Include="T_Sys_BBXX.cs" />
  91. <Compile Include="T_Sys_Class.cs" />
  92. <Compile Include="T_Sys_CustomFiled.cs" />
  93. <Compile Include="T_Sys_Department.cs" />
  94. <Compile Include="T_Sys_DictDrug.cs" />
  95. <Compile Include="T_Sys_DictionaryBase.cs" />
  96. <Compile Include="T_Sys_DictionaryValue.cs" />
  97. <Compile Include="T_Sys_GongDan.cs" />
  98. <Compile Include="T_Sys_GongDanType.cs" />
  99. <Compile Include="T_Sys_GroupClass.cs" />
  100. <Compile Include="T_Sys_IVRWords.cs" />
  101. <Compile Include="T_Sys_Knowledge.cs" />
  102. <Compile Include="T_Sys_Login_Logs.cs" />
  103. <Compile Include="T_Sys_Menu.cs" />
  104. <Compile Include="T_Sys_MobileData.cs" />
  105. <Compile Include="T_Sys_Role.cs" />
  106. <Compile Include="T_Sys_SeatGroup.cs" />
  107. <Compile Include="T_Sys_SystemConfig.cs" />
  108. <Compile Include="T_Sys_TelTitleData.cs" />
  109. <Compile Include="T_Sys_UserAccount.cs" />
  110. <Compile Include="Properties\AssemblyInfo.cs" />
  111. <Compile Include="T_Sys_WorkTime.cs" />
  112. <Compile Include="T_WowoRepair_Basedal.cs" />
  113. <Compile Include="T_Wowo_repairyqdal.cs" />
  114. <Compile Include="T_Sys_WorkOffDays.cs" />
  115. <Compile Include="T_Wowo_wocodetypedal.cs" />
  116. <Compile Include="T_Wo_CommonBase.cs" />
  117. <Compile Include="T_Wo_MedicalRecord.cs" />
  118. <Compile Include="T_Wo_StatusOpt.cs" />
  119. <Compile Include="T_Wo_VisitResult.cs" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <ProjectReference Include="..\RMYY_CallCenter_Api.DB\RMYY_CallCenter_Api.DB.csproj">
  123. <Project>{f5e242c5-4f08-45cb-bfe7-e3b304fcce1f}</Project>
  124. <Name>RMYY_CallCenter_Api.DB</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\RMYY_CallCenter_Api.Model\RMYY_CallCenter_Api.Model.csproj">
  127. <Project>{7eaa6abf-89f4-4ee0-b8d8-db953eff3e4c}</Project>
  128. <Name>RMYY_CallCenter_Api.Model</Name>
  129. </ProjectReference>
  130. </ItemGroup>
  131. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  132. </Project>