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

词法分析

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="all"
  6. ProjectGUID="{E305E46C-9D74-4755-BF57-29DEAEF4DCDD}"
  7. SccProjectName=""
  8. SccLocalPath=""
  9. Keyword="MakeFileProj">
  10. <Platforms>
  11. <Platform
  12. Name="Win32"/>
  13. </Platforms>
  14. <Configurations>
  15. <Configuration
  16. Name="Release|Win32"
  17. OutputDirectory="...........BuildWin32VC7Release"
  18. IntermediateDirectory="...........BuildWin32VC7Release"
  19. ConfigurationType="10"
  20. UseOfMFC="0">
  21. <Tool
  22. Name="VCCustomBuildTool"/>
  23. <Tool
  24. Name="VCMIDLTool"/>
  25. <Tool
  26. Name="VCPostBuildEventTool"/>
  27. <Tool
  28. Name="VCPreBuildEventTool"/>
  29. </Configuration>
  30. <Configuration
  31. Name="Debug|Win32"
  32. OutputDirectory="...........BuildWin32VC7Debug"
  33. IntermediateDirectory="...........BuildWin32VC7Debug"
  34. ConfigurationType="10"
  35. UseOfMFC="0">
  36. <Tool
  37. Name="VCCustomBuildTool"/>
  38. <Tool
  39. Name="VCMIDLTool"/>
  40. <Tool
  41. Name="VCPostBuildEventTool"/>
  42. <Tool
  43. Name="VCPreBuildEventTool"/>
  44. </Configuration>
  45. </Configurations>
  46. <Files>
  47. </Files>
  48. <Globals>
  49. </Globals>
  50. </VisualStudioProject>