diff options
author | Brad King <brad.king@kitware.com> | 2017-03-02 14:26:03 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2017-03-02 14:26:03 (GMT) |
commit | 5d81817b7168d16190848807d2cfb73ed14b8ee7 (patch) | |
tree | 21a783148a7e11bc6abe5f321abbbd36e08dca35 /Help/release | |
parent | 6d9ab1eff7bd8a1374429c61627157dda4bb127b (diff) | |
parent | 506207f928bfc8853864edb9a200a38e7ac2b02b (diff) | |
download | CMake-5d81817b7168d16190848807d2cfb73ed14b8ee7.zip CMake-5d81817b7168d16190848807d2cfb73ed14b8ee7.tar.gz CMake-5d81817b7168d16190848807d2cfb73ed14b8ee7.tar.bz2 |
Merge topic 'csproj_add_free_source_tags'
506207f9 VS: add test for VS_CSHARP_* source file property
a202749c VS: add CSharpUtilities module
9588d0a2 VS: add VS_CSHARP_<tagname> sourcefile property
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/3.8.rst | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/Help/release/3.8.rst b/Help/release/3.8.rst index d427a63..efb2aa5 100644 --- a/Help/release/3.8.rst +++ b/Help/release/3.8.rst @@ -34,15 +34,6 @@ C# Visual Studio (``VS_*``) are worth a look (for setting toolset versions, root namespaces, assembly icons, ...). -* Auto-linking in ``.csproj`` files: In C#/.NET development with - Visual Studio there are a number of visual editors used which - generate code. Both the generated files and the ones edited - with the UI are connected in the ``.csproj`` file using - ``<DependentUpon>`` tags. If CMake finds within a C# project - any source file with extension ``.Designer.cs`` or ``.xaml.cs``, - it checks sibling files with extension ``.xaml``, ``.settings``, - ``.resx`` or ``.cs`` and establishes the dependency connection. - CUDA ^^^^ @@ -229,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 |