SuperSocket.SocketBase.Net45.csproj 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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. <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.5</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="log4net">
  65. <HintPath>..\Reference\log4net.dll</HintPath>
  66. <Private>False</Private>
  67. </Reference>
  68. <Reference Include="System" />
  69. <Reference Include="System.Core" />
  70. <Reference Include="Microsoft.CSharp" />
  71. <Reference Include="System.Xml" />
  72. <Reference Include="System.Configuration" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="..\Solution Items\GlobalAssemblyInfo.cs">
  76. <Link>GlobalAssemblyInfo.cs</Link>
  77. </Compile>
  78. <Compile Include="AppServerBase.ConfigHotUpdate.cs" />
  79. <Compile Include="AppServerBase.Net45.cs" />
  80. <Compile Include="Async.cs" />
  81. <Compile Include="CommandExecutingContext.cs" />
  82. <Compile Include="Command\CommandLoaderBase.cs" />
  83. <Compile Include="Command\CommandInfo.cs" />
  84. <Compile Include="Command\CommandUpdateEventArgs.cs" />
  85. <Compile Include="Command\ICommandFilterProvider.cs" />
  86. <Compile Include="Config\CommandAssemblyConfig.cs" />
  87. <Compile Include="Config\ICommandAssemblyConfig.cs" />
  88. <Compile Include="Config\IConfigurationSource.cs" />
  89. <Compile Include="Config\IRootConfig.Net45.cs" />
  90. <Compile Include="Config\IServerConfig.Net45.cs" />
  91. <Compile Include="Config\ITypeProvider.cs" />
  92. <Compile Include="Config\ConfigurationSource.cs" />
  93. <Compile Include="Config\RootConfig.Net45.cs" />
  94. <Compile Include="Config\ServerConfig.Net45.cs" />
  95. <Compile Include="Config\HotUpdateAttribute.cs" />
  96. <Compile Include="Config\TypeProvider.cs" />
  97. <Compile Include="Config\TypeProviderCollection.cs" />
  98. <Compile Include="Config\TypeProviderConfig.cs" />
  99. <Compile Include="Extensions.cs" />
  100. <Compile Include="IActiveConnector.cs" />
  101. <Compile Include="IBootstrap.cs" />
  102. <Compile Include="ILoggerProvider.cs" />
  103. <Compile Include="IsolationMode.cs" />
  104. <Compile Include="IStatusInfoSource.cs" />
  105. <Compile Include="ISystemEndPoint.cs" />
  106. <Compile Include="IWorkItem.cs" />
  107. <Compile Include="Logging\ConsoleLog.cs" />
  108. <Compile Include="Logging\ConsoleLogFactory.cs" />
  109. <Compile Include="Logging\ILog.cs" />
  110. <Compile Include="Logging\ILogFactory.cs" />
  111. <Compile Include="Logging\Log4NetLog.cs" />
  112. <Compile Include="Logging\Log4NetLogFactory.cs" />
  113. <Compile Include="Logging\LogFactoryBase.cs" />
  114. <Compile Include="Metadata\AppServerMetadataTypeAttribute.cs" />
  115. <Compile Include="Metadata\CommandFilterAttribute.cs" />
  116. <Compile Include="Metadata\DefaultAppServerMetadata.cs" />
  117. <Compile Include="Metadata\StatusInfoAttribute.cs" />
  118. <Compile Include="Metadata\StatusInfoKeys.cs" />
  119. <Compile Include="NodeStatus.cs" />
  120. <Compile Include="Protocol\CommandLineReceiveFilterFactory.cs" />
  121. <Compile Include="Protocol\DefaultReceiveFilterFactory.cs" />
  122. <Compile Include="Protocol\FilterState.cs" />
  123. <Compile Include="Protocol\IOffsetAdapter.cs" />
  124. <Compile Include="Protocol\IReceiveFilter.cs" />
  125. <Compile Include="Protocol\IReceiveFilterFactory.cs" />
  126. <Compile Include="Protocol\IReceiveFilterInitializer.cs" />
  127. <Compile Include="Protocol\ReceiveFilterBase.cs" />
  128. <Compile Include="Protocol\TerminatorReceiveFilter.cs" />
  129. <Compile Include="Protocol\TerminatorReceiveFilterFactory.cs" />
  130. <Compile Include="Provider\ExportFactory.cs" />
  131. <Compile Include="Provider\ProviderFactoryInfo.cs" />
  132. <Compile Include="Provider\ProviderKey.cs" />
  133. <Compile Include="RequestHandler.cs" />
  134. <Compile Include="Config\IListenerConfig.cs" />
  135. <Compile Include="Config\ListenerConfig.cs" />
  136. <Compile Include="ListenerInfo.cs" />
  137. <Compile Include="Protocol\BinaryRequestInfo.cs" />
  138. <Compile Include="Command\CommandBase.cs" />
  139. <Compile Include="Command\CommandUpdateInfo.cs" />
  140. <Compile Include="Command\ICommand.cs" />
  141. <Compile Include="Command\ICommandLoader.cs" />
  142. <Compile Include="Protocol\IRequestInfo.cs" />
  143. <Compile Include="Protocol\RequestInfo.cs" />
  144. <Compile Include="Protocol\StringRequestInfo.cs" />
  145. <Compile Include="Command\ReflectCommandLoader.cs" />
  146. <Compile Include="Protocol\UdpRequestInfo.cs" />
  147. <Compile Include="Config\CertificateConfig.cs" />
  148. <Compile Include="Config\ICertificateConfig.cs" />
  149. <Compile Include="Config\IRootConfig.cs" />
  150. <Compile Include="Config\IServerConfig.cs" />
  151. <Compile Include="Config\RootConfig.cs" />
  152. <Compile Include="Config\ServerConfig.cs" />
  153. <Compile Include="IAppServer.cs" />
  154. <Compile Include="IAppSession.cs" />
  155. <Compile Include="IConnectionFilter.cs" />
  156. <Compile Include="ISessionBase.cs" />
  157. <Compile Include="ISocketServer.cs" />
  158. <Compile Include="ISocketServerFactory.cs" />
  159. <Compile Include="ISocketSession.cs" />
  160. <Compile Include="LoggerExtension.cs" />
  161. <Compile Include="Properties\AssemblyInfo.cs" />
  162. <Compile Include="Protocol\BasicRequestInfoParser.cs" />
  163. <Compile Include="Protocol\IRequestInfoParser.cs" />
  164. <Compile Include="Security\CertificateManager.cs" />
  165. <Compile Include="ServerState.cs" />
  166. <Compile Include="SessionHandler.cs" />
  167. <Compile Include="SocketMode.cs" />
  168. <Compile Include="AppServer.cs" />
  169. <Compile Include="AppServerBase.cs" />
  170. <Compile Include="AppSession.cs" />
  171. <Compile Include="Command\StringCommandBase.cs" />
  172. <Compile Include="StatusInfoCollection.cs" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <ProjectReference Include="..\Common\SuperSocket.Common.Net45.csproj">
  176. <Project>{A24F4D38-BA9C-4FD6-95B7-4980DE36131A}</Project>
  177. <Name>SuperSocket.Common.Net45</Name>
  178. </ProjectReference>
  179. </ItemGroup>
  180. <ItemGroup>
  181. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  182. <Visible>False</Visible>
  183. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  184. <Install>true</Install>
  185. </BootstrapperPackage>
  186. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  187. <Visible>False</Visible>
  188. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  189. <Install>false</Install>
  190. </BootstrapperPackage>
  191. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  192. <Visible>False</Visible>
  193. <ProductName>.NET Framework 3.5 SP1</ProductName>
  194. <Install>false</Install>
  195. </BootstrapperPackage>
  196. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  197. <Visible>False</Visible>
  198. <ProductName>Windows Installer 3.1</ProductName>
  199. <Install>true</Install>
  200. </BootstrapperPackage>
  201. </ItemGroup>
  202. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  203. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  204. Other similar extension points exist, see Microsoft.Common.targets.
  205. <Target Name="BeforeBuild">
  206. </Target>
  207. <Target Name="AfterBuild">
  208. </Target>
  209. -->
  210. </Project>