On Wed, Nov 17, 2010 at 11:30 AM, David Cole <span dir="ltr">&lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div><div></div><div class="h5">On Wed, Nov 17, 2010 at 1:25 PM, James Bigler &lt;<a href="mailto:jamesbigler@gmail.com">jamesbigler@gmail.com</a>&gt; wrote:<br>
&gt; On Tue, Nov 16, 2010 at 11:55 PM, Rolf Eike Beer &lt;<a href="mailto:eike@sf-mail.de">eike@sf-mail.de</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Am Mittwoch, 17. November 2010 schrieb James Bigler:<br>
&gt;&gt; &gt; Has anyone else noticed situations where VS puts the first project (as<br>
&gt;&gt; &gt; determined alphabetically) in a project folder as the last project?<br>
&gt;&gt;<br>
&gt;&gt; Yes, I have seen this when using the new FOLDER property for targets. I<br>
&gt;&gt; see<br>
&gt;&gt; this behaviour within the folders.<br>
&gt;&gt;<br>
&gt;&gt; Eike<br>
&gt;<br>
&gt; I&#39;m wondering if this is something that CMake could control.  I&#39;ve looked in<br>
&gt; the VS sln file, and it appears that the projects are listed in the correct<br>
&gt; order.  Perhaps there is something subtle going on that is causing this to<br>
&gt; occur.<br>
&gt;<br>
&gt; James<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the CMake FAQ at:<br>
&gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
&gt;<br>
<br>
If you adjust their order in the VS gui, and then compare the sln file<br>
to before you did that.... what changes?<br>
<br>
I am guessing that the order we specify the guid mappings in the sln<br>
file is the thing that controls the order here. There is no code that<br>
guarantees alphabetical order within CMake (unless it is that way by<br>
lucky side-effect).<br>
<br>
But if you analyze and tell me what controls the order, it should be<br>
easy to generate alphabetical order for the future.<br>
<br>
<br>
Let me know,<br>
<font color="#888888">David<br>
</font></blockquote></div><br>I thought of doing that, but I can&#39;t seem to adjust their order in the GUI by dragging the projects around or by looking at the folder&#39;s properties.  Is there another method from the GUI to order the projects?<br>

<br>James<br><br>