SuperSocket.SocketEngine.Net45.csproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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>v4.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. <Prefer32Bit>false</Prefer32Bit>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <DebugType>pdbonly</DebugType>
  51. <Optimize>true</Optimize>
  52. <OutputPath>bin\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  57. <DocumentationFile>bin\Release\SuperSocket.SocketEngine.XML</DocumentationFile>
  58. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  59. <Prefer32Bit>false</Prefer32Bit>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <SignAssembly>true</SignAssembly>
  63. </PropertyGroup>
  64. <PropertyGroup>
  65. <AssemblyOriginatorKeyFile>..\supersocket.snk</AssemblyOriginatorKeyFile>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <Reference Include="System" />
  69. <Reference Include="System.configuration" />
  70. <Reference Include="System.Core">
  71. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  72. </Reference>
  73. <Reference Include="System.Data" />
  74. <Reference Include="System.Runtime.Remoting" />
  75. <Reference Include="System.Xml" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="..\Solution Items\GlobalAssemblyInfo.cs">
  79. <Link>GlobalAssemblyInfo.cs</Link>
  80. </Compile>
  81. <Compile Include="AppDomainAppServer.cs" />
  82. <Compile Include="AppDomainAppServer.StatusInfo.cs" />
  83. <Compile Include="AppDomainBootstrap.cs" />
  84. <Compile Include="AppDomainBootstrap.Net40.cs" />
  85. <Compile Include="AssemblyImport.cs" />
  86. <Compile Include="BootstrapFactory.cs" />
  87. <Compile Include="ConfigurationWatcher.cs" />
  88. <Compile Include="Configuration\CommandAssembly.cs" />
  89. <Compile Include="Configuration\Server.Net45.cs" />
  90. <Compile Include="Configuration\SocketServiceConfig.Net45.cs" />
  91. <Compile Include="DefaultBootstrap.Net40.cs" />
  92. <Compile Include="DefaultBootstrap.Net45.cs" />
  93. <Compile Include="IExceptionSource.cs" />
  94. <Compile Include="IPerformanceMonitor.cs" />
  95. <Compile Include="IProcessServer.cs" />
  96. <Compile Include="IRemoteWorkItem.cs" />
  97. <Compile Include="IsolationAppServer.cs" />
  98. <Compile Include="ProcessAppServer.cs" />
  99. <Compile Include="ProcessBootstrap.cs" />
  100. <Compile Include="ProcessLocker.cs" />
  101. <Compile Include="ProcessPerformanceCounterHelper.cs" />
  102. <Compile Include="RemoteBootstrapProxy.cs" />
  103. <Compile Include="ServerTypeMetadata.cs" />
  104. <Compile Include="SocketSession.Net45.cs" />
  105. <Compile Include="TypeValidator.cs" />
  106. <Compile Include="WorkItemFactoryInfoLoader.cs" />
  107. <Compile Include="IAsyncSocketSession.cs" />
  108. <Compile Include="DefaultBootstrap.cs" />
  109. <Compile Include="WorkItemFactoryInfo.cs" />
  110. <Compile Include="MarshalAppServer.cs" />
  111. <Compile Include="PerformanceMonitor.cs" />
  112. <Compile Include="SocketListenerBase.cs" />
  113. <Compile Include="TcpAsyncSocketListener.cs" />
  114. <Compile Include="AsyncSocketServer.cs">
  115. <SubType>Code</SubType>
  116. </Compile>
  117. <Compile Include="AsyncSocketSession.cs">
  118. <SubType>Code</SubType>
  119. </Compile>
  120. <Compile Include="AsyncSocket\SocketAsyncEventArgsProxy.cs">
  121. <SubType>Code</SubType>
  122. </Compile>
  123. <Compile Include="AsyncStreamSocketSession.cs" />
  124. <Compile Include="Configuration\CertificateConfig.cs" />
  125. <Compile Include="Configuration\Listener.cs" />
  126. <Compile Include="Configuration\Server.cs" />
  127. <Compile Include="Configuration\ServerCollection.cs" />
  128. <Compile Include="Configuration\SocketServiceConfig.cs" />
  129. <Compile Include="ISocketListener.cs" />
  130. <Compile Include="Properties\AssemblyInfo.cs" />
  131. <Compile Include="SocketServerFactory.cs" />
  132. <Compile Include="SocketServerBase.cs" />
  133. <Compile Include="SocketSession.cs" />
  134. <Compile Include="TcpSocketServerBase.cs" />
  135. <Compile Include="UdpSocketListener.cs" />
  136. <Compile Include="UdpSocketServer.cs" />
  137. <Compile Include="UdpSocketSession.cs" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  141. <Visible>False</Visible>
  142. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  143. <Install>true</Install>
  144. </BootstrapperPackage>
  145. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  146. <Visible>False</Visible>
  147. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  148. <Install>false</Install>
  149. </BootstrapperPackage>
  150. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  151. <Visible>False</Visible>
  152. <ProductName>.NET Framework 3.5 SP1</ProductName>
  153. <Install>false</Install>
  154. </BootstrapperPackage>
  155. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  156. <Visible>False</Visible>
  157. <ProductName>Windows Installer 3.1</ProductName>
  158. <Install>true</Install>
  159. </BootstrapperPackage>
  160. </ItemGroup>
  161. <ItemGroup>
  162. <ProjectReference Include="..\SocketCommon\SuperSocket.Common.Net45.csproj">
  163. <Project>{A24F4D38-BA9C-4FD6-95B7-4980DE36131A}</Project>
  164. <Name>SuperSocket.Common.Net45</Name>
  165. </ProjectReference>
  166. <ProjectReference Include="..\SocketBase\SuperSocket.SocketBase.Net45.csproj">
  167. <Project>{40B77789-EA11-4C05-8F52-86711D7BCAAF}</Project>
  168. <Name>SuperSocket.SocketBase.Net45</Name>
  169. </ProjectReference>
  170. </ItemGroup>
  171. <ItemGroup />
  172. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  173. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  174. Other similar extension points exist, see Microsoft.Common.targets.
  175. <Target Name="BeforeBuild">
  176. </Target>
  177. <Target Name="AfterBuild">
  178. </Target>
  179. -->
  180. </Project>