The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=14216 ====================================================================== Reported By: Christian Maaser Assigned To: ====================================================================== Project: CMake Issue ID: 14216 Category: CMake Reproducibility: always Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2013-06-14 07:18 EDT Last Modified: 2013-06-14 07:18 EDT ====================================================================== Summary: Add support for .NET target framework version Description: The MSVS generators do no support setting the .NET target framework version, yet. As described here http://msdn.microsoft.com/en-us/library/vstudio/ff770576.aspx this isn't even supported by the VS IDE, and usually needs to be changed by manually editing the .vcxproj file and adding a new XML node. The only alternative to that is to pass the target framework version to msbuild.exe, but obviously that isn't feasible when using cmake.
Steps to Reproduce: - Additional Information: - ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-06-14 07:18 Christian MaaserNew Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
