Opened 14 years ago

Closed 14 years ago

#1410 closed defect (fixed)

Avoid the use of solution folders in VS solution files

Reported by: jng Owned by:
Priority: low Milestone: 2.3
Component: Build System Version: 2.2.0
Severity: trivial Keywords:
Cc: brucedechant External ID:

Description (last modified by jng)

If we want to lower the barrier for contribution to this project, I believe that the MGOS source should be buildable with Visual C++ 2008 Express Edition.

Unfortunately, express editions do not understand the following:

  • Solution files with solution folders
  • Solution files with different project types

WebTier.sln is the only solution file to use solution folders making it un-buildable in VC express.

Oem.sln has a C# project (SQLiteGUI), but it is not required for successful compilation.

For VS express compatibility, solution files should not use folders and should only contain projects of one type.

Attachments (1)

WebTier_sln_vcexpress.patch (2.0 KB ) - added by jng 14 years ago.
patch for WebTier.sln that removes all solution folders

Download all attachments as: .zip

Change History (4)

by jng, 14 years ago

Attachment: WebTier_sln_vcexpress.patch added

patch for WebTier.sln that removes all solution folders

comment:1 by tomfukushima, 14 years ago

Cc: brucedechant added

comment:2 by jng, 14 years ago

Description: modified (diff)

comment:3 by brucedechant, 14 years ago

Milestone: 2.3
Resolution: fixed
Status: newclosed
Version: 2.2.0

Fixed in trunk r5069

Note: See TracTickets for help on using tickets.