diff options
author | Brad King <brad.king@kitware.com> | 2017-01-24 19:45:15 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2017-01-24 19:45:15 (GMT) |
commit | f6e4602fe7467fe149f3843a3263a986ea1d804d (patch) | |
tree | 361078419f73bfe7a3f6d6c7b6cf50a366c3eeff /Help/prop_sf/VS_INCLUDE_IN_VSIX.rst | |
parent | 269b1db914698a94cfb53998d8811ab03885418c (diff) | |
parent | 4bfb1249ede1b86dcd53b34ec885f17460edc8f6 (diff) | |
download | CMake-f6e4602fe7467fe149f3843a3263a986ea1d804d.zip CMake-f6e4602fe7467fe149f3843a3263a986ea1d804d.tar.gz CMake-f6e4602fe7467fe149f3843a3263a986ea1d804d.tar.bz2 |
Merge topic 'csproj-improvements'
4bfb1249 VS: removed usage of relative paths for C# targets in in-source builds
90cb4083 VS: improve handling of source files with special extensions in .csproj
Diffstat (limited to 'Help/prop_sf/VS_INCLUDE_IN_VSIX.rst')
-rw-r--r-- | Help/prop_sf/VS_INCLUDE_IN_VSIX.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/prop_sf/VS_INCLUDE_IN_VSIX.rst b/Help/prop_sf/VS_INCLUDE_IN_VSIX.rst new file mode 100644 index 0000000..30f471d --- /dev/null +++ b/Help/prop_sf/VS_INCLUDE_IN_VSIX.rst @@ -0,0 +1,6 @@ +VS_INCLUDE_IN_VSIX +------------------ + +Boolean property to specify if the file should be included within a VSIX +extension package. This is needed for development of Visual Studio +extensions. |