Author Topic: Import MS Solution Files (*.sln)  (Read 10090 times)

Tomcat

  • Guest
Import MS Solution Files (*.sln)
« on: February 03, 2005, 08:15:47 pm »
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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Import MS Solution Files (*.sln)
« Reply #1 on: February 04, 2005, 11:55:44 pm »
No, not yet. Maybe in a future version.
Btw, these "solutions" are like workspace files???

Yiannis.
Be patient!
This bug will be fixed soon...

mike

  • Guest
Import MS Solution Files (*.sln)
« Reply #2 on: February 05, 2005, 08:22:33 am »
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