MantisBT - CMake
View Issue Details
0002919CMakeCMakepublic2006-02-28 06:572015-05-20 14:03
Jan Woetzel 
Bill Hoffman 
lowfeaturealways
closedwon't fix 
 
 
0002919: commnd to set the Startup Project in MSVC
A cmake command to set the (default) "startup project" for MS Visual Studio projects would be great.
No tags attached.
related to 0015578closed  Target property that sets Startup Project in MSVC 
Issue History
2015-05-20 14:03Brad KingRelationship addedrelated to 0015578

Notes
(0003810)
Jan Woetzel   
2006-02-28 06:59   
sorry for teh typos...

Jan.
(0003811)
Bill Hoffman   
2006-02-28 09:06   
Please provide the method for doing this in a .vcproj or .sln file. I am not sure how this is done.
(0003812)
Jan Woetzel   
2006-02-28 09:23   
The startup project is set in the ".suo" file (solution user options),
e.g.
foo.sln has foo.suo

Unfortunately I did not yet disvoer its internal format.
(0003826)
Bill Hoffman   
2006-03-02 14:41   
We don't write the .suo file, and I am not sure we want to start, so this may be impossible....
(0005155)
Bill Hoffman   
2006-10-04 13:40   
We can not do this...
(0006136)
jdobry   
2007-01-10 10:52   
When ".suo" file not exist, MSVS use first project in solution. But it is "ALL_BUILD". Feature for change project order in solution my be useful workaround.