Changes between Initial Version and Version 2 of Ticket #1410


Ignore:
Timestamp:
Aug 3, 2010, 6:43:12 AM (14 years ago)
Author:
jng
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1410

    • Property Cc brucedechant added
  • Ticket #1410 – Description

    initial v2  
    11If 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.
    22
    3 Unfortunately, express editions do not understand solution folders. WebTier.sln is the only solution file to use solution folders making it un-buildable in VC express.
     3Unfortunately, express editions do not understand the following:
    44
    5 Solution folders should not be used in any VS solution files.
     5 * Solution files with solution folders
     6 * Solution files with different project types
     7
     8WebTier.sln is the only solution file to use solution folders making it un-buildable in VC express.
     9
     10Oem.sln has a C# project (SQLiteGUI), but it is not required for successful compilation.
     11
     12For VS express compatibility, solution files should not use folders and should only contain projects of one type.