scheme48.sln 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Microsoft Visual Studio Solution File, Format Version 10.00
  2. # Visual C++ Express 2008
  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. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ffi-test", "ffi-test.vcproj", "{EB565705-1E66-40C9-894D-D152C3920212}"
  11. ProjectSection(ProjectDependencies) = postProject
  12. {FF056A47-5095-4837-B381-60104984AD5F} = {FF056A47-5095-4837-B381-60104984AD5F}
  13. EndProjectSection
  14. EndProject
  15. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "r6rs", "r6rs.vcproj", "{CBEC7C76-63A6-410E-A55C-82A7E389EA7B}"
  16. ProjectSection(ProjectDependencies) = postProject
  17. {FF056A47-5095-4837-B381-60104984AD5F} = {FF056A47-5095-4837-B381-60104984AD5F}
  18. EndProjectSection
  19. EndProject
  20. Global
  21. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  22. Debug|Win32 = Debug|Win32
  23. Release|Win32 = Release|Win32
  24. EndGlobalSection
  25. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  26. {FF056A47-5095-4837-B381-60104984AD5F}.Debug|Win32.ActiveCfg = Debug|Win32
  27. {FF056A47-5095-4837-B381-60104984AD5F}.Debug|Win32.Build.0 = Debug|Win32
  28. {FF056A47-5095-4837-B381-60104984AD5F}.Release|Win32.ActiveCfg = Release|Win32
  29. {FF056A47-5095-4837-B381-60104984AD5F}.Release|Win32.Build.0 = Release|Win32
  30. {D0283225-314B-4140-8940-2EE6137874CB}.Debug|Win32.ActiveCfg = Debug|Win32
  31. {D0283225-314B-4140-8940-2EE6137874CB}.Debug|Win32.Build.0 = Debug|Win32
  32. {D0283225-314B-4140-8940-2EE6137874CB}.Release|Win32.ActiveCfg = Release|Win32
  33. {D0283225-314B-4140-8940-2EE6137874CB}.Release|Win32.Build.0 = Release|Win32
  34. {EB565705-1E66-40C9-894D-D152C3920212}.Debug|Win32.ActiveCfg = Debug|Win32
  35. {EB565705-1E66-40C9-894D-D152C3920212}.Debug|Win32.Build.0 = Debug|Win32
  36. {EB565705-1E66-40C9-894D-D152C3920212}.Release|Win32.ActiveCfg = Release|Win32
  37. {EB565705-1E66-40C9-894D-D152C3920212}.Release|Win32.Build.0 = Release|Win32
  38. {CBEC7C76-63A6-410E-A55C-82A7E389EA7B}.Debug|Win32.ActiveCfg = Debug|Win32
  39. {CBEC7C76-63A6-410E-A55C-82A7E389EA7B}.Debug|Win32.Build.0 = Debug|Win32
  40. {CBEC7C76-63A6-410E-A55C-82A7E389EA7B}.Release|Win32.ActiveCfg = Release|Win32
  41. {CBEC7C76-63A6-410E-A55C-82A7E389EA7B}.Release|Win32.Build.0 = Release|Win32
  42. EndGlobalSection
  43. GlobalSection(SolutionProperties) = preSolution
  44. HideSolutionNode = FALSE
  45. EndGlobalSection
  46. EndGlobal