[Cmake-commits] CMake branch, next, updated. v3.0.1-4783-g978e9ed
Brad King
brad.king at kitware.com
Wed Aug 6 09:34:16 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 978e9ed4cfc55cbd1c253a863e50dbd18dde4acd (commit)
via 770bd58a8c3021e838a22bfe6a278954693af466 (commit)
from 1568528e5d39bb3d0b5d07610a996277e59ec59f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=978e9ed4cfc55cbd1c253a863e50dbd18dde4acd
commit 978e9ed4cfc55cbd1c253a863e50dbd18dde4acd
Merge: 1568528 770bd58
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Aug 6 09:34:15 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Aug 6 09:34:15 2014 -0400
Merge topic 'vs-special-source-file-properties' into next
770bd58a Help: Add notes for topic 'vs-special-source-file-properties'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=770bd58a8c3021e838a22bfe6a278954693af466
commit 770bd58a8c3021e838a22bfe6a278954693af466
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Aug 6 09:35:24 2014 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Aug 6 09:35:24 2014 -0400
Help: Add notes for topic 'vs-special-source-file-properties'
diff --git a/Help/release/dev/vs-special-source-file-properties.rst b/Help/release/dev/vs-special-source-file-properties.rst
new file mode 100644
index 0000000..166c4b3
--- /dev/null
+++ b/Help/release/dev/vs-special-source-file-properties.rst
@@ -0,0 +1,11 @@
+vs-special-source-file-properties
+---------------------------------
+
+* A :prop_sf:`VS_DEPLOYMENT_CONTENT` source file property was added
+ to tell the Visual Studio generators to mark content for deployment
+ in Windows Phone and Windows Store projects.
+
+* The Visual Studio generators learned to treat ``.hlsl`` source
+ files as High Level Shading Language sources (using ``FXCompile``
+ in ``.vcxproj`` files). A :prop_sf:`VS_SHADER_TYPE` source file
+ property was added to specify the Shader Type.
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/vs-special-source-file-properties.rst | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 Help/release/dev/vs-special-source-file-properties.rst
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list