SuperSocket.SocketBase.Net35.csproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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>{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. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>TRACE;DEBUG;NET_35</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  26. <DocumentationFile>bin\Debug\SuperSocket.SocketBase.XML</DocumentationFile>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE;NET_35</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  36. <DocumentationFile>bin\Release\SuperSocket.SocketBase.XML</DocumentationFile>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <SignAssembly>true</SignAssembly>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <AssemblyOriginatorKeyFile>..\supersocket.snk</AssemblyOriginatorKeyFile>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="log4net">
  46. <HintPath>..\Reference\log4net.dll</HintPath>
  47. <Private>False</Private>
  48. </Reference>
  49. <Reference Include="System" />
  50. <Reference Include="System.configuration" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Threading, Version=1.0.2787.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\Reference\System.Threading.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System.XML" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="..\Solution Items\GlobalAssemblyInfo.cs">
  60. <Link>GlobalAssemblyInfo.cs</Link>
  61. </Compile>
  62. <Compile Include="AppServer.cs" />
  63. <Compile Include="AppServerBase.ConfigHotUpdate.cs" />
  64. <Compile Include="AppServerBase.cs" />
  65. <Compile Include="AppSession.cs" />
  66. <Compile Include="Async.cs" />
  67. <Compile Include="CommandExecutingContext.cs" />
  68. <Compile Include="Command\CommandBase.cs" />
  69. <Compile Include="Command\CommandInfo.cs" />
  70. <Compile Include="Command\CommandLoaderBase.cs" />
  71. <Compile Include="Command\CommandUpdateEventArgs.cs" />
  72. <Compile Include="Command\CommandUpdateInfo.cs" />
  73. <Compile Include="Command\ICommand.cs" />
  74. <Compile Include="Command\ICommandFilterProvider.cs" />
  75. <Compile Include="Command\ICommandLoader.cs" />
  76. <Compile Include="Command\ReflectCommandLoader.cs" />
  77. <Compile Include="Command\StringCommandBase.cs" />
  78. <Compile Include="Config\CertificateConfig.cs" />
  79. <Compile Include="Config\CommandAssemblyConfig.cs" />
  80. <Compile Include="Config\ConfigurationSource.cs" />
  81. <Compile Include="Config\HotUpdateAttribute.cs" />
  82. <Compile Include="Config\ICertificateConfig.cs" />
  83. <Compile Include="Config\ICommandAssemblyConfig.cs" />
  84. <Compile Include="Config\IConfigurationSource.cs" />
  85. <Compile Include="Config\IListenerConfig.cs" />
  86. <Compile Include="Config\IRootConfig.cs" />
  87. <Compile Include="Config\IServerConfig.cs" />
  88. <Compile Include="Config\ITypeProvider.cs" />
  89. <Compile Include="Config\ListenerConfig.cs" />
  90. <Compile Include="Config\RootConfig.cs" />
  91. <Compile Include="Config\ServerConfig.cs" />
  92. <Compile Include="Config\TypeProvider.cs" />
  93. <Compile Include="Config\TypeProviderCollection.cs" />
  94. <Compile Include="Config\TypeProviderConfig.cs" />
  95. <Compile Include="Extensions.cs" />
  96. <Compile Include="IActiveConnector.cs" />
  97. <Compile Include="IAppServer.cs" />
  98. <Compile Include="IAppSession.cs" />
  99. <Compile Include="IBootstrap.cs" />
  100. <Compile Include="IConnectionFilter.cs" />
  101. <Compile Include="ILoggerProvider.cs" />
  102. <Compile Include="ISessionBase.cs" />
  103. <Compile Include="ISocketServer.cs" />
  104. <Compile Include="ISocketServerFactory.cs" />
  105. <Compile Include="ISocketSession.cs" />
  106. <Compile Include="IsolationMode.cs" />
  107. <Compile Include="IStatusInfoSource.cs" />
  108. <Compile Include="ISystemEndPoint.cs" />
  109. <Compile Include="IWorkItem.cs" />
  110. <Compile Include="ListenerInfo.cs" />
  111. <Compile Include="LoggerExtension.cs" />
  112. <Compile Include="Logging\ConsoleLog.cs" />
  113. <Compile Include="Logging\ConsoleLogFactory.cs" />
  114. <Compile Include="Logging\ILog.cs" />
  115. <Compile Include="Logging\ILogFactory.cs" />
  116. <Compile Include="Logging\Log4NetLog.cs" />
  117. <Compile Include="Logging\Log4NetLogFactory.cs" />
  118. <Compile Include="Logging\LogFactoryBase.cs" />
  119. <Compile Include="Metadata\AppServerMetadataTypeAttribute.cs" />
  120. <Compile Include="Metadata\CommandFilterAttribute.cs" />
  121. <Compile Include="Metadata\DefaultAppServerMetadata.cs" />
  122. <Compile Include="Metadata\StatusInfoAttribute.cs" />
  123. <Compile Include="Metadata\StatusInfoKeys.cs" />
  124. <Compile Include="NodeStatus.cs" />
  125. <Compile Include="Properties\AssemblyInfo.cs" />
  126. <Compile Include="Protocol\BasicRequestInfoParser.cs" />
  127. <Compile Include="Protocol\BinaryRequestInfo.cs" />
  128. <Compile Include="Protocol\CommandLineReceiveFilterFactory.cs" />
  129. <Compile Include="Protocol\DefaultReceiveFilterFactory.cs" />
  130. <Compile Include="Protocol\FilterState.cs" />
  131. <Compile Include="Protocol\IOffsetAdapter.cs" />
  132. <Compile Include="Protocol\IReceiveFilter.cs" />
  133. <Compile Include="Protocol\IReceiveFilterFactory.cs" />
  134. <Compile Include="Protocol\IReceiveFilterInitializer.cs" />
  135. <Compile Include="Protocol\IRequestInfo.cs" />
  136. <Compile Include="Protocol\IRequestInfoParser.cs" />
  137. <Compile Include="Protocol\ReceiveFilterBase.cs" />
  138. <Compile Include="Protocol\RequestInfo.cs" />
  139. <Compile Include="Protocol\StringRequestInfo.cs" />
  140. <Compile Include="Protocol\TerminatorReceiveFilter.cs" />
  141. <Compile Include="Protocol\TerminatorReceiveFilterFactory.cs" />
  142. <Compile Include="Protocol\UdpRequestInfo.cs" />
  143. <Compile Include="Provider\ExportFactory.cs" />
  144. <Compile Include="Provider\ProviderFactoryInfo.cs" />
  145. <Compile Include="Provider\ProviderKey.cs" />
  146. <Compile Include="RequestHandler.cs" />
  147. <Compile Include="Security\CertificateManager.cs" />
  148. <Compile Include="ServerState.cs" />
  149. <Compile Include="SessionHandler.cs" />
  150. <Compile Include="SocketMode.cs" />
  151. <Compile Include="StatusInfoCollection.cs" />
  152. </ItemGroup>
  153. <ItemGroup>
  154. <ProjectReference Include="..\Common\SuperSocket.Common.Net35.csproj">
  155. <Project>{A24F4D38-BA9C-4FD6-95B7-4980DE36131A}</Project>
  156. <Name>SuperSocket.Common.Net35</Name>
  157. </ProjectReference>
  158. </ItemGroup>
  159. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  160. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  161. Other similar extension points exist, see Microsoft.Common.targets.
  162. <Target Name="BeforeBuild">
  163. </Target>
  164. <Target Name="AfterBuild">
  165. </Target>
  166. -->
  167. </Project>