| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Improve parity with classic MSBuild projects.
Fixes: #23415
|
|
|
|
|
| |
VS 17.3 provides an arm64-native version of the tool, but the test was
looking for the x64 version.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
When support for `DOTNET_SDK` was added, only a minimal set of options
were built in. Based on user feedback, support for reference to dlls
(not just projects) is needed. That support is added here.
Fixes: #23166
|
|
Changes in cmVisualStudio10TargetGenerator::Generate to write .Net
SDK-style project for VS generators VS 19 and above. Also adds
documentation and tests.
Issue: #20227
|