RangeTest.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="RangeTest"
  6. ProjectGUID="{BBD46C34-DEA0-42AB-96AB-E87C6371A6C2}"
  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="_CONSOLE,WIN32,NDEBUG,_WINDOWS,PLATFORM_WIN32"
  28. StringPooling="TRUE"
  29. RuntimeLibrary="2"
  30. EnableFunctionLevelLinking="TRUE"
  31. DisableLanguageExtensions="TRUE"
  32. PrecompiledHeaderFile="...........BuildWin32VC7Releaseobj/RangeTest.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/RangeTest.exe"
  45. LinkIncremental="1"
  46. AdditionalLibraryDirectories="..........BuildWin32VC7Release"
  47. ProgramDatabaseFile="...........BuildWin32VC7Release/RangeTest.pdb"
  48. SubSystem="1"/>
  49. <Tool
  50. Name="VCMIDLTool"
  51. TypeLibraryName="...........BuildWin32VC7Release/RangeTest.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="_CONSOLE,WIN32,_DEBUG,_WINDOWS,PLATFORM_WIN32"
  81. RuntimeLibrary="3"
  82. DisableLanguageExtensions="TRUE"
  83. PrecompiledHeaderFile="...........BuildWin32VC7Debugobj/RangeTest.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/RangeTest.exe"
  97. LinkIncremental="2"
  98. AdditionalLibraryDirectories="..........BuildWin32VC7Debug"
  99. GenerateDebugInformation="TRUE"
  100. ProgramDatabaseFile="...........BuildWin32VC7Debug/RangeTest.pdb"
  101. SubSystem="1"/>
  102. <Tool
  103. Name="VCMIDLTool"
  104. TypeLibraryName="...........BuildWin32VC7Debug/RangeTest.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="..........testsDomRangeTestRangeTest.cpp">
  124. </File>
  125. </Files>
  126. <Globals>
  127. </Globals>
  128. </VisualStudioProject>