Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: .Net SDK Style projects can add Reference to dlls | Sumit Bhardwaj | 2022-02-01 | 1 | -1/+4 |
| | | | | | | | | 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 | ||||
* | VS: Add DOTNET_SDK property to generate SDK-style C# projects | Sumit Bhardwaj | 2021-12-21 | 13 | -0/+166 |
Changes in cmVisualStudio10TargetGenerator::Generate to write .Net SDK-style project for VS generators VS 19 and above. Also adds documentation and tests. Issue: #20227 |