Re: [cmake-developers] [PATCH] Add target property VS_CONFIGURATION_TYPE to Visual Studio 10 target generator

2016-02-26 Thread Brad King
On 02/25/2016 04:19 PM, Fabian Otto wrote: > I recreated a single patch that contains all changes. Thanks! Applied with minor tweaks: VS: Add option to set `ConfigurationType` of a .vcxproj file https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6122909c -Brad -- Powered by

Re: [cmake-developers] [PATCH] Add target property VS_CONFIGURATION_TYPE to Visual Studio 10 target generator

2016-02-25 Thread Brad King
On 02/25/2016 10:36 AM, fabian.o...@rohde-schwarz.com wrote: > thanks for your feedback. I added a test for the feature. Thanks. It looks like your mailer mangled the original patch. Please re-send both patches as attachments. Thanks, -Brad -- Powered by www.kitware.com Please keep messages

Re: [cmake-developers] [PATCH] Add target property VS_CONFIGURATION_TYPE to Visual Studio 10 target generator

2016-02-25 Thread Fabian . Otto
gt; An: fabian.o...@rohde-schwarz.com, Kopie: cmake-developers@cmake.org Datum: 24.02.2016 17:09 Betreff:Re: [cmake-developers] [PATCH] Add target property VS_CONFIGURATION_TYPE to Visual Studio 10 target generator On 02/22/2016 11:35 AM, fabian.o...@rohde-schwarz.com wrote: >

Re: [cmake-developers] [PATCH] Add target property VS_CONFIGURATION_TYPE to Visual Studio 10 target generator

2016-02-24 Thread Brad King
On 02/22/2016 11:35 AM, fabian.o...@rohde-schwarz.com wrote: > The patch adds the target property VS_CONFIGURATION_TYPE. It allows to > set an arbitrary value to the "ConfigurationType" property > > This is useful if you want to build a Windows Kernel Mode Driver. This looks okay to me. Please

[cmake-developers] [PATCH] Add target property VS_CONFIGURATION_TYPE to Visual Studio 10 target generator

2016-02-22 Thread Fabian . Otto
Hi all, I implemented a small extension to the Visual Studio 10 target generator that I would like to share. The patch adds the target property VS_CONFIGURATION_TYPE. It allows to set an arbitrary value to the "ConfigurationType" property in the generated Visual Studio project file. By