高新区管委会,以5.0标准版为基准,从双汇项目拷贝

CallCenterApi.DAL.csproj 4.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{F5B5967D-B96D-434D-B06D-D1F9D8A98BA1}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CallCenterApi.DAL</RootNamespace>
  11. <AssemblyName>CallCenterApi.DAL</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="System" />
  34. <Reference Include="System.Core" />
  35. <Reference Include="System.Xml.Linq" />
  36. <Reference Include="System.Data.DataSetExtensions" />
  37. <Reference Include="Microsoft.CSharp" />
  38. <Reference Include="System.Data" />
  39. <Reference Include="System.Net.Http" />
  40. <Reference Include="System.Xml" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <Compile Include="CallRecords.cs" />
  44. <Compile Include="PagerDAL.cs" />
  45. <Compile Include="Properties\AssemblyInfo.cs" />
  46. <Compile Include="telloc_users.cs" />
  47. <Compile Include="T_Call_Blacklist.cs" />
  48. <Compile Include="T_Call_CallRecords.cs" />
  49. <Compile Include="T_Call_CallRecordsLD.cs" />
  50. <Compile Include="T_Call_CallRecords_QC.cs" />
  51. <Compile Include="T_Call_LeaveRecord.cs" />
  52. <Compile Include="T_Call_ZBDH.cs" />
  53. <Compile Include="T_Cus_AddressBook.cs" />
  54. <Compile Include="T_Cus_Customer.cs" />
  55. <Compile Include="T_Msg_List.cs" />
  56. <Compile Include="T_QC_IndexBase.cs" />
  57. <Compile Include="T_QC_IndexCategory.cs" />
  58. <Compile Include="T_QC_IndexRes.cs" />
  59. <Compile Include="T_Rec_RegRecords.cs" />
  60. <Compile Include="T_RegionCategory.cs" />
  61. <Compile Include="T_RepositoryCategory.cs" />
  62. <Compile Include="T_RepositoryInformation.cs" />
  63. <Compile Include="T_Sys_AccessLog.cs" />
  64. <Compile Include="T_Sys_Accessories.cs" />
  65. <Compile Include="T_Sys_Area.cs" />
  66. <Compile Include="T_Sys_Department.cs" />
  67. <Compile Include="T_Sys_DictionaryBase.cs" />
  68. <Compile Include="T_Sys_DictionaryValue.cs" />
  69. <Compile Include="T_Sys_LoginLogs.cs" />
  70. <Compile Include="T_Sys_MobileData.cs" />
  71. <Compile Include="T_Sys_ModuleInfo.cs" />
  72. <Compile Include="T_Sys_ModuleFunctions.cs" />
  73. <Compile Include="T_Sys_RoleFunction.cs" />
  74. <Compile Include="T_Sys_RoleInfo.cs" />
  75. <Compile Include="T_Sys_SeatGroup.cs" />
  76. <Compile Include="T_Sys_SeatPermissionConfig.cs" />
  77. <Compile Include="T_Sys_SystemConfig.cs" />
  78. <Compile Include="T_Sys_TelTitleData.cs" />
  79. <Compile Include="T_Sys_UserAccount.cs" />
  80. <Compile Include="T_Sys_WorkCalendar.cs" />
  81. <Compile Include="T_Sys_WorkOffDays.cs" />
  82. <Compile Include="T_Sys_WorkTimes.cs" />
  83. <Compile Include="UserAccount.cs" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <ProjectReference Include="..\CallCenterApi.DB\CallCenterApi.DB.csproj">
  87. <Project>{AE933BFC-B06C-4FE8-A352-0CE16DB082D7}</Project>
  88. <Name>CallCenterApi.DB</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="..\CallCenterApi.Model\CallCenterApi.Model.csproj">
  91. <Project>{03ac6599-ffc1-43db-8794-f42b9bf74ef5}</Project>
  92. <Name>CallCenterApi.Model</Name>
  93. </ProjectReference>
  94. </ItemGroup>
  95. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  96. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  97. Other similar extension points exist, see Microsoft.Common.targets.
  98. <Target Name="BeforeBuild">
  99. </Target>
  100. <Target Name="AfterBuild">
  101. </Target>
  102. -->
  103. </Project>