SuperSocket.Common.Net40.csproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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>{A24F4D38-BA9C-4FD6-95B7-4980DE36131A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SuperSocket.Common</RootNamespace>
  12. <AssemblyName>SuperSocket.Common</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.Common.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.Common.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.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  89. <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.0.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  90. <Private>True</Private>
  91. </Reference>
  92. <Reference Include="System.Xml" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="..\Solution Items\GlobalAssemblyInfo.cs">
  96. <Link>GlobalAssemblyInfo.cs</Link>
  97. </Compile>
  98. <Compile Include="ArraySegmentEx.cs" />
  99. <Compile Include="ArraySegmentList.cs">
  100. <SubType>Code</SubType>
  101. </Compile>
  102. <Compile Include="AssemblyUtil.cs" />
  103. <Compile Include="BinaryUtil.cs">
  104. <SubType>Code</SubType>
  105. </Compile>
  106. <Compile Include="BufferManager.cs" />
  107. <Compile Include="ConfigurationElementBase.cs" />
  108. <Compile Include="ConfigurationExtension.cs" />
  109. <Compile Include="DictionaryExtension.cs" />
  110. <Compile Include="ErrorEventArgs.cs" />
  111. <Compile Include="GenericConfigurationElementCollection.cs" />
  112. <Compile Include="Platform.cs" />
  113. <Compile Include="Properties\AssemblyInfo.cs" />
  114. <Compile Include="SearchMarkState.cs" />
  115. <Compile Include="SendingQueue.cs" />
  116. <Compile Include="SmartPool.cs" />
  117. <Compile Include="SocketEx.cs" />
  118. <Compile Include="StringExtension.cs" />
  119. <Compile Include="StringExtension.NET4.cs" />
  120. <Compile Include="TheadPoolEx.cs" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  124. <Visible>False</Visible>
  125. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  126. <Install>true</Install>
  127. </BootstrapperPackage>
  128. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  129. <Visible>False</Visible>
  130. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  131. <Install>false</Install>
  132. </BootstrapperPackage>
  133. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  134. <Visible>False</Visible>
  135. <ProductName>.NET Framework 3.5 SP1</ProductName>
  136. <Install>false</Install>
  137. </BootstrapperPackage>
  138. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  139. <Visible>False</Visible>
  140. <ProductName>Windows Installer 3.1</ProductName>
  141. <Install>true</Install>
  142. </BootstrapperPackage>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <None Include="packages.config" />
  146. </ItemGroup>
  147. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  148. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  149. Other similar extension points exist, see Microsoft.Common.targets.
  150. <Target Name="BeforeBuild">
  151. </Target>
  152. <Target Name="AfterBuild">
  153. </Target>
  154. -->
  155. </Project>