regression.sln 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Microsoft Visual Studio Solution File, Format Version 8.00
  2. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "compiler_status", "compiler_status.vcproj", "{81F22EF9-A1B8-46CB-9C2D-56FD4327B942}"
  3. ProjectSection(ProjectDependencies) = postProject
  4. EndProjectSection
  5. EndProject
  6. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "process_jam_log", "process_jam_log.vcproj", "{9A751791-929F-496A-8DE7-B61020619BFA}"
  7. ProjectSection(ProjectDependencies) = postProject
  8. EndProjectSection
  9. EndProject
  10. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "library_status", "library_status.vcproj", "{465BDB84-92B5-4C60-AF26-8BD1A61A089E}"
  11. ProjectSection(ProjectDependencies) = postProject
  12. EndProjectSection
  13. EndProject
  14. Global
  15. GlobalSection(SolutionConfiguration) = preSolution
  16. Debug = Debug
  17. Release = Release
  18. EndGlobalSection
  19. GlobalSection(ProjectConfiguration) = postSolution
  20. {81F22EF9-A1B8-46CB-9C2D-56FD4327B942}.Debug.ActiveCfg = Debug|Win32
  21. {81F22EF9-A1B8-46CB-9C2D-56FD4327B942}.Debug.Build.0 = Debug|Win32
  22. {81F22EF9-A1B8-46CB-9C2D-56FD4327B942}.Release.ActiveCfg = Release|Win32
  23. {81F22EF9-A1B8-46CB-9C2D-56FD4327B942}.Release.Build.0 = Release|Win32
  24. {9A751791-929F-496A-8DE7-B61020619BFA}.Debug.ActiveCfg = Debug|Win32
  25. {9A751791-929F-496A-8DE7-B61020619BFA}.Debug.Build.0 = Debug|Win32
  26. {9A751791-929F-496A-8DE7-B61020619BFA}.Release.ActiveCfg = Release|Win32
  27. {9A751791-929F-496A-8DE7-B61020619BFA}.Release.Build.0 = Release|Win32
  28. {465BDB84-92B5-4C60-AF26-8BD1A61A089E}.Debug.ActiveCfg = Debug|Win32
  29. {465BDB84-92B5-4C60-AF26-8BD1A61A089E}.Debug.Build.0 = Debug|Win32
  30. {465BDB84-92B5-4C60-AF26-8BD1A61A089E}.Release.ActiveCfg = Release|Win32
  31. {465BDB84-92B5-4C60-AF26-8BD1A61A089E}.Release.Build.0 = Release|Win32
  32. EndGlobalSection
  33. GlobalSection(ExtensibilityGlobals) = postSolution
  34. EndGlobalSection
  35. GlobalSection(ExtensibilityAddIns) = postSolution
  36. EndGlobalSection
  37. EndGlobal
粤ICP备19079148号