diff options
author | Michael Stürmer <michael.stuermer@schaeffler.com> | 2017-02-23 15:49:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-01 20:31:05 (GMT) |
commit | a202749c46f84563a6cccf6d5d31808fddf53408 (patch) | |
tree | 98e4d47346a26c4abbe0ec53f74fa68f10fca1ad /Help/release/3.8.rst | |
parent | 9588d0a2e2442e6cc07dd4563399e257d95c792b (diff) | |
download | CMake-a202749c46f84563a6cccf6d5d31808fddf53408.zip CMake-a202749c46f84563a6cccf6d5d31808fddf53408.tar.gz CMake-a202749c46f84563a6cccf6d5d31808fddf53408.tar.bz2 |
VS: add CSharpUtilities module
Diffstat (limited to 'Help/release/3.8.rst')
-rw-r--r-- | Help/release/3.8.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/3.8.rst b/Help/release/3.8.rst index a9bfe84..efb2aa5 100644 --- a/Help/release/3.8.rst +++ b/Help/release/3.8.rst @@ -220,6 +220,11 @@ Properties Modules ------- +* A :module:`CSharpUtilities` module was added to aid parameterization of + Visual Studio C# targets. It provides functions to allow automated + setting of source file properties to support Windows Forms, WPF/XAML or + other technologies as needed. + * The :module:`ExternalData` module learned to support multiple content links for one data file using different hashes, e.g. ``img.png.sha256`` and ``img.png.sha1``. This allows objects |