MYDLL.SLN
上传用户:nbcables
上传日期:2007-01-11
资源大小:1243k
文件大小:1k
源码类别:

钩子与API截获

开发平台:

Visual C++

  1. Microsoft Visual Studio Solution File, Format Version 7.00
  2. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mydll", "mydll.vcproj", "{FB4214BF-55B8-4FCE-A386-E77784B95334}"
  3. EndProject
  4. Global
  5. GlobalSection(SolutionConfiguration) = preSolution
  6. ConfigName.0 = Debug
  7. ConfigName.1 = Release
  8. ConfigName.2 = Win9x Release
  9. EndGlobalSection
  10. GlobalSection(ProjectDependencies) = postSolution
  11. EndGlobalSection
  12. GlobalSection(ProjectConfiguration) = postSolution
  13. {FB4214BF-55B8-4FCE-A386-E77784B95334}.Debug.ActiveCfg = Debug|Win32
  14. {FB4214BF-55B8-4FCE-A386-E77784B95334}.Debug.Build.0 = Debug|Win32
  15. {FB4214BF-55B8-4FCE-A386-E77784B95334}.Release.ActiveCfg = Release|Win32
  16. {FB4214BF-55B8-4FCE-A386-E77784B95334}.Release.Build.0 = Release|Win32
  17. {FB4214BF-55B8-4FCE-A386-E77784B95334}.Win9x Release.ActiveCfg = Win9x Release|Win32
  18. {FB4214BF-55B8-4FCE-A386-E77784B95334}.Win9x Release.Build.0 = Win9x Release|Win32
  19. EndGlobalSection
  20. GlobalSection(ExtensibilityGlobals) = postSolution
  21. EndGlobalSection
  22. GlobalSection(ExtensibilityAddIns) = postSolution
  23. EndGlobalSection
  24. EndGlobal