|
Notes |
|
|
(0021444)
|
|
Timothy St. Clair
|
|
2010-07-21 16:17
|
|
|
It would be ideal if it were part of target properties. |
|
|
|
(0024785)
|
|
David Cole
|
|
2011-01-17 14:09
|
|
|
A proposed patch, or a pointer to more documentation about .vsprops files and how they work would be welcome. |
|
|
|
(0024787)
|
|
Timothy St. Clair
|
|
2011-01-17 14:18
|
|
|
|
|
(0035414)
|
|
Gregor Jasny
|
|
2014-03-15 10:20
|
|
Hello,
I attached a proof-of-concept patch to add property sheets to VS 2012 vcxproj files.
Currently you can use it like:
cmake_minimum_required(VERSION 3.0)
add_executable(foo foo.cpp)
set_target_properties(foo PROPERTIES VS_PROPERTY_SHEETS "${CMAKE_CURRENT_SOURCE_DIR}/foo.props")
What's missing:
* I'd like to make the property sheets relative to the current CMake file like source files but got lost in the source.
* VS_PROPERTY_SHEETS_<CONFIG> handling (there are some headaches involved because property sheets are sensitive to ordering)
Thanks,
Gregor |
|
|
|
(0041632)
|
|
Kitware Robot
|
|
2016-06-10 14:27
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|