Re: [CMake] Project Folders in Visual Studio

2010-03-22 Thread J Decker
> > I did check source_group, and that will help with a couple of these > larger libraries to restore their per-project organization for visual > studio, but, I'm understanding that there is no PROJECT_GROUP sort of > mechanism for building solution folders?  (for VS2005+) Oh, it is there, sorta..

Re: [CMake] Project Folders in Visual Studio

2010-03-22 Thread J Decker
On Mon, Mar 15, 2010 at 2:42 PM, Pau Garcia i Quiles wrote: > On Mon, Mar 15, 2010 at 7:49 PM,   wrote: >> I know this has been asked before but I don't think it got an answer. I have >> a situation where I have over 200 projects in Visual Studio with no >> organization. Is there anyway to put the

Re: [CMake] Project Folders in Visual Studio

2010-03-16 Thread Bill Hoffman
aaron_wri...@selinc.com wrote: I tried the patch listed in that bug report but it didn't change anything. The files said they were for Visual Studio 7, but I'm using Visual Studio 9 2008, so maybe that's why? I'm not sure why the files would target only version 7. Is there a way to vote for f

Re: [CMake] Project Folders in Visual Studio

2010-03-16 Thread Aaron_Wright
we want in the next version? Because I would totally vote for this. - Aaron Wright From: Surya Kiran Gullapalli To: aaron_wri...@selinc.com Cc: cmake@cmake.org Date: 03/15/2010 11:09 PM Subject: Re: [CMake] Project Folders in Visual S

Re: [CMake] Project Folders in Visual Studio

2010-03-15 Thread Surya Kiran Gullapalli
There's a bug already reported for this. You can find the details here Surya ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Re: [CMake] Project Folders in Visual Studio

2010-03-15 Thread Aaron_Wright
Quiles To: aaron_wri...@selinc.com Cc: cmake@cmake.org Date: 03/15/2010 02:42 PM Subject: Re: [CMake] Project Folders in Visual Studio Sent by: cmake-boun...@cmake.org On Mon, Mar 15, 2010 at 7:49 PM, wrote: > I know this has been asked before but I don't think it got an answer. I

Re: [CMake] Project Folders in Visual Studio

2010-03-15 Thread Pau Garcia i Quiles
On Mon, Mar 15, 2010 at 7:49 PM, wrote: > I know this has been asked before but I don't think it got an answer. I have > a situation where I have over 200 projects in Visual Studio with no > organization. Is there anyway to put them under folders? It would really > save me some headaches. Thanks.

Re: [CMake] Project Folders in Visual Studio

2010-03-15 Thread John Drescher
On Mon, Mar 15, 2010 at 2:49 PM, wrote: > I know this has been asked before but I don't think it got an answer. I have > a situation where I have over 200 projects in Visual Studio with no > organization. Is there anyway to put them under folders? It would really > save me some headaches. Thanks.

[CMake] Project Folders in Visual Studio

2010-03-15 Thread Aaron_Wright
I know this has been asked before but I don't think it got an answer. I have a situation where I have over 200 projects in Visual Studio with no organization. Is there anyway to put them under folders? It would really save me some headaches. Thanks. -