SuperSocket.Common.Net45.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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>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.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="System" />
  69. <Reference Include="System.configuration" />
  70. <Reference Include="System.Core">
  71. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  72. </Reference>
  73. <Reference Include="System.Xml" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="..\Solution Items\GlobalAssemblyInfo.cs">
  77. <Link>GlobalAssemblyInfo.cs</Link>
  78. </Compile>
  79. <Compile Include="ArraySegmentEx.cs" />
  80. <Compile Include="ArraySegmentList.cs">
  81. <SubType>Code</SubType>
  82. </Compile>
  83. <Compile Include="AssemblyUtil.cs" />
  84. <Compile Include="BinaryUtil.cs">
  85. <SubType>Code</SubType>
  86. </Compile>
  87. <Compile Include="BufferManager.cs" />
  88. <Compile Include="ConfigurationElementBase.cs" />
  89. <Compile Include="ConfigurationExtension.cs" />
  90. <Compile Include="DictionaryExtension.cs" />
  91. <Compile Include="ErrorEventArgs.cs" />
  92. <Compile Include="GenericConfigurationElementCollection.cs" />
  93. <Compile Include="Platform.cs" />
  94. <Compile Include="Properties\AssemblyInfo.cs" />
  95. <Compile Include="SearchMarkState.cs" />
  96. <Compile Include="SendingQueue.cs" />
  97. <Compile Include="SmartPool.cs" />
  98. <Compile Include="SocketEx.cs" />
  99. <Compile Include="StringExtension.cs" />
  100. <Compile Include="StringExtension.NET4.cs" />
  101. <Compile Include="TheadPoolEx.cs" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  105. <Visible>False</Visible>
  106. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  107. <Install>true</Install>
  108. </BootstrapperPackage>
  109. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  110. <Visible>False</Visible>
  111. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  112. <Install>false</Install>
  113. </BootstrapperPackage>
  114. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  115. <Visible>False</Visible>
  116. <ProductName>.NET Framework 3.5 SP1</ProductName>
  117. <Install>false</Install>
  118. </BootstrapperPackage>
  119. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  120. <Visible>False</Visible>
  121. <ProductName>Windows Installer 3.1</ProductName>
  122. <Install>true</Install>
  123. </BootstrapperPackage>
  124. </ItemGroup>
  125. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  126. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  127. Other similar extension points exist, see Microsoft.Common.targets.
  128. <Target Name="BeforeBuild">
  129. </Target>
  130. <Target Name="AfterBuild">
  131. </Target>
  132. -->
  133. </Project>