Re: [CMake] wix msi csharp dotnet project type

2018-07-09 Thread J. Caleb Wherry
If you set the WIN32_EXECUTABLE property on your WPF target then it will have the behavior you are looking for. -Caleb On Mon, Jul 9, 2018 at 10:58 AM Petar Petrov wrote: > I have gone through the cmake wix docs and in particular anything special > about dotnet csharp projects, however I failed

[CMake] wix msi csharp dotnet project type

2018-07-09 Thread Petar Petrov
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