third_party_dll_install.vcproj
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
源码类别:

生物技术

开发平台:

C/C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="third_party_dll_install"
  6. ProjectGUID="{9E4B5381-9B6C-4867-BF8A-F1AAA1FD580F}"
  7. Keyword="MakeFileProj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="DebugDLL|Win32"
  15. OutputDirectory="DebugDLL"
  16. IntermediateDirectory="DebugDLL"
  17. ConfigurationType="0">
  18. <Tool
  19. Name="VCNMakeTool"
  20. BuildCommandLine="nmake -f $(InputDir)third_party_dll_install.mak all IntDir=$(IntDir)"
  21. ReBuildCommandLine="nmake -f $(InputDir)third_party_dll_install.mak all IntDir=$(IntDir)"
  22. CleanCommandLine="nmake -f $(InputDir)third_party_dll_install.mak clean IntDir=$(IntDir)"
  23. Output="gbench-install.exe"/>
  24. </Configuration>
  25. <Configuration
  26. Name="ReleaseDLL|Win32"
  27. OutputDirectory="ReleaseDLL"
  28. IntermediateDirectory="ReleaseDLL"
  29. ConfigurationType="0">
  30. <Tool
  31. Name="VCNMakeTool"
  32. BuildCommandLine="nmake -f $(InputDir)third_party_dll_install.mak all IntDir=$(IntDir)"
  33. ReBuildCommandLine="nmake -f $(InputDir)third_party_dll_install.mak all IntDir=$(IntDir)"
  34. CleanCommandLine="nmake -f $(InputDir)third_party_dll_install.mak clean IntDir=$(IntDir)"
  35. Output="dlls-install.exe"/>
  36. </Configuration>
  37. </Configurations>
  38. <References>
  39. </References>
  40. <Files>
  41. <File
  42. RelativePath=".third_party_dll_install.mak">
  43. </File>
  44. </Files>
  45. <Globals>
  46. </Globals>
  47. </VisualStudioProject>