人民医院API

RMYY_CallCenter_Api.Dal.csproj 4.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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_Message.cs" />
  50. <Compile Include="T_Car_WorkOrder.cs" />
  51. <Compile Include="T_Con_WorkOrder.cs" />
  52. <Compile Include="T_Con_WorkOrderItem.cs" />
  53. <Compile Include="T_Cus_AddressBook.cs" />
  54. <Compile Include="T_Cus_Customer.cs" />
  55. <Compile Include="T_Dev_Operate.cs" />
  56. <Compile Include="T_Dev_WorkOrder.cs" />
  57. <Compile Include="T_Dev_WorkOrderItem.cs" />
  58. <Compile Include="T_Dis_WorkOrder.cs" />
  59. <Compile Include="T_Dis_WorkOrderItem.cs" />
  60. <Compile Include="T_Hos_WorkOrder.cs" />
  61. <Compile Include="T_Hos_WorkOrderItem.cs" />
  62. <Compile Include="T_Mat_WorkOrder.cs" />
  63. <Compile Include="T_Mat_WorkOrderItem.cs" />
  64. <Compile Include="T_Sys_Department.cs" />
  65. <Compile Include="T_Sys_DictionaryBase.cs" />
  66. <Compile Include="T_Sys_DictionaryValue.cs" />
  67. <Compile Include="T_Sys_GongDan.cs" />
  68. <Compile Include="T_Sys_GongDanType.cs" />
  69. <Compile Include="T_Sys_Knowledge.cs" />
  70. <Compile Include="T_Sys_Menu.cs" />
  71. <Compile Include="T_Sys_MobileData.cs" />
  72. <Compile Include="T_Sys_Role.cs" />
  73. <Compile Include="T_Sys_SeatGroup.cs" />
  74. <Compile Include="T_Sys_SystemConfig.cs" />
  75. <Compile Include="T_Sys_TelTitleData.cs" />
  76. <Compile Include="T_Sys_UserAccount.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. <Compile Include="T_WowoRepair_Basedal.cs" />
  79. <Compile Include="T_Wowo_repairyqdal.cs" />
  80. <Compile Include="T_Sys_WorkOffDays.cs" />
  81. <Compile Include="T_Wowo_wocodetypedal.cs" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ProjectReference Include="..\RMYY_CallCenter_Api.DB\RMYY_CallCenter_Api.DB.csproj">
  85. <Project>{f5e242c5-4f08-45cb-bfe7-e3b304fcce1f}</Project>
  86. <Name>RMYY_CallCenter_Api.DB</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\RMYY_CallCenter_Api.Model\RMYY_CallCenter_Api.Model.csproj">
  89. <Project>{7eaa6abf-89f4-4ee0-b8d8-db953eff3e4c}</Project>
  90. <Name>RMYY_CallCenter_Api.Model</Name>
  91. </ProjectReference>
  92. </ItemGroup>
  93. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  94. </Project>