MemParse.vcproj
上传用户:zhuqijet
上传日期:2013-06-25
资源大小:10074k
文件大小:4k
源码类别:

词法分析

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="MemParse"
  6. ProjectGUID="{6F412978-851F-494D-8C3D-DF97A515EDF5}"
  7. SccProjectName=""
  8. SccLocalPath="">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Release|Win32"
  16. OutputDirectory="...........BuildWin32VC7Release"
  17. IntermediateDirectory="...........BuildWin32VC7Releaseobj"
  18. ConfigurationType="1"
  19. UseOfMFC="0"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. InlineFunctionExpansion="2"
  24. ImproveFloatingPointConsistency="TRUE"
  25. OptimizeForProcessor="2"
  26. AdditionalIncludeDirectories="..........src"
  27. PreprocessorDefinitions="NDEBUG,_CONSOLE,WIN32,_WINDOWS,PLATFORM_WIN32"
  28. StringPooling="TRUE"
  29. RuntimeLibrary="2"
  30. EnableFunctionLevelLinking="TRUE"
  31. DisableLanguageExtensions="TRUE"
  32. PrecompiledHeaderFile="...........BuildWin32VC7Releaseobj/MemParse.pch"
  33. AssemblerListingLocation="...........BuildWin32VC7Releaseobj/"
  34. ObjectFile="...........BuildWin32VC7Releaseobj/"
  35. ProgramDataBaseFileName="...........BuildWin32VC7Releaseobj/"
  36. WarningLevel="3"
  37. CompileAs="0"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. AdditionalOptions="/MACHINE:I386"
  43. AdditionalDependencies="xerces-c_2.lib"
  44. OutputFile="...........BuildWin32VC7Release/MemParse.exe"
  45. LinkIncremental="1"
  46. AdditionalLibraryDirectories="..........BuildWin32VC7Release"
  47. ProgramDatabaseFile="...........BuildWin32VC7Release/MemParse.pdb"
  48. SubSystem="1"/>
  49. <Tool
  50. Name="VCMIDLTool"
  51. TypeLibraryName="...........BuildWin32VC7Release/MemParse.tlb"/>
  52. <Tool
  53. Name="VCPostBuildEventTool"/>
  54. <Tool
  55. Name="VCPreBuildEventTool"/>
  56. <Tool
  57. Name="VCPreLinkEventTool"/>
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. PreprocessorDefinitions="NDEBUG"
  61. Culture="1033"/>
  62. <Tool
  63. Name="VCWebServiceProxyGeneratorTool"/>
  64. <Tool
  65. Name="VCWebDeploymentTool"/>
  66. </Configuration>
  67. <Configuration
  68. Name="Debug|Win32"
  69. OutputDirectory="...........BuildWin32VC7Debug"
  70. IntermediateDirectory="...........BuildWin32VC7Debugobj"
  71. ConfigurationType="1"
  72. UseOfMFC="0"
  73. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  74. <Tool
  75. Name="VCCLCompilerTool"
  76. Optimization="0"
  77. ImproveFloatingPointConsistency="TRUE"
  78. OptimizeForProcessor="2"
  79. AdditionalIncludeDirectories="..........src"
  80. PreprocessorDefinitions="_DEBUG,_CONSOLE,WIN32,_WINDOWS,PLATFORM_WIN32"
  81. RuntimeLibrary="3"
  82. DisableLanguageExtensions="TRUE"
  83. PrecompiledHeaderFile="...........BuildWin32VC7Debugobj/MemParse.pch"
  84. AssemblerListingLocation="...........BuildWin32VC7Debugobj/"
  85. ObjectFile="...........BuildWin32VC7Debugobj/"
  86. ProgramDataBaseFileName="...........BuildWin32VC7Debugobj/"
  87. WarningLevel="3"
  88. DebugInformationFormat="4"
  89. CompileAs="0"/>
  90. <Tool
  91. Name="VCCustomBuildTool"/>
  92. <Tool
  93. Name="VCLinkerTool"
  94. AdditionalOptions="/MACHINE:I386"
  95. AdditionalDependencies="xerces-c_2D.lib"
  96. OutputFile="...........BuildWin32VC7Debug/MemParse.exe"
  97. LinkIncremental="2"
  98. AdditionalLibraryDirectories="..........BuildWin32VC7Debug"
  99. GenerateDebugInformation="TRUE"
  100. ProgramDatabaseFile="...........BuildWin32VC7Debug/MemParse.pdb"
  101. SubSystem="1"/>
  102. <Tool
  103. Name="VCMIDLTool"
  104. TypeLibraryName="...........BuildWin32VC7Debug/MemParse.tlb"/>
  105. <Tool
  106. Name="VCPostBuildEventTool"/>
  107. <Tool
  108. Name="VCPreBuildEventTool"/>
  109. <Tool
  110. Name="VCPreLinkEventTool"/>
  111. <Tool
  112. Name="VCResourceCompilerTool"
  113. PreprocessorDefinitions="_DEBUG"
  114. Culture="1033"/>
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"/>
  117. <Tool
  118. Name="VCWebDeploymentTool"/>
  119. </Configuration>
  120. </Configurations>
  121. <Files>
  122. <File
  123. RelativePath="..........samplesMemParseMemParse.cpp">
  124. </File>
  125. <File
  126. RelativePath="..........samplesMemParseMemParse.hpp">
  127. </File>
  128. <File
  129. RelativePath="..........samplesMemParseMemParseHandlers.cpp">
  130. </File>
  131. <File
  132. RelativePath="..........samplesMemParseMemParseHandlers.hpp">
  133. </File>
  134. </Files>
  135. <Globals>
  136. </Globals>
  137. </VisualStudioProject>