sample_httpd.vcproj
上传用户:sxxjsc
上传日期:2022-08-08
资源大小:5k
文件大小:3k
源码类别:

网络编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="sample_httpd"
  6. ProjectGUID="{E5A1F54E-9762-428E-A845-A9578E967943}"
  7. RootNamespace="sample_httpd"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. CharacterSet="1"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  44. MinimalRebuild="true"
  45. BasicRuntimeChecks="3"
  46. RuntimeLibrary="3"
  47. UsePrecompiledHeader="0"
  48. WarningLevel="3"
  49. Detect64BitPortabilityProblems="true"
  50. DebugInformationFormat="4"
  51. />
  52. <Tool
  53. Name="VCManagedResourceCompilerTool"
  54. />
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCPreLinkEventTool"
  60. />
  61. <Tool
  62. Name="VCLinkerTool"
  63. AdditionalDependencies="ws2_32.lib"
  64. LinkIncremental="2"
  65. GenerateDebugInformation="true"
  66. SubSystem="1"
  67. TargetMachine="1"
  68. />
  69. <Tool
  70. Name="VCALinkTool"
  71. />
  72. <Tool
  73. Name="VCManifestTool"
  74. />
  75. <Tool
  76. Name="VCXDCMakeTool"
  77. />
  78. <Tool
  79. Name="VCBscMakeTool"
  80. />
  81. <Tool
  82. Name="VCFxCopTool"
  83. />
  84. <Tool
  85. Name="VCAppVerifierTool"
  86. />
  87. <Tool
  88. Name="VCWebDeploymentTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="1"
  99. CharacterSet="1"
  100. WholeProgramOptimization="1"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. />
  117. <Tool
  118. Name="VCCLCompilerTool"
  119. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  120. RuntimeLibrary="2"
  121. UsePrecompiledHeader="0"
  122. WarningLevel="3"
  123. Detect64BitPortabilityProblems="true"
  124. DebugInformationFormat="3"
  125. />
  126. <Tool
  127. Name="VCManagedResourceCompilerTool"
  128. />
  129. <Tool
  130. Name="VCResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCPreLinkEventTool"
  134. />
  135. <Tool
  136. Name="VCLinkerTool"
  137. AdditionalDependencies="ws2_32.lib"
  138. LinkIncremental="1"
  139. GenerateDebugInformation="true"
  140. SubSystem="1"
  141. OptimizeReferences="2"
  142. EnableCOMDATFolding="2"
  143. TargetMachine="1"
  144. />
  145. <Tool
  146. Name="VCALinkTool"
  147. />
  148. <Tool
  149. Name="VCManifestTool"
  150. />
  151. <Tool
  152. Name="VCXDCMakeTool"
  153. />
  154. <Tool
  155. Name="VCBscMakeTool"
  156. />
  157. <Tool
  158. Name="VCFxCopTool"
  159. />
  160. <Tool
  161. Name="VCAppVerifierTool"
  162. />
  163. <Tool
  164. Name="VCWebDeploymentTool"
  165. />
  166. <Tool
  167. Name="VCPostBuildEventTool"
  168. />
  169. </Configuration>
  170. </Configurations>
  171. <References>
  172. </References>
  173. <Files>
  174. <File
  175. RelativePath=".sample_httpd.c"
  176. >
  177. </File>
  178. </Files>
  179. <Globals>
  180. </Globals>
  181. </VisualStudioProject>