SuperSocket.SocketEngine.Net35.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{153FEF72-191C-43D9-BE71-2B351C7AC760}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SuperSocket.SocketEngine</RootNamespace>
  12. <AssemblyName>SuperSocket.SocketEngine</AssemblyName>
  13. <FileUpgradeFlags>
  14. </FileUpgradeFlags>
  15. <OldToolsVersion>3.5</OldToolsVersion>
  16. <UpgradeBackupLocation>
  17. </UpgradeBackupLocation>
  18. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  19. <IsWebBootstrapper>false</IsWebBootstrapper>
  20. <TargetFrameworkProfile />
  21. <PublishUrl>publish\</PublishUrl>
  22. <Install>true</Install>
  23. <InstallFrom>Disk</InstallFrom>
  24. <UpdateEnabled>false</UpdateEnabled>
  25. <UpdateMode>Foreground</UpdateMode>
  26. <UpdateInterval>7</UpdateInterval>
  27. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  28. <UpdatePeriodically>false</UpdatePeriodically>
  29. <UpdateRequired>false</UpdateRequired>
  30. <MapFileExtensions>true</MapFileExtensions>
  31. <ApplicationRevision>0</ApplicationRevision>
  32. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  45. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  46. <DocumentationFile>bin\Debug\SuperSocket.SocketEngine.XML</DocumentationFile>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>bin\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  56. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  57. <DocumentationFile>bin\Release\SuperSocket.SocketEngine.XML</DocumentationFile>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <SignAssembly>true</SignAssembly>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <AssemblyOriginatorKeyFile>..\supersocket.snk</AssemblyOriginatorKeyFile>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="System" />
  67. <Reference Include="System.configuration" />
  68. <Reference Include="System.Core">
  69. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  70. </Reference>
  71. <Reference Include="System.Runtime.Remoting" />
  72. <Reference Include="System.Threading, Version=1.0.2787.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  73. <SpecificVersion>False</SpecificVersion>
  74. <HintPath>..\Reference\System.Threading.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.Xml" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="..\Solution Items\GlobalAssemblyInfo.cs">
  80. <Link>GlobalAssemblyInfo.cs</Link>
  81. </Compile>
  82. <Compile Include="AppDomainAppServer.cs" />
  83. <Compile Include="AppDomainBootstrap.cs" />
  84. <Compile Include="AssemblyImport.cs" />
  85. <Compile Include="AsyncSocketServer.cs">
  86. <SubType>Code</SubType>
  87. </Compile>
  88. <Compile Include="AsyncSocketSession.cs">
  89. <SubType>Code</SubType>
  90. </Compile>
  91. <Compile Include="AsyncSocket\SocketAsyncEventArgsProxy.cs">
  92. <SubType>Code</SubType>
  93. </Compile>
  94. <Compile Include="AsyncStreamSocketSession.cs" />
  95. <Compile Include="BootstrapFactory.cs" />
  96. <Compile Include="ConfigurationWatcher.cs" />
  97. <Compile Include="Configuration\CertificateConfig.cs" />
  98. <Compile Include="Configuration\CommandAssembly.cs" />
  99. <Compile Include="Configuration\Listener.cs" />
  100. <Compile Include="Configuration\Server.cs" />
  101. <Compile Include="Configuration\ServerCollection.cs" />
  102. <Compile Include="Configuration\SocketServiceConfig.cs" />
  103. <Compile Include="DefaultBootstrap.cs" />
  104. <Compile Include="Extensions.Net35.cs" />
  105. <Compile Include="IAsyncSocketSession.cs" />
  106. <Compile Include="IExceptionSource.cs" />
  107. <Compile Include="IPerformanceMonitor.cs" />
  108. <Compile Include="IProcessServer.cs" />
  109. <Compile Include="IRemoteWorkItem.cs" />
  110. <Compile Include="ISocketListener.cs" />
  111. <Compile Include="IsolationAppServer.cs" />
  112. <Compile Include="MarshalAppServer.cs" />
  113. <Compile Include="PerformanceMonitor.cs" />
  114. <Compile Include="ProcessAppServer.cs" />
  115. <Compile Include="ProcessBootstrap.cs" />
  116. <Compile Include="ProcessLocker.cs" />
  117. <Compile Include="ProcessPerformanceCounterHelper.cs" />
  118. <Compile Include="Properties\AssemblyInfo.cs" />
  119. <Compile Include="RemoteBootstrapProxy.cs" />
  120. <Compile Include="ServerTypeMetadata.cs" />
  121. <Compile Include="SocketListenerBase.cs" />
  122. <Compile Include="SocketServerFactory.cs" />
  123. <Compile Include="SocketServerBase.cs" />
  124. <Compile Include="SocketSession.cs" />
  125. <Compile Include="SocketSession.Net.cs" />
  126. <Compile Include="TcpAsyncSocketListener.cs" />
  127. <Compile Include="TcpSocketServerBase.cs" />
  128. <Compile Include="TypeValidator.cs" />
  129. <Compile Include="UdpSocketListener.cs" />
  130. <Compile Include="UdpSocketServer.cs" />
  131. <Compile Include="UdpSocketSession.cs" />
  132. <Compile Include="WorkItemFactoryInfo.cs" />
  133. <Compile Include="WorkItemFactoryInfoLoader.cs" />
  134. </ItemGroup>
  135. <ItemGroup>
  136. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  137. <Visible>False</Visible>
  138. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  139. <Install>false</Install>
  140. </BootstrapperPackage>
  141. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  142. <Visible>False</Visible>
  143. <ProductName>.NET Framework 3.5 SP1</ProductName>
  144. <Install>false</Install>
  145. </BootstrapperPackage>
  146. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  147. <Visible>False</Visible>
  148. <ProductName>Windows Installer 3.1</ProductName>
  149. <Install>true</Install>
  150. </BootstrapperPackage>
  151. </ItemGroup>
  152. <ItemGroup>
  153. <ProjectReference Include="..\Common\SuperSocket.Common.Net35.csproj">
  154. <Project>{A24F4D38-BA9C-4FD6-95B7-4980DE36131A}</Project>
  155. <Name>SuperSocket.Common.Net35</Name>
  156. </ProjectReference>
  157. <ProjectReference Include="..\SocketBase\SuperSocket.SocketBase.Net35.csproj">
  158. <Project>{40B77789-EA11-4C05-8F52-86711D7BCAAF}</Project>
  159. <Name>SuperSocket.SocketBase.Net35</Name>
  160. </ProjectReference>
  161. </ItemGroup>
  162. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  163. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  164. Other similar extension points exist, see Microsoft.Common.targets.
  165. <Target Name="BeforeBuild">
  166. </Target>
  167. <Target Name="AfterBuild">
  168. </Target>
  169. -->
  170. </Project>