Flux.vcproj
上传用户:fctcyccj
上传日期:2022-05-14
资源大小:1568k
文件大小:5k
源码类别:

网络截获/分析

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="Flux"
  6. ProjectGUID="{F087767F-BB7D-4577-8607-CA67EE42DA43}"
  7. Keyword="MFCProj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="1"
  18. UseOfMFC="2"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;WPCAP"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="3"
  27. TreatWChar_tAsBuiltInType="TRUE"
  28. UsePrecompiledHeader="3"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="TRUE"
  31. DebugInformationFormat="4"/>
  32. <Tool
  33. Name="VCCustomBuildTool"/>
  34. <Tool
  35. Name="VCLinkerTool"
  36. AdditionalDependencies="packet.lib wpcap.lib"
  37. LinkIncremental="2"
  38. GenerateDebugInformation="TRUE"
  39. SubSystem="2"
  40. TargetMachine="1"/>
  41. <Tool
  42. Name="VCMIDLTool"
  43. PreprocessorDefinitions="_DEBUG"
  44. MkTypLibCompatible="FALSE"/>
  45. <Tool
  46. Name="VCPostBuildEventTool"/>
  47. <Tool
  48. Name="VCPreBuildEventTool"/>
  49. <Tool
  50. Name="VCPreLinkEventTool"/>
  51. <Tool
  52. Name="VCResourceCompilerTool"
  53. PreprocessorDefinitions="_DEBUG"
  54. Culture="2052"
  55. AdditionalIncludeDirectories="$(IntDir)"/>
  56. <Tool
  57. Name="VCWebServiceProxyGeneratorTool"/>
  58. <Tool
  59. Name="VCXMLDataGeneratorTool"/>
  60. <Tool
  61. Name="VCWebDeploymentTool"/>
  62. <Tool
  63. Name="VCManagedWrapperGeneratorTool"/>
  64. <Tool
  65. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  66. </Configuration>
  67. <Configuration
  68. Name="Release|Win32"
  69. OutputDirectory="Release"
  70. IntermediateDirectory="Release"
  71. ConfigurationType="1"
  72. UseOfMFC="2"
  73. CharacterSet="2">
  74. <Tool
  75. Name="VCCLCompilerTool"
  76. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  77. MinimalRebuild="FALSE"
  78. RuntimeLibrary="2"
  79. TreatWChar_tAsBuiltInType="TRUE"
  80. UsePrecompiledHeader="3"
  81. WarningLevel="3"
  82. Detect64BitPortabilityProblems="TRUE"
  83. DebugInformationFormat="3"/>
  84. <Tool
  85. Name="VCCustomBuildTool"/>
  86. <Tool
  87. Name="VCLinkerTool"
  88. LinkIncremental="1"
  89. GenerateDebugInformation="TRUE"
  90. SubSystem="2"
  91. OptimizeReferences="2"
  92. EnableCOMDATFolding="2"
  93. TargetMachine="1"/>
  94. <Tool
  95. Name="VCMIDLTool"
  96. PreprocessorDefinitions="NDEBUG"
  97. MkTypLibCompatible="FALSE"/>
  98. <Tool
  99. Name="VCPostBuildEventTool"/>
  100. <Tool
  101. Name="VCPreBuildEventTool"/>
  102. <Tool
  103. Name="VCPreLinkEventTool"/>
  104. <Tool
  105. Name="VCResourceCompilerTool"
  106. PreprocessorDefinitions="NDEBUG"
  107. Culture="2052"
  108. AdditionalIncludeDirectories="$(IntDir)"/>
  109. <Tool
  110. Name="VCWebServiceProxyGeneratorTool"/>
  111. <Tool
  112. Name="VCXMLDataGeneratorTool"/>
  113. <Tool
  114. Name="VCWebDeploymentTool"/>
  115. <Tool
  116. Name="VCManagedWrapperGeneratorTool"/>
  117. <Tool
  118. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  119. </Configuration>
  120. </Configurations>
  121. <References>
  122. </References>
  123. <Files>
  124. <Filter
  125. Name="源文件"
  126. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  127. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  128. <File
  129. RelativePath=".Flux.cpp">
  130. </File>
  131. <File
  132. RelativePath=".FluxDlg.cpp">
  133. </File>
  134. <File
  135. RelativePath=".NetTraffic.cpp">
  136. </File>
  137. <File
  138. RelativePath=".stdafx.cpp">
  139. <FileConfiguration
  140. Name="Debug|Win32">
  141. <Tool
  142. Name="VCCLCompilerTool"
  143. UsePrecompiledHeader="1"/>
  144. </FileConfiguration>
  145. <FileConfiguration
  146. Name="Release|Win32">
  147. <Tool
  148. Name="VCCLCompilerTool"
  149. UsePrecompiledHeader="1"/>
  150. </FileConfiguration>
  151. </File>
  152. </Filter>
  153. <Filter
  154. Name="头文件"
  155. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  156. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  157. <File
  158. RelativePath=".Flux.h">
  159. </File>
  160. <File
  161. RelativePath=".FluxDlg.h">
  162. </File>
  163. <File
  164. RelativePath=".NetTraffic.h">
  165. </File>
  166. <File
  167. RelativePath=".Resource.h">
  168. </File>
  169. <File
  170. RelativePath=".stdafx.h">
  171. </File>
  172. </Filter>
  173. <Filter
  174. Name="资源文件"
  175. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  176. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  177. <File
  178. RelativePath=".resFlux.ico">
  179. </File>
  180. <File
  181. RelativePath=".Flux.rc">
  182. </File>
  183. <File
  184. RelativePath=".resFlux.rc2">
  185. </File>
  186. <File
  187. RelativePath=".resSystem (Linux).ico">
  188. </File>
  189. </Filter>
  190. <File
  191. RelativePath=".resFlux.manifest">
  192. </File>
  193. <File
  194. RelativePath=".ReadMe.txt">
  195. </File>
  196. </Files>
  197. <Globals>
  198. <Global
  199. Name="RESOURCE_FILE"
  200. Value="Flux.rc"/>
  201. </Globals>
  202. </VisualStudioProject>