[CMake] WIN32: solution properties modification...

Bill Hoffman bill.hoffman at kitware.com
Thu May 15 09:29:10 EDT 2008


Michael Andronov wrote:
> Hi,
> 
> I have the following question about generated by cmake solution and 
> project files on Win32 platform.
> 
> 1. as result of processing my CMakeLists.txt, I got a 'solution' for VS 
> .NET 2005, and several projects within it.
> 
> 2. Every time I open the .vcproj file in VS .NET,   'single start up 
> project' property of the solution is selected, with a 'random' project 
> selected.
> 
> Q. I'm wondering how can I specify within the CMakeLists.txt file that I 
> would like to select `current selection` property option?
> 
> Thank you for your kind attention to this matter.
> 
> Have a great day ,
> Michael.
> 

Unfortunately, that is not possible. The start up project is stored in a 
binary file that devenv creates when the project is loaded.

-Bill


More information about the CMake mailing list