SuperSocket.SocketEngine.Net40.csproj 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.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.6.1</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="DnsClient, Version=1.0.7.0, Culture=neutral, PublicKeyToken=4574bb5573c51424, processorArchitecture=MSIL">
  69. <HintPath>..\packages\DnsClient.1.0.7\lib\net45\DnsClient.dll</HintPath>
  70. </Reference>
  71. <Reference Include="MongoDB.Bson, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL">
  72. <HintPath>..\packages\MongoDB.Bson.2.7.0\lib\net45\MongoDB.Bson.dll</HintPath>
  73. </Reference>
  74. <Reference Include="MongoDB.Driver, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL">
  75. <HintPath>..\packages\MongoDB.Driver.2.7.0\lib\net45\MongoDB.Driver.dll</HintPath>
  76. </Reference>
  77. <Reference Include="MongoDB.Driver.Core, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL">
  78. <HintPath>..\packages\MongoDB.Driver.Core.2.7.0\lib\net45\MongoDB.Driver.Core.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System" />
  81. <Reference Include="System.Buffers, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  82. <HintPath>..\packages\System.Buffers.4.3.0\lib\netstandard1.1\System.Buffers.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.configuration" />
  85. <Reference Include="System.Core">
  86. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  87. </Reference>
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  90. <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.0.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  91. <Private>True</Private>
  92. </Reference>
  93. <Reference Include="System.Runtime.Remoting" />
  94. <Reference Include="System.Xml" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="..\Solution Items\GlobalAssemblyInfo.cs">
  98. <Link>GlobalAssemblyInfo.cs</Link>
  99. </Compile>
  100. <Compile Include="AppDomainAppServer.cs" />
  101. <Compile Include="AppDomainAppServer.StatusInfo.cs" />
  102. <Compile Include="AppDomainBootstrap.cs" />
  103. <Compile Include="AppDomainBootstrap.Net40.cs" />
  104. <Compile Include="AssemblyImport.cs" />
  105. <Compile Include="BootstrapFactory.cs" />
  106. <Compile Include="ConfigurationWatcher.cs" />
  107. <Compile Include="Configuration\CommandAssembly.cs" />
  108. <Compile Include="Configuration\SocketServiceConfig.cs" />
  109. <Compile Include="DefaultBootstrap.Net40.cs" />
  110. <Compile Include="IExceptionSource.cs" />
  111. <Compile Include="IPerformanceMonitor.cs" />
  112. <Compile Include="IProcessServer.cs" />
  113. <Compile Include="IRemoteWorkItem.cs" />
  114. <Compile Include="IsolationAppServer.cs" />
  115. <Compile Include="ProcessAppServer.cs" />
  116. <Compile Include="ProcessBootstrap.cs" />
  117. <Compile Include="ProcessLocker.cs" />
  118. <Compile Include="ProcessPerformanceCounterHelper.cs" />
  119. <Compile Include="RemoteBootstrapProxy.cs" />
  120. <Compile Include="ServerTypeMetadata.cs" />
  121. <Compile Include="SocketSession.Net.cs" />
  122. <Compile Include="TypeValidator.cs" />
  123. <Compile Include="WorkItemFactoryInfoLoader.cs" />
  124. <Compile Include="IAsyncSocketSession.cs" />
  125. <Compile Include="DefaultBootstrap.cs" />
  126. <Compile Include="WorkItemFactoryInfo.cs" />
  127. <Compile Include="MarshalAppServer.cs" />
  128. <Compile Include="PerformanceMonitor.cs" />
  129. <Compile Include="SocketListenerBase.cs" />
  130. <Compile Include="TcpAsyncSocketListener.cs" />
  131. <Compile Include="AsyncSocketServer.cs">
  132. <SubType>Code</SubType>
  133. </Compile>
  134. <Compile Include="AsyncSocketSession.cs">
  135. <SubType>Code</SubType>
  136. </Compile>
  137. <Compile Include="AsyncSocket\SocketAsyncEventArgsProxy.cs">
  138. <SubType>Code</SubType>
  139. </Compile>
  140. <Compile Include="AsyncStreamSocketSession.cs" />
  141. <Compile Include="Configuration\CertificateConfig.cs" />
  142. <Compile Include="Configuration\Listener.cs" />
  143. <Compile Include="Configuration\Server.cs" />
  144. <Compile Include="Configuration\ServerCollection.cs" />
  145. <Compile Include="ISocketListener.cs" />
  146. <Compile Include="Properties\AssemblyInfo.cs" />
  147. <Compile Include="SocketServerFactory.cs" />
  148. <Compile Include="SocketServerBase.cs" />
  149. <Compile Include="SocketSession.cs" />
  150. <Compile Include="TcpSocketServerBase.cs" />
  151. <Compile Include="UdpSocketListener.cs" />
  152. <Compile Include="UdpSocketServer.cs" />
  153. <Compile Include="UdpSocketSession.cs" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  157. <Visible>False</Visible>
  158. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  159. <Install>true</Install>
  160. </BootstrapperPackage>
  161. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  162. <Visible>False</Visible>
  163. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  164. <Install>false</Install>
  165. </BootstrapperPackage>
  166. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  167. <Visible>False</Visible>
  168. <ProductName>.NET Framework 3.5 SP1</ProductName>
  169. <Install>false</Install>
  170. </BootstrapperPackage>
  171. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  172. <Visible>False</Visible>
  173. <ProductName>Windows Installer 3.1</ProductName>
  174. <Install>true</Install>
  175. </BootstrapperPackage>
  176. </ItemGroup>
  177. <ItemGroup>
  178. <WCFMetadata Include="Connected Services\" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <ProjectReference Include="..\SocketBase\SuperSocket.SocketBase.Net40.csproj">
  182. <Project>{40b77789-ea11-4c05-8f52-86711d7bcaaf}</Project>
  183. <Name>SuperSocket.SocketBase.Net40</Name>
  184. </ProjectReference>
  185. <ProjectReference Include="..\SocketCommon\SuperSocket.Common.Net40.csproj">
  186. <Project>{a24f4d38-ba9c-4fd6-95b7-4980de36131a}</Project>
  187. <Name>SuperSocket.Common.Net40</Name>
  188. </ProjectReference>
  189. </ItemGroup>
  190. <ItemGroup>
  191. <None Include="packages.config" />
  192. </ItemGroup>
  193. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  194. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  195. Other similar extension points exist, see Microsoft.Common.targets.
  196. <Target Name="BeforeBuild">
  197. </Target>
  198. <Target Name="AfterBuild">
  199. </Target>
  200. -->
  201. </Project>