<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Brad King wrote:
<blockquote cite="mid4500537E.1000706@kitware.com" type="cite">
  <pre wrap="">Brandon J. Van Every wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Brad King wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">This would be a nice feature but I don't know how to implement it.  Try
generating a project and then manually editing the project files in such
a way that the IDE selects a different configuration by default.  Don't
forget to remove the .suo and .ncb files between attempts because they
store the user IDE state.
      </pre>
    </blockquote>
    <pre wrap="">That approach is not desired.  People typically want CMakeList.txt under
source control, not its end products, as the latter differ for every
person.  We don't ship .sln files to people, we tell them to install CMake.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I was not proposing this as a solution, I was asking you to figure out
how to implement it.  I have no idea how to write a .sln or .vcproj file
that will convince the VS IDE to come up with a non-Debug configuration
by default.  I just tried manually reordering the configurations to put
Release first and the IDE still selected Debug at startup.  Even
changing the Release configuration to have the name ARelease (which
comes before Debug lexicographically) didn't fix it.
  </pre>
</blockquote>
<br>
I have no idea either, nor time to investigate it at present.&nbsp; I will
note our lack of knowledge in the feature request.&nbsp; Maybe we'll run
into someone else who knows better.<br>
<br>
<br>
Cheers,<br>
Brandon Van Every<br>
<br>
</body>
</html>