SuperSocket.Common.Net35.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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>{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>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.Common.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. <DocumentationFile>bin\Release\SuperSocket.Common.XML</DocumentationFile>
  57. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  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.Threading, Version=1.0.2787.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\Reference\System.Threading.dll</HintPath>
  74. </Reference>
  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="ArraySegmentEx.cs" />
  82. <Compile Include="ArraySegmentList.cs">
  83. <SubType>Code</SubType>
  84. </Compile>
  85. <Compile Include="AssemblyUtil.cs" />
  86. <Compile Include="BinaryUtil.cs">
  87. <SubType>Code</SubType>
  88. </Compile>
  89. <Compile Include="BufferManager.cs" />
  90. <Compile Include="ConfigurationElementBase.cs" />
  91. <Compile Include="ConfigurationExtension.cs" />
  92. <Compile Include="DictionaryExtension.cs" />
  93. <Compile Include="ErrorEventArgs.cs" />
  94. <Compile Include="GenericConfigurationElementCollection.cs" />
  95. <Compile Include="Platform.cs" />
  96. <Compile Include="Properties\AssemblyInfo.cs" />
  97. <Compile Include="SearchMarkState.cs" />
  98. <Compile Include="SendingQueue.cs" />
  99. <Compile Include="SmartPool.cs" />
  100. <Compile Include="SocketEx.cs" />
  101. <Compile Include="StringExtension.cs" />
  102. <Compile Include="StringExtension.NET35.cs" />
  103. <Compile Include="TheadPoolEx.cs" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  107. <Visible>False</Visible>
  108. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  109. <Install>false</Install>
  110. </BootstrapperPackage>
  111. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  112. <Visible>False</Visible>
  113. <ProductName>.NET Framework 3.5 SP1</ProductName>
  114. <Install>false</Install>
  115. </BootstrapperPackage>
  116. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  117. <Visible>False</Visible>
  118. <ProductName>Windows Installer 3.1</ProductName>
  119. <Install>true</Install>
  120. </BootstrapperPackage>
  121. </ItemGroup>
  122. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  123. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  124. Other similar extension points exist, see Microsoft.Common.targets.
  125. <Target Name="BeforeBuild">
  126. </Target>
  127. <Target Name="AfterBuild">
  128. </Target>
  129. -->
  130. </Project>