Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Fix CSharp sources inside build directory | Kinan Mahdi | 2021-05-03 | 1 | -0/+1 |
| | | | | Fixes: #22104 | ||||
* | VS: Fix regression in C# source links | Kinan Mahdi | 2020-10-05 | 1 | -4/+5 |
| | | | | | | Fix logic used since commit ac6b18cd90 (CSharp: Add support for source groups with out-of-source builds, 2020-02-18, v3.18.0-rc1~645^2). Add a check of the physical file location for C# source groups. | ||||
* | CSharp: Add support for source groups with out-of-source builds | Kinan Mahdi | 2020-02-28 | 1 | -0/+22 |
This also fixes support for multiple sources of the same name in different directories. Add a test for both problems. Issue: #19505 |