Telnet.sln
上传用户:haiweijt
上传日期:2018-02-23
资源大小:8195k
文件大小:1k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. 
  2. Microsoft Visual Studio Solution File, Format Version 10.00
  3. # Visual Studio 2008
  4. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Telnet", "Telnet.vcproj", "{76BC9EE6-319D-4286-A21D-0D4CD82928DE}"
  5. EndProject
  6. Global
  7. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  8. Debug|Win32 = Debug|Win32
  9. Release Static|Win32 = Release Static|Win32
  10. Release|Win32 = Release|Win32
  11. EndGlobalSection
  12. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  13. {76BC9EE6-319D-4286-A21D-0D4CD82928DE}.Debug|Win32.ActiveCfg = Debug|Win32
  14. {76BC9EE6-319D-4286-A21D-0D4CD82928DE}.Debug|Win32.Build.0 = Debug|Win32
  15. {76BC9EE6-319D-4286-A21D-0D4CD82928DE}.Release Static|Win32.ActiveCfg = Release Static|Win32
  16. {76BC9EE6-319D-4286-A21D-0D4CD82928DE}.Release Static|Win32.Build.0 = Release Static|Win32
  17. {76BC9EE6-319D-4286-A21D-0D4CD82928DE}.Release|Win32.ActiveCfg = Release|Win32
  18. {76BC9EE6-319D-4286-A21D-0D4CD82928DE}.Release|Win32.Build.0 = Release|Win32
  19. EndGlobalSection
  20. GlobalSection(SolutionProperties) = preSolution
  21. HideSolutionNode = FALSE
  22. EndGlobalSection
  23. EndGlobal