HPSocketCS.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>HPSocketCS</RootNamespace>
  12. <AssemblyName>HPSocketCS</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  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. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>..\bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  35. <DebugSymbols>true</DebugSymbols>
  36. <OutputPath>..\bin\x64\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <DebugType>full</DebugType>
  39. <PlatformTarget>x64</PlatformTarget>
  40. <CodeAnalysisLogFile>..\bin\Debug\HPSocketCS.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  41. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  42. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  43. <ErrorReport>prompt</ErrorReport>
  44. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  45. <CodeAnalysisRuleSetDirectories>;D:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  46. <CodeAnalysisRuleDirectories>;D:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  49. <OutputPath>..\bin\x64\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <Optimize>true</Optimize>
  52. <DebugType>pdbonly</DebugType>
  53. <PlatformTarget>x64</PlatformTarget>
  54. <CodeAnalysisLogFile>..\bin\Release\HPSocketCS.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  55. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  56. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  57. <ErrorReport>prompt</ErrorReport>
  58. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  59. <CodeAnalysisRuleSetDirectories>;D:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  60. <CodeAnalysisRuleDirectories>;D:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="ICSharpCode.SharpZipLib">
  64. <HintPath>lib\ICSharpCode.SharpZipLib.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  67. <HintPath>..\lyfzAliyunOssServer\packages\Newtonsoft.Json.10.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System" />
  70. <Reference Include="System.Core" />
  71. <Reference Include="System.Drawing" />
  72. <Reference Include="System.Web" />
  73. <Reference Include="System.Windows.Forms" />
  74. <Reference Include="System.Xml.Linq" />
  75. <Reference Include="System.Data.DataSetExtensions" />
  76. <Reference Include="Microsoft.CSharp" />
  77. <Reference Include="System.Data" />
  78. <Reference Include="System.Xml" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="Extended\ClientInfo.cs" />
  82. <Compile Include="Extended\CommonLibrary.cs" />
  83. <Compile Include="Extended\CustomTraceListener.cs" />
  84. <Compile Include="Extended\DataSetSerializerDeserialize.cs" />
  85. <Compile Include="Extended\HP_SQLHelper.cs" />
  86. <Compile Include="Extended\NetFileInfo.cs" />
  87. <Compile Include="Extended\ReceiveCacheBuffer.cs" />
  88. <Compile Include="Extended\ReceiveData.cs" />
  89. <Compile Include="Extended\RequestData.cs" />
  90. <Compile Include="Extended\RequestParameters.cs" />
  91. <Compile Include="Extended\ReturnData.cs" />
  92. <Compile Include="Extended\ReturnResultObject.cs" />
  93. <Compile Include="Extended\SerializerDataProcessed.cs" />
  94. <Compile Include="Extended\SerSqlCommandItme.cs" />
  95. <Compile Include="Extended\SerSqlParameter.cs" />
  96. <Compile Include="Extended\SQLHelperRequestData.cs" />
  97. <Compile Include="Extended\SQLHelperReturnData.cs" />
  98. <Compile Include="Extended\SystemFileLogs.cs" />
  99. <Compile Include="Extended\TcpHeadInfo.cs" />
  100. <Compile Include="Extended\TcpTailInfo.cs" />
  101. <Compile Include="Sdk.cs" />
  102. <Compile Include="Properties\AssemblyInfo.cs" />
  103. <Compile Include="Sdk_x64.cs" />
  104. <Compile Include="Sdk_x86.cs" />
  105. <Compile Include="SSLClient.cs" />
  106. <Compile Include="SSLSdk.cs" />
  107. <Compile Include="SSLServer.cs" />
  108. <Compile Include="SSLAgent.cs" />
  109. <Compile Include="TcpAgent.cs" />
  110. <Compile Include="SSLPackServer.cs" />
  111. <Compile Include="SSLPackClient.cs" />
  112. <Compile Include="SSLPackAgent.cs" />
  113. <Compile Include="TcpPackServer.cs" />
  114. <Compile Include="SSLPullAgent.cs" />
  115. <Compile Include="TcpPullAgent.cs" />
  116. <Compile Include="TcpClient.cs" />
  117. <Compile Include="SSLPullClient.cs" />
  118. <Compile Include="TcpPullClient.cs" />
  119. <Compile Include="SSLPullServer.cs" />
  120. <Compile Include="TcpServer.cs" />
  121. <Compile Include="TcpPullServer.cs" />
  122. <Compile Include="TcpPackAgent.cs" />
  123. <Compile Include="TcpPackClient.cs" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <None Include="packages.config" />
  127. </ItemGroup>
  128. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  129. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  130. Other similar extension points exist, see Microsoft.Common.targets.
  131. <Target Name="BeforeBuild">
  132. </Target>
  133. <Target Name="AfterBuild">
  134. </Target>
  135. -->
  136. </Project>