Re: [CMake] VS solution folder puts first project last

2010-11-17 Thread James Bigler
On Tue, Nov 16, 2010 at 11:55 PM, Rolf Eike Beer e...@sf-mail.de wrote: Am Mittwoch, 17. November 2010 schrieb James Bigler: Has anyone else noticed situations where VS puts the first project (as determined alphabetically) in a project folder as the last project? Yes, I have seen this when

Re: [CMake] VS solution folder puts first project last

2010-11-17 Thread David Cole
On Wed, Nov 17, 2010 at 1:25 PM, James Bigler jamesbig...@gmail.com wrote: On Tue, Nov 16, 2010 at 11:55 PM, Rolf Eike Beer e...@sf-mail.de wrote: Am Mittwoch, 17. November 2010 schrieb James Bigler: Has anyone else noticed situations where VS puts the first project (as determined

Re: [CMake] VS solution folder puts first project last

2010-11-17 Thread James Bigler
On Wed, Nov 17, 2010 at 11:30 AM, David Cole david.c...@kitware.com wrote: On Wed, Nov 17, 2010 at 1:25 PM, James Bigler jamesbig...@gmail.com wrote: On Tue, Nov 16, 2010 at 11:55 PM, Rolf Eike Beer e...@sf-mail.de wrote: Am Mittwoch, 17. November 2010 schrieb James Bigler: Has anyone

[CMake] VS solution folder puts first project last

2010-11-16 Thread James Bigler
Has anyone else noticed situations where VS puts the first project (as determined alphabetically) in a project folder as the last project? CMakePredefinedTargets -- PACKAGE -- RUN_TESTS -- ZERO_CHECK -- INSTALL I'm using VS 2008 SP 1 with CMake 2.8.3. I've verified this with a simple project

Re: [CMake] VS solution folder puts first project last

2010-11-16 Thread Rolf Eike Beer
Am Mittwoch, 17. November 2010 schrieb James Bigler: Has anyone else noticed situations where VS puts the first project (as determined alphabetically) in a project folder as the last project? Yes, I have seen this when using the new FOLDER property for targets. I see this behaviour within the