scheme48.sln 1.4 KB

1234567891011121314151617181920212223242526272829
  1. Microsoft Visual Studio Solution File, Format Version 9.00
  2. # Visual Studio 2005
  3. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scheme48", "scheme48.vcproj", "{FF056A47-5095-4837-B381-60104984AD5F}"
  4. EndProject
  5. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "srfi-27", "srfi-27.vcproj", "{D0283225-314B-4140-8940-2EE6137874CB}"
  6. ProjectSection(ProjectDependencies) = postProject
  7. {FF056A47-5095-4837-B381-60104984AD5F} = {FF056A47-5095-4837-B381-60104984AD5F}
  8. EndProjectSection
  9. EndProject
  10. Global
  11. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  12. Debug|Win32 = Debug|Win32
  13. Release|Win32 = Release|Win32
  14. EndGlobalSection
  15. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  16. {FF056A47-5095-4837-B381-60104984AD5F}.Debug|Win32.ActiveCfg = Debug|Win32
  17. {FF056A47-5095-4837-B381-60104984AD5F}.Debug|Win32.Build.0 = Debug|Win32
  18. {FF056A47-5095-4837-B381-60104984AD5F}.Release|Win32.ActiveCfg = Release|Win32
  19. {FF056A47-5095-4837-B381-60104984AD5F}.Release|Win32.Build.0 = Release|Win32
  20. {D0283225-314B-4140-8940-2EE6137874CB}.Debug|Win32.ActiveCfg = Debug|Win32
  21. {D0283225-314B-4140-8940-2EE6137874CB}.Debug|Win32.Build.0 = Debug|Win32
  22. {D0283225-314B-4140-8940-2EE6137874CB}.Release|Win32.ActiveCfg = Release|Win32
  23. {D0283225-314B-4140-8940-2EE6137874CB}.Release|Win32.Build.0 = Release|Win32
  24. EndGlobalSection
  25. GlobalSection(SolutionProperties) = preSolution
  26. HideSolutionNode = FALSE
  27. EndGlobalSection
  28. EndGlobal