CommonNetwork.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{6C114F8F-EE02-4F15-8F3A-93691896D15F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CommonNetwork</RootNamespace>
  12. <AssemblyName>CommonNetwork</AssemblyName>
  13. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. <TargetFrameworkProfile>
  31. </TargetFrameworkProfile>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>..\..\Library\Debug\</OutputPath>
  38. <DefineConstants>TRACE;DEBUG</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  42. <DocumentationFile>
  43. </DocumentationFile>
  44. <NoWarn>1591</NoWarn>
  45. <Prefer32Bit>false</Prefer32Bit>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>..\..\Library\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  55. <Prefer32Bit>false</Prefer32Bit>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  58. <DebugSymbols>true</DebugSymbols>
  59. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  60. <DefineConstants>TRACE;DEBUG</DefineConstants>
  61. <NoWarn>1591</NoWarn>
  62. <DebugType>full</DebugType>
  63. <PlatformTarget>AnyCPU</PlatformTarget>
  64. <ErrorReport>prompt</ErrorReport>
  65. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <Reference Include="System" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="Client\NetClient.cs" />
  72. <Compile Include="Http\HttpClient.cs" />
  73. <Compile Include="Http\WebClient.cs" />
  74. <Compile Include="Net\NetException.cs" />
  75. <Compile Include="Net\NetSession.cs" />
  76. <Compile Include="Net\NetSessionListener.cs" />
  77. <Compile Include="Sockets\BaseNetSession.cs" />
  78. <Compile Include="Sockets\NetSessionAsync.cs" />
  79. <Compile Include="Sockets\NetSession.cs" />
  80. <Compile Include="Properties\AssemblyInfo.cs" />
  81. <Compile Include="Utils\ReceivedBuffer.cs" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ProjectReference Include="..\CommonLang\CommonLang.csproj">
  85. <Project>{1835E71D-0B6C-463D-B538-E68891E4DACB}</Project>
  86. <Name>CommonLang</Name>
  87. </ProjectReference>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  91. <Visible>False</Visible>
  92. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  93. <Install>false</Install>
  94. </BootstrapperPackage>
  95. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  96. <Visible>False</Visible>
  97. <ProductName>.NET Framework 3.5 SP1</ProductName>
  98. <Install>true</Install>
  99. </BootstrapperPackage>
  100. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  101. <Visible>False</Visible>
  102. <ProductName>Windows Installer 3.1</ProductName>
  103. <Install>true</Install>
  104. </BootstrapperPackage>
  105. </ItemGroup>
  106. <ItemGroup />
  107. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  108. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  109. Other similar extension points exist, see Microsoft.Common.targets.
  110. <Target Name="BeforeBuild">
  111. </Target>
  112. <Target Name="AfterBuild">
  113. </Target>
  114. -->
  115. <PropertyGroup>
  116. <PostBuildEvent>
  117. </PostBuildEvent>
  118. </PropertyGroup>
  119. </Project>