Opened 15 years ago
Closed 15 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 )
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)
Change History (4)
by , 15 years ago
Attachment: | WebTier_sln_vcexpress.patch added |
---|
comment:1 by , 15 years ago
Cc: | added |
---|
comment:2 by , 15 years ago
Description: | modified (diff) |
---|
comment:3 by , 15 years ago
Milestone: | → 2.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | → 2.2.0 |
Fixed in trunk r5069
Note:
See TracTickets
for help on using tickets.
patch for WebTier.sln that removes all solution folders