BAV.vcproj
上传用户:chaoyu
上传日期:2013-04-28
资源大小:18k
文件大小:5k
源码类别:

杀毒

开发平台:

Visual C++

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