I have gone through the cmake wix docs and in particular anything special about dotnet csharp projects, however I failed to find anything related to influencing the 'Output Type' of project's settings window inside visual studio!
The options are: 'Console Application, Windows Application and Class Library', the generator defaults to Console Application while I do have a WPF windows only app, so I have an annoying console/terminal window in addition to the main-win. There are plenty of possible hack to influence the generated project file directly (which just a xml) but it is truly a job of the wix generator and I expected to be an easy straightforward way of setting it. Any tips and suggestions are welcomed! Thanks in advance, Peter
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake
