<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><br></div><div>I want my project name in Visual Studio to be different than the executable name. This is how I currently have it set up:</div><div><br></div><div>project( ABC )</div><div>...</div><div>add_executable( def )</div><div><br></div><div>When I open the solution, the project name is "def", but I want it to be ABC (with the corresponding ABC.vcproj project file output). Is there a way to do this?</div><div>I am using cmake version 2.8.6 and Visual Studio 9.</div><div><br></div><div>Thanks,</div><div>Cristian</div><div><br></div></div></body></html>