User forums > Using Code::Blocks

Import MS Solution Files (*.sln)

(1/1)

Tomcat:
Hi,

is there a way to import Microsoft Solution Files (*.sln)? Or is there a change to get such a function with another tool or in one of the next versions?

Thanks for any help or information

mandrav:
No, not yet. Maybe in a future version.
Btw, these "solutions" are like workspace files???

Yiannis.

mike:
Yes. Here is a part of one (pretty big) solution file.


--- Quote ---
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AProject", "AProjectDir/AProject.vcproj", "{7E96EEFA-0938-4083-8DA0-B52FC332A7A0}"
   ProjectSection(ProjectDependencies) = postProject
   EndProjectSection
EndProject
...
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MainProject", "MainProjectDir/MainProject.vcproj", "{68625DD6-6872-47E8-A870-E3A311B5DE4C}"
   ProjectSection(ProjectDependencies) = postProject
      {7E96EEFA-0938-4083-8DA0-B52FC332A7A0} = {7E96EEFA-0938-4083-8DA0-B52FC332A7A0}
...
   EndProjectSection
EndProject
...
Global
   GlobalSection(SolutionConfiguration) = preSolution
      Debug = Debug
      Release = Release
   EndGlobalSection
   GlobalSection(ProjectConfiguration) = postSolution
      {7E96EEFA-0938-4083-8DA0-B52FC332A7A0}.Debug.ActiveCfg = Debug|Win32
      {7E96EEFA-0938-4083-8DA0-B52FC332A7A0}.Debug.Build.0 = Debug|Win32
      {7E96EEFA-0938-4083-8DA0-B52FC332A7A0}.Release.ActiveCfg = Release|Win32
      {7E96EEFA-0938-4083-8DA0-B52FC332A7A0}.Release.Build.0 = Release|Win32
...
   EndGlobalSection
   GlobalSection(ExtensibilityGlobals) = postSolution
   EndGlobalSection
   GlobalSection(ExtensibilityAddIns) = postSolution
   EndGlobalSection
EndGlobal

--- End quote ---

Navigation

[0] Message Index

Go to full version