Files
CMake/Source
Brad King 8b21aa0af0 VS: Fix CSharp flag selection when linking to a static C++ library
When a CSharp target links to a static C++ library, CMake will compute
the link language as C++ instead of CSharp.  That may be incorrect and
needs further investigation, but it does not affect how VS drives C#
linking.  However, it does break our flag language selection logic
and causes C++ flags to be used for CSharp.  In particular, this
drops the `-platform:x86` flag on 32-bit builds.

Fix this by always selecting the CSharp flags when generating a
`.csproj` project type.

Issue: #18239
2018-10-02 14:58:11 -04:00
..
2018-06-04 10:32:49 -04:00
2018-06-04 10:32:49 -04:00
2018-05-31 08:50:15 -04:00
2018-09-07 06:40:49 -04:00
2018-06-04 10:32:49 -04:00
2018-01-04 06:52:01 +11:00
2018-06-04 10:32:49 -04:00
2018-06-04 10:32:49 -04:00
2018-06-04 10:32:49 -04:00
2018-06-04 10:32:49 -04:00
2018-01-04 06:52:01 +11:00
2018-06-04 10:32:49 -04:00
2018-06-04 10:32:49 -04:00
2018-02-26 11:24:45 -05:00
2018-02-26 11:24:45 -05:00
2018-06-04 10:32:49 -04:00
2017-11-03 10:25:05 -04:00
2018-02-13 11:24:30 -05:00
2018-06-04 10:32:49 -04:00
2017-11-03 10:25:05 -04:00
2018-04-03 17:28:08 -04:00