ConsoleApplication1.sln
上传用户:rubbery
上传日期:2021-06-02
资源大小:56k
文件大小:3k
源码类别:

控制台编程

开发平台:

C#

  1. 
  2. Microsoft Visual Studio Solution File, Format Version 10.00
  3. # Visual Studio 2008
  4. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApplication1", "ConsoleApplication1ConsoleApplication1.csproj", "{9B51D322-7306-47C5-8FDC-6D17AA7E7385}"
  5. EndProject
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormsApplication1", "..winWindowsFormsApplication1WindowsFormsApplication1.csproj", "{6E1B1365-C2AA-44CE-AC0E-0F2EB2B4EEE7}"
  7. EndProject
  8. Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WebSite2", "....04WebSite2", "{A43D0662-B65B-4B00-964C-4B319EA707DB}"
  9. ProjectSection(WebsiteProperties) = preProject
  10. TargetFramework = "3.5"
  11. Debug.AspNetCompiler.VirtualPath = "/WebSite2"
  12. Debug.AspNetCompiler.PhysicalPath = "....04WebSite2"
  13. Debug.AspNetCompiler.TargetPath = "PrecompiledWebWebSite2"
  14. Debug.AspNetCompiler.Updateable = "true"
  15. Debug.AspNetCompiler.ForceOverwrite = "true"
  16. Debug.AspNetCompiler.FixedNames = "false"
  17. Debug.AspNetCompiler.Debug = "True"
  18. Release.AspNetCompiler.VirtualPath = "/WebSite2"
  19. Release.AspNetCompiler.PhysicalPath = "....04WebSite2"
  20. Release.AspNetCompiler.TargetPath = "PrecompiledWebWebSite2"
  21. Release.AspNetCompiler.Updateable = "true"
  22. Release.AspNetCompiler.ForceOverwrite = "true"
  23. Release.AspNetCompiler.FixedNames = "false"
  24. Release.AspNetCompiler.Debug = "False"
  25. VWDPort = "2502"
  26. DefaultWebSiteLanguage = "Visual C#"
  27. EndProjectSection
  28. EndProject
  29. Global
  30. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  31. Debug|Any CPU = Debug|Any CPU
  32. Release|Any CPU = Release|Any CPU
  33. EndGlobalSection
  34. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  35. {9B51D322-7306-47C5-8FDC-6D17AA7E7385}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  36. {9B51D322-7306-47C5-8FDC-6D17AA7E7385}.Debug|Any CPU.Build.0 = Debug|Any CPU
  37. {9B51D322-7306-47C5-8FDC-6D17AA7E7385}.Release|Any CPU.ActiveCfg = Release|Any CPU
  38. {9B51D322-7306-47C5-8FDC-6D17AA7E7385}.Release|Any CPU.Build.0 = Release|Any CPU
  39. {6E1B1365-C2AA-44CE-AC0E-0F2EB2B4EEE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  40. {6E1B1365-C2AA-44CE-AC0E-0F2EB2B4EEE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
  41. {6E1B1365-C2AA-44CE-AC0E-0F2EB2B4EEE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
  42. {6E1B1365-C2AA-44CE-AC0E-0F2EB2B4EEE7}.Release|Any CPU.Build.0 = Release|Any CPU
  43. {A43D0662-B65B-4B00-964C-4B319EA707DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  44. {A43D0662-B65B-4B00-964C-4B319EA707DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
  45. {A43D0662-B65B-4B00-964C-4B319EA707DB}.Release|Any CPU.ActiveCfg = Debug|Any CPU
  46. {A43D0662-B65B-4B00-964C-4B319EA707DB}.Release|Any CPU.Build.0 = Debug|Any CPU
  47. EndGlobalSection
  48. GlobalSection(SolutionProperties) = preSolution
  49. HideSolutionNode = FALSE
  50. EndGlobalSection
  51. EndGlobal