IM12345_Api demo - 代码源于 商丘市12345项目

CallCenter.WebChatServer.csproj 6.3KB

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>{60F13CFE-7479-463C-A11D-B8D94E96E480}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>CallCenter.WebChatServer</RootNamespace>
  10. <AssemblyName>CallCenter.WebChatServer</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <TargetFrameworkProfile />
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  16. <PublishUrl>D:\roots\IM在线客服\WebChatServer\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>4</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <PublishWizardCompleted>true</PublishWizardCompleted>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. </PropertyGroup>
  51. <PropertyGroup>
  52. <ManifestCertificateThumbprint>CCC27D485B4A58EB6CFE776F534DF5D388B923E6</ManifestCertificateThumbprint>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <ManifestKeyFile>CallCenter.WebChatServer_TemporaryKey.pfx</ManifestKeyFile>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <GenerateManifests>true</GenerateManifests>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <SignManifests>false</SignManifests>
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  65. <HintPath>..\..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  68. <HintPath>..\..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
  69. </Reference>
  70. <Reference Include="SuperSocket.Common, Version=1.6.0.4, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  71. <HintPath>..\..\packages\SuperWebSocket.0.9.0.2\lib\net40\SuperSocket.Common.dll</HintPath>
  72. </Reference>
  73. <Reference Include="SuperSocket.Facility, Version=1.6.6.1, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  74. <HintPath>..\..\packages\SuperSocket.1.6.6.1\lib\net45\SuperSocket.Facility.dll</HintPath>
  75. </Reference>
  76. <Reference Include="SuperSocket.SocketBase, Version=1.6.0.4, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  77. <HintPath>..\..\packages\SuperWebSocket.0.9.0.2\lib\net40\SuperSocket.SocketBase.dll</HintPath>
  78. </Reference>
  79. <Reference Include="SuperSocket.SocketEngine, Version=1.6.0.4, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  80. <HintPath>..\..\packages\SuperWebSocket.0.9.0.2\lib\net40\SuperSocket.SocketEngine.dll</HintPath>
  81. </Reference>
  82. <Reference Include="SuperWebSocket, Version=0.9.0.0, Culture=neutral, PublicKeyToken=7ba53b9a7cef5d1c, processorArchitecture=MSIL">
  83. <HintPath>..\..\packages\SuperWebSocket.0.9.0.2\lib\net40\SuperWebSocket.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System" />
  86. <Reference Include="System.Configuration" />
  87. <Reference Include="System.Core" />
  88. <Reference Include="System.Web" />
  89. <Reference Include="System.Xml.Linq" />
  90. <Reference Include="System.Data.DataSetExtensions" />
  91. <Reference Include="Microsoft.CSharp" />
  92. <Reference Include="System.Data" />
  93. <Reference Include="System.Net.Http" />
  94. <Reference Include="System.Xml" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="ChatClass.cs" />
  98. <Compile Include="ChatCommon.cs" />
  99. <Compile Include="ChatServer.cs" />
  100. <Compile Include="ChatSql.cs" />
  101. <Compile Include="Program.cs" />
  102. <Compile Include="Properties\AssemblyInfo.cs" />
  103. <Compile Include="KeywordSpliter.cs" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <None Include="App.config">
  107. <SubType>Designer</SubType>
  108. </None>
  109. <None Include="CallCenter.WebChatServer_TemporaryKey.pfx" />
  110. <None Include="keywords_baidu.dic" />
  111. <None Include="packages.config" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <ProjectReference Include="..\..\CallCenterApi\CallCenterApi.DB\CallCenterApi.DB.csproj">
  115. <Project>{ae933bfc-b06c-4fe8-a352-0ce16db082d7}</Project>
  116. <Name>CallCenterApi.DB</Name>
  117. </ProjectReference>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  121. <Visible>False</Visible>
  122. <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
  123. <Install>true</Install>
  124. </BootstrapperPackage>
  125. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  126. <Visible>False</Visible>
  127. <ProductName>.NET Framework 3.5 SP1</ProductName>
  128. <Install>false</Install>
  129. </BootstrapperPackage>
  130. </ItemGroup>
  131. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  132. </Project>