P2PClient.vcproj
上传用户:hgd7758
上传日期:2007-12-10
资源大小:29k
文件大小:4k
源码类别:

TCP/IP协议栈

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="P2PClient"
  6. SccProjectName=""
  7. SccLocalPath="">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Release|Win32"
  15. OutputDirectory=".Release"
  16. IntermediateDirectory=".Release"
  17. ConfigurationType="1"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="2"
  24. InlineFunctionExpansion="1"
  25. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  26. StringPooling="TRUE"
  27. RuntimeLibrary="4"
  28. EnableFunctionLevelLinking="TRUE"
  29. UsePrecompiledHeader="2"
  30. PrecompiledHeaderFile=".Release/P2PClient.pch"
  31. AssemblerListingLocation=".Release/"
  32. ObjectFile=".Release/"
  33. ProgramDataBaseFileName=".Release/"
  34. WarningLevel="3"
  35. SuppressStartupBanner="TRUE"/>
  36. <Tool
  37. Name="VCCustomBuildTool"/>
  38. <Tool
  39. Name="VCLinkerTool"
  40. OutputFile=".Release/P2PClient.exe"
  41. LinkIncremental="1"
  42. SuppressStartupBanner="TRUE"
  43. ProgramDatabaseFile=".Release/P2PClient.pdb"
  44. SubSystem="1"
  45. TargetMachine="1"/>
  46. <Tool
  47. Name="VCMIDLTool"
  48. TypeLibraryName=".Release/P2PClient.tlb"
  49. HeaderFileName=""/>
  50. <Tool
  51. Name="VCPostBuildEventTool"/>
  52. <Tool
  53. Name="VCPreBuildEventTool"/>
  54. <Tool
  55. Name="VCPreLinkEventTool"/>
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. PreprocessorDefinitions="NDEBUG"
  59. Culture="2052"/>
  60. <Tool
  61. Name="VCWebServiceProxyGeneratorTool"/>
  62. <Tool
  63. Name="VCXMLDataGeneratorTool"/>
  64. <Tool
  65. Name="VCWebDeploymentTool"/>
  66. <Tool
  67. Name="VCManagedWrapperGeneratorTool"/>
  68. <Tool
  69. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  70. </Configuration>
  71. <Configuration
  72. Name="Debug|Win32"
  73. OutputDirectory=".Debug"
  74. IntermediateDirectory=".Debug"
  75. ConfigurationType="1"
  76. UseOfMFC="0"
  77. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  78. CharacterSet="2">
  79. <Tool
  80. Name="VCCLCompilerTool"
  81. Optimization="0"
  82. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  83. BasicRuntimeChecks="3"
  84. RuntimeLibrary="5"
  85. UsePrecompiledHeader="2"
  86. PrecompiledHeaderFile=".Debug/P2PClient.pch"
  87. AssemblerListingLocation=".Debug/"
  88. ObjectFile=".Debug/"
  89. ProgramDataBaseFileName=".Debug/"
  90. BrowseInformation="1"
  91. WarningLevel="3"
  92. SuppressStartupBanner="TRUE"
  93. DebugInformationFormat="4"/>
  94. <Tool
  95. Name="VCCustomBuildTool"/>
  96. <Tool
  97. Name="VCLinkerTool"
  98. OutputFile=".Debug/P2PClient.exe"
  99. LinkIncremental="1"
  100. SuppressStartupBanner="TRUE"
  101. GenerateDebugInformation="TRUE"
  102. ProgramDatabaseFile=".Debug/P2PClient.pdb"
  103. SubSystem="1"
  104. TargetMachine="1"/>
  105. <Tool
  106. Name="VCMIDLTool"
  107. TypeLibraryName=".Debug/P2PClient.tlb"
  108. HeaderFileName=""/>
  109. <Tool
  110. Name="VCPostBuildEventTool"/>
  111. <Tool
  112. Name="VCPreBuildEventTool"/>
  113. <Tool
  114. Name="VCPreLinkEventTool"/>
  115. <Tool
  116. Name="VCResourceCompilerTool"
  117. PreprocessorDefinitions="_DEBUG"
  118. Culture="2052"/>
  119. <Tool
  120. Name="VCWebServiceProxyGeneratorTool"/>
  121. <Tool
  122. Name="VCXMLDataGeneratorTool"/>
  123. <Tool
  124. Name="VCWebDeploymentTool"/>
  125. <Tool
  126. Name="VCManagedWrapperGeneratorTool"/>
  127. <Tool
  128. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  129. </Configuration>
  130. </Configurations>
  131. <References>
  132. </References>
  133. <Files>
  134. <Filter
  135. Name="Source Files"
  136. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  137. <File
  138. RelativePath="P2PClient.cpp">
  139. <FileConfiguration
  140. Name="Release|Win32">
  141. <Tool
  142. Name="VCCLCompilerTool"
  143. Optimization="2"
  144. PreprocessorDefinitions=""/>
  145. </FileConfiguration>
  146. <FileConfiguration
  147. Name="Debug|Win32">
  148. <Tool
  149. Name="VCCLCompilerTool"
  150. Optimization="0"
  151. PreprocessorDefinitions=""
  152. BasicRuntimeChecks="3"
  153. BrowseInformation="1"/>
  154. </FileConfiguration>
  155. </File>
  156. </Filter>
  157. <Filter
  158. Name="Header Files"
  159. Filter="h;hpp;hxx;hm;inl">
  160. </Filter>
  161. <Filter
  162. Name="Resource Files"
  163. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  164. </Filter>
  165. </Files>
  166. <Globals>
  167. </Globals>
  168. </VisualStudioProject>