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

CallCenterApi.Model.csproj 4.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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>{03AC6599-FFC1-43DB-8794-F42B9BF74EF5}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CallCenterApi.Model</RootNamespace>
  11. <AssemblyName>CallCenterApi.Model</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  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="CallResult.cs" />
  45. <Compile Include="PageData.cs" />
  46. <Compile Include="Properties\AssemblyInfo.cs" />
  47. <Compile Include="QCModel.cs" />
  48. <Compile Include="telloc_users.cs" />
  49. <Compile Include="TreeModel.cs" />
  50. <Compile Include="T_Call_Blacklist.cs" />
  51. <Compile Include="T_Call_CallRecords.cs" />
  52. <Compile Include="T_Call_CallRecordsLD.cs" />
  53. <Compile Include="T_Call_CallRecords_QC.cs" />
  54. <Compile Include="T_Call_LeaveRecord.cs" />
  55. <Compile Include="T_Call_ZBDH.cs" />
  56. <Compile Include="T_Cus_AddressBook.cs" />
  57. <Compile Include="T_Cus_Customer.cs" />
  58. <Compile Include="T_Msg_List.cs" />
  59. <Compile Include="T_QC_IndexBase.cs" />
  60. <Compile Include="T_QC_IndexCategory.cs" />
  61. <Compile Include="T_QC_IndexRes.cs" />
  62. <Compile Include="T_Rec_RegRecords.cs" />
  63. <Compile Include="T_RegionCategory.cs" />
  64. <Compile Include="T_RepositoryCategory.cs" />
  65. <Compile Include="T_RepositoryInformation.cs" />
  66. <Compile Include="T_Sys_AccessLog.cs" />
  67. <Compile Include="T_Sys_Accessories.cs" />
  68. <Compile Include="T_Sys_Area.cs" />
  69. <Compile Include="T_Sys_Department.cs" />
  70. <Compile Include="T_Sys_DictionaryBase.cs" />
  71. <Compile Include="T_Sys_DictionaryValue.cs" />
  72. <Compile Include="T_Sys_LoginLogs.cs" />
  73. <Compile Include="T_Sys_MobileData.cs" />
  74. <Compile Include="T_Sys_ModuleFunctions.cs" />
  75. <Compile Include="T_Sys_ModuleInfo.cs" />
  76. <Compile Include="T_Sys_RoleFunction.cs" />
  77. <Compile Include="T_Sys_RoleInfo.cs" />
  78. <Compile Include="T_Sys_SeatGroup.cs" />
  79. <Compile Include="T_Sys_SeatPermissionConfig.cs" />
  80. <Compile Include="T_Sys_SystemConfig.cs" />
  81. <Compile Include="T_Sys_TelTitleData.cs" />
  82. <Compile Include="T_Sys_UserAccount.cs" />
  83. <Compile Include="T_Sys_WorkCalendar.cs" />
  84. <Compile Include="T_Sys_WorkOffDays.cs" />
  85. <Compile Include="T_Sys_WorkTimes.cs" />
  86. <Compile Include="UserAccount.cs" />
  87. <Compile Include="vw_CTI_TaskPager.cs" />
  88. </ItemGroup>
  89. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  90. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  91. Other similar extension points exist, see Microsoft.Common.targets.
  92. <Target Name="BeforeBuild">
  93. </Target>
  94. <Target Name="AfterBuild">
  95. </Target>
  96. -->
  97. </Project>