RawPacket.vcproj
Upload User: hgx5200
Upload Date: 2016-04-28
Package Size: 30k
Code Size: 4k
Development Platform:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="RawPacket"
  6. ProjectGUID="{4E162FA7-2306-48BD-B30C-98F7B3E28FC4}"
  7. RootNamespace="RawPacket"
  8. TargetFrameworkVersion="196613"
  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="2"
  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="WPCAP;HAVE_REMOTE;"
  44. MinimalRebuild="true"
  45. BasicRuntimeChecks="0"
  46. RuntimeLibrary="3"
  47. EnableFunctionLevelLinking="true"
  48. WarningLevel="3"
  49. DebugInformationFormat="4"
  50. />
  51. <Tool
  52. Name="VCManagedResourceCompilerTool"
  53. />
  54. <Tool
  55. Name="VCResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCPreLinkEventTool"
  59. />
  60. <Tool
  61. Name="VCLinkerTool"
  62. GenerateDebugInformation="true"
  63. TargetMachine="1"
  64. />
  65. <Tool
  66. Name="VCALinkTool"
  67. />
  68. <Tool
  69. Name="VCManifestTool"
  70. />
  71. <Tool
  72. Name="VCXDCMakeTool"
  73. />
  74. <Tool
  75. Name="VCBscMakeTool"
  76. />
  77. <Tool
  78. Name="VCFxCopTool"
  79. />
  80. <Tool
  81. Name="VCAppVerifierTool"
  82. />
  83. <Tool
  84. Name="VCPostBuildEventTool"
  85. />
  86. </Configuration>
  87. <Configuration
  88. Name="Release|Win32"
  89. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  90. IntermediateDirectory="$(ConfigurationName)"
  91. ConfigurationType="1"
  92. CharacterSet="2"
  93. WholeProgramOptimization="1"
  94. >
  95. <Tool
  96. Name="VCPreBuildEventTool"
  97. />
  98. <Tool
  99. Name="VCCustomBuildTool"
  100. />
  101. <Tool
  102. Name="VCXMLDataGeneratorTool"
  103. />
  104. <Tool
  105. Name="VCWebServiceProxyGeneratorTool"
  106. />
  107. <Tool
  108. Name="VCMIDLTool"
  109. />
  110. <Tool
  111. Name="VCCLCompilerTool"
  112. Optimization="1"
  113. EnableIntrinsicFunctions="true"
  114. PreprocessorDefinitions="HAVE_REMOTE;"
  115. RuntimeLibrary="2"
  116. EnableFunctionLevelLinking="true"
  117. WarningLevel="3"
  118. DebugInformationFormat="0"
  119. />
  120. <Tool
  121. Name="VCManagedResourceCompilerTool"
  122. />
  123. <Tool
  124. Name="VCResourceCompilerTool"
  125. />
  126. <Tool
  127. Name="VCPreLinkEventTool"
  128. />
  129. <Tool
  130. Name="VCLinkerTool"
  131. GenerateDebugInformation="false"
  132. OptimizeReferences="2"
  133. EnableCOMDATFolding="2"
  134. TargetMachine="1"
  135. />
  136. <Tool
  137. Name="VCALinkTool"
  138. />
  139. <Tool
  140. Name="VCManifestTool"
  141. />
  142. <Tool
  143. Name="VCXDCMakeTool"
  144. />
  145. <Tool
  146. Name="VCBscMakeTool"
  147. />
  148. <Tool
  149. Name="VCFxCopTool"
  150. />
  151. <Tool
  152. Name="VCAppVerifierTool"
  153. />
  154. <Tool
  155. Name="VCPostBuildEventTool"
  156. />
  157. </Configuration>
  158. </Configurations>
  159. <References>
  160. </References>
  161. <Files>
  162. <Filter
  163. Name="Source Files"
  164. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  165. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  166. >
  167. <File
  168. RelativePath=".main.cpp"
  169. >
  170. </File>
  171. </Filter>
  172. <Filter
  173. Name="Header Files"
  174. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  175. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  176. >
  177. <File
  178. RelativePath=".Includes.h"
  179. >
  180. </File>
  181. <File
  182. RelativePath=".NetworkStuff.h"
  183. >
  184. </File>
  185. <File
  186. RelativePath=".RawPacket.h"
  187. >
  188. </File>
  189. </Filter>
  190. <Filter
  191. Name="Resource Files"
  192. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  193. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  194. >
  195. </Filter>
  196. </Files>
  197. <Globals>
  198. </Globals>
  199. </VisualStudioProject>