diff options
author | Brad King <brad.king@kitware.com> | 2014-08-18 17:31:41 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-08-18 17:31:41 (GMT) |
commit | f7ab23837994a4a6eff1c5ebf183ae915380b41c (patch) | |
tree | 05388293a9f5181e09563fdf43628300126f1ee5 /Help/release | |
parent | cb578878093473ef1cb3d2e71791d67a410d4184 (diff) | |
parent | aa21001bd3c723f79e74407a2ba315d5988804a0 (diff) | |
download | CMake-f7ab23837994a4a6eff1c5ebf183ae915380b41c.zip CMake-f7ab23837994a4a6eff1c5ebf183ae915380b41c.tar.gz CMake-f7ab23837994a4a6eff1c5ebf183ae915380b41c.tar.bz2 |
Merge topic 'vs-special-source-file-properties'
aa21001b Help: Add notes for topic 'vs-special-source-file-properties'
6fe770e1 VS: Add a source file property to set the hlsl shader type
9b4dc2ad VS: Add a source file property to mark content for Windows App deployment
f063a914 VS: Re-arrange WriteExtraSource to support tool configuration
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/vs-special-source-file-properties.rst | 11 |
1 files changed, 11 insertions, 0 deletions
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. |