[Cmake-commits] CMake branch, next, updated. v3.8.0-rc1-710-g59c494b

Brad King brad.king at kitware.com
Wed Mar 1 15:34:16 EST 2017


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  59c494b6956cfef51da86dd617aa7d5debe27557 (commit)
       via  690af1efc6b18018e4b1f3468edfb36d322156db (commit)
      from  8d4d7c1468690e96c24c912b9a4239477166ca5d (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=59c494b6956cfef51da86dd617aa7d5debe27557
commit 59c494b6956cfef51da86dd617aa7d5debe27557
Merge: 8d4d7c1 690af1e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Mar 1 15:34:15 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Mar 1 15:34:15 2017 -0500

    Merge topic 'csproj_add_free_source_tags' into next
    
    690af1ef fixup! VS: add VS_CSHARP_<tagname> sourcefile property


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=690af1efc6b18018e4b1f3468edfb36d322156db
commit 690af1efc6b18018e4b1f3468edfb36d322156db
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Mar 1 15:33:57 2017 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Mar 1 15:33:57 2017 -0500

    fixup! VS: add VS_CSHARP_<tagname> sourcefile property

diff --git a/Help/release/3.8.rst b/Help/release/3.8.rst
index 936afa0..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
 ^^^^
 

-----------------------------------------------------------------------

Summary of changes:
 Help/release/3.8.rst |    9 ---------
 1 file changed, 9 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list