1234567891011121314151617181920212223242526272829 |
- Microsoft Visual Studio Solution File, Format Version 9.00
- # Visual Studio 2005
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scheme48", "scheme48.vcproj", "{FF056A47-5095-4837-B381-60104984AD5F}"
- EndProject
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "srfi-27", "srfi-27.vcproj", "{D0283225-314B-4140-8940-2EE6137874CB}"
- ProjectSection(ProjectDependencies) = postProject
- {FF056A47-5095-4837-B381-60104984AD5F} = {FF056A47-5095-4837-B381-60104984AD5F}
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {FF056A47-5095-4837-B381-60104984AD5F}.Debug|Win32.ActiveCfg = Debug|Win32
- {FF056A47-5095-4837-B381-60104984AD5F}.Debug|Win32.Build.0 = Debug|Win32
- {FF056A47-5095-4837-B381-60104984AD5F}.Release|Win32.ActiveCfg = Release|Win32
- {FF056A47-5095-4837-B381-60104984AD5F}.Release|Win32.Build.0 = Release|Win32
- {D0283225-314B-4140-8940-2EE6137874CB}.Debug|Win32.ActiveCfg = Debug|Win32
- {D0283225-314B-4140-8940-2EE6137874CB}.Debug|Win32.Build.0 = Debug|Win32
- {D0283225-314B-4140-8940-2EE6137874CB}.Release|Win32.ActiveCfg = Release|Win32
- {D0283225-314B-4140-8940-2EE6137874CB}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- EndGlobal
|