SuperSocket.SocketBase.Net40.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{40B77789-EA11-4C05-8F52-86711D7BCAAF}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SuperSocket.SocketBase</RootNamespace>
  12. <AssemblyName>SuperSocket.SocketBase</AssemblyName>
  13. <FileAlignment>512</FileAlignment>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  30. <TargetFrameworkProfile />
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  41. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  42. <DocumentationFile>bin\Debug\SuperSocket.SocketBase.XML</DocumentationFile>
  43. <Prefer32Bit>false</Prefer32Bit>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  53. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  54. <DocumentationFile>bin\Release\SuperSocket.SocketBase.XML</DocumentationFile>
  55. <Prefer32Bit>false</Prefer32Bit>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <SignAssembly>true</SignAssembly>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <AssemblyOriginatorKeyFile>.\supersocket.snk</AssemblyOriginatorKeyFile>
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <Reference Include="DnsClient, Version=1.0.7.0, Culture=neutral, PublicKeyToken=4574bb5573c51424, processorArchitecture=MSIL">
  65. <HintPath>..\packages\DnsClient.1.0.7\lib\net45\DnsClient.dll</HintPath>
  66. </Reference>
  67. <Reference Include="log4net">
  68. <HintPath>..\SuperWebSocket\DLL\log4net.dll</HintPath>
  69. </Reference>
  70. <Reference Include="MongoDB.Bson, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL">
  71. <HintPath>..\packages\MongoDB.Bson.2.7.0\lib\net45\MongoDB.Bson.dll</HintPath>
  72. </Reference>
  73. <Reference Include="MongoDB.Driver, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL">
  74. <HintPath>..\packages\MongoDB.Driver.2.7.0\lib\net45\MongoDB.Driver.dll</HintPath>
  75. </Reference>
  76. <Reference Include="MongoDB.Driver.Core, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL">
  77. <HintPath>..\packages\MongoDB.Driver.Core.2.7.0\lib\net45\MongoDB.Driver.Core.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System" />
  80. <Reference Include="System.Buffers, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  81. <HintPath>..\packages\System.Buffers.4.3.0\lib\netstandard1.1\System.Buffers.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Core" />
  84. <Reference Include="Microsoft.CSharp" />
  85. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  86. <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.0.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  87. <Private>True</Private>
  88. </Reference>
  89. <Reference Include="System.Xml" />
  90. <Reference Include="System.Configuration" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="..\Solution Items\GlobalAssemblyInfo.cs">
  94. <Link>GlobalAssemblyInfo.cs</Link>
  95. </Compile>
  96. <Compile Include="AppServerBase.ConfigHotUpdate.cs" />
  97. <Compile Include="Async.cs" />
  98. <Compile Include="CommandExecutingContext.cs" />
  99. <Compile Include="Command\ICommandFilterProvider.cs" />
  100. <Compile Include="Config\HotUpdateAttribute.cs" />
  101. <Compile Include="IActiveConnector.cs" />
  102. <Compile Include="IStatusInfoSource.cs" />
  103. <Compile Include="ISystemEndPoint.cs" />
  104. <Compile Include="Metadata\CommandFilterAttribute.cs" />
  105. <Compile Include="Command\CommandLoaderBase.cs" />
  106. <Compile Include="Command\CommandInfo.cs" />
  107. <Compile Include="Command\CommandUpdateEventArgs.cs" />
  108. <Compile Include="Config\CommandAssemblyConfig.cs" />
  109. <Compile Include="Config\ICommandAssemblyConfig.cs" />
  110. <Compile Include="Config\IConfigurationSource.cs" />
  111. <Compile Include="Config\ITypeProvider.cs" />
  112. <Compile Include="Config\ConfigurationSource.cs" />
  113. <Compile Include="Config\TypeProvider.cs" />
  114. <Compile Include="Config\TypeProviderCollection.cs" />
  115. <Compile Include="Config\TypeProviderConfig.cs" />
  116. <Compile Include="Extensions.cs" />
  117. <Compile Include="IWorkItem.cs" />
  118. <Compile Include="Metadata\StatusInfoAttribute.cs" />
  119. <Compile Include="IBootstrap.cs" />
  120. <Compile Include="ILoggerProvider.cs" />
  121. <Compile Include="IsolationMode.cs" />
  122. <Compile Include="Logging\ConsoleLog.cs" />
  123. <Compile Include="Logging\ConsoleLogFactory.cs" />
  124. <Compile Include="Logging\ILog.cs" />
  125. <Compile Include="Logging\ILogFactory.cs" />
  126. <Compile Include="Logging\Log4NetLog.cs" />
  127. <Compile Include="Logging\Log4NetLogFactory.cs" />
  128. <Compile Include="Logging\LogFactoryBase.cs" />
  129. <Compile Include="Metadata\DefaultAppServerMetadata.cs" />
  130. <Compile Include="Metadata\AppServerMetadataTypeAttribute.cs" />
  131. <Compile Include="NodeStatus.cs" />
  132. <Compile Include="Protocol\FilterState.cs" />
  133. <Compile Include="Protocol\IReceiveFilterInitializer.cs" />
  134. <Compile Include="Protocol\IOffsetAdapter.cs" />
  135. <Compile Include="Protocol\TerminatorReceiveFilterFactory.cs" />
  136. <Compile Include="Provider\ExportFactory.cs" />
  137. <Compile Include="Provider\ProviderFactoryInfo.cs" />
  138. <Compile Include="Provider\ProviderKey.cs" />
  139. <Compile Include="RequestHandler.cs" />
  140. <Compile Include="Config\IListenerConfig.cs" />
  141. <Compile Include="Config\ListenerConfig.cs" />
  142. <Compile Include="ListenerInfo.cs" />
  143. <Compile Include="Protocol\BinaryRequestInfo.cs" />
  144. <Compile Include="Command\CommandBase.cs" />
  145. <Compile Include="Command\CommandUpdateInfo.cs" />
  146. <Compile Include="Command\ICommand.cs" />
  147. <Compile Include="Command\ICommandLoader.cs" />
  148. <Compile Include="Protocol\CommandLineReceiveFilterFactory.cs" />
  149. <Compile Include="Protocol\DefaultReceiveFilterFactory.cs" />
  150. <Compile Include="Protocol\IReceiveFilterFactory.cs" />
  151. <Compile Include="Protocol\IRequestInfo.cs" />
  152. <Compile Include="Protocol\ReceiveFilterBase.cs" />
  153. <Compile Include="Protocol\RequestInfo.cs" />
  154. <Compile Include="Protocol\StringRequestInfo.cs" />
  155. <Compile Include="Command\ReflectCommandLoader.cs" />
  156. <Compile Include="Protocol\TerminatorReceiveFilter.cs" />
  157. <Compile Include="Protocol\UdpRequestInfo.cs" />
  158. <Compile Include="Config\CertificateConfig.cs" />
  159. <Compile Include="Config\ICertificateConfig.cs" />
  160. <Compile Include="Config\IRootConfig.cs" />
  161. <Compile Include="Config\IServerConfig.cs" />
  162. <Compile Include="Config\RootConfig.cs" />
  163. <Compile Include="Config\ServerConfig.cs" />
  164. <Compile Include="Protocol\IReceiveFilter.cs" />
  165. <Compile Include="IAppServer.cs" />
  166. <Compile Include="IAppSession.cs" />
  167. <Compile Include="IConnectionFilter.cs" />
  168. <Compile Include="ISessionBase.cs" />
  169. <Compile Include="ISocketServer.cs" />
  170. <Compile Include="ISocketServerFactory.cs" />
  171. <Compile Include="ISocketSession.cs" />
  172. <Compile Include="LoggerExtension.cs" />
  173. <Compile Include="Properties\AssemblyInfo.cs" />
  174. <Compile Include="Protocol\BasicRequestInfoParser.cs" />
  175. <Compile Include="Protocol\IRequestInfoParser.cs" />
  176. <Compile Include="Security\CertificateManager.cs" />
  177. <Compile Include="ServerState.cs" />
  178. <Compile Include="Metadata\StatusInfoKeys.cs" />
  179. <Compile Include="SessionHandler.cs" />
  180. <Compile Include="SocketMode.cs" />
  181. <Compile Include="AppServer.cs" />
  182. <Compile Include="AppServerBase.cs" />
  183. <Compile Include="AppSession.cs" />
  184. <Compile Include="Command\StringCommandBase.cs" />
  185. <Compile Include="StatusInfoCollection.cs" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  189. <Visible>False</Visible>
  190. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  191. <Install>true</Install>
  192. </BootstrapperPackage>
  193. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  194. <Visible>False</Visible>
  195. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  196. <Install>false</Install>
  197. </BootstrapperPackage>
  198. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  199. <Visible>False</Visible>
  200. <ProductName>.NET Framework 3.5 SP1</ProductName>
  201. <Install>false</Install>
  202. </BootstrapperPackage>
  203. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  204. <Visible>False</Visible>
  205. <ProductName>Windows Installer 3.1</ProductName>
  206. <Install>true</Install>
  207. </BootstrapperPackage>
  208. </ItemGroup>
  209. <ItemGroup>
  210. <WCFMetadata Include="Service References\" />
  211. </ItemGroup>
  212. <ItemGroup>
  213. <ProjectReference Include="..\SocketCommon\SuperSocket.Common.Net40.csproj">
  214. <Project>{a24f4d38-ba9c-4fd6-95b7-4980de36131a}</Project>
  215. <Name>SuperSocket.Common.Net40</Name>
  216. </ProjectReference>
  217. </ItemGroup>
  218. <ItemGroup>
  219. <None Include="packages.config" />
  220. </ItemGroup>
  221. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  222. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  223. Other similar extension points exist, see Microsoft.Common.targets.
  224. <Target Name="BeforeBuild">
  225. </Target>
  226. <Target Name="AfterBuild">
  227. </Target>
  228. -->
  229. </Project>