VS: Add option to set `ConfigurationType` of a .vcxproj file
Add a VS_CONFIGURATION_TYPE target property to set this value explicitly. This is useful to build a Windows Kernel Mode Driver, for example.
Showing
- Help/manual/cmake-properties.7.rst 1 addition, 0 deletionsHelp/manual/cmake-properties.7.rst
- Help/prop_tgt/VS_CONFIGURATION_TYPE.rst 10 additions, 0 deletionsHelp/prop_tgt/VS_CONFIGURATION_TYPE.rst
- Help/release/dev/vs-vcxproj-ConfigurationType.rst 6 additions, 0 deletionsHelp/release/dev/vs-vcxproj-ConfigurationType.rst
- Source/cmVisualStudio10TargetGenerator.cxx 43 additions, 35 deletionsSource/cmVisualStudio10TargetGenerator.cxx
- Tests/RunCMake/CMakeLists.txt 4 additions, 0 deletionsTests/RunCMake/CMakeLists.txt
- Tests/RunCMake/VS10Project/CMakeLists.txt 3 additions, 0 deletionsTests/RunCMake/VS10Project/CMakeLists.txt
- Tests/RunCMake/VS10Project/RunCMakeTest.cmake 2 additions, 0 deletionsTests/RunCMake/VS10Project/RunCMakeTest.cmake
- Tests/RunCMake/VS10Project/VsConfigurationType-check.cmake 24 additions, 0 deletionsTests/RunCMake/VS10Project/VsConfigurationType-check.cmake
- Tests/RunCMake/VS10Project/VsConfigurationType.cmake 3 additions, 0 deletionsTests/RunCMake/VS10Project/VsConfigurationType.cmake
- Tests/RunCMake/VS10Project/foo.cpp 1 addition, 0 deletionsTests/RunCMake/VS10Project/foo.cpp
Loading
Please register or sign in to comment