summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VS10Project/VsCsharpSourceGroup-check.cmake
Commit message (Collapse)AuthorAgeFilesLines
* VS: Fix CSharp sources inside build directoryKinan Mahdi2021-05-031-0/+1
| | | | Fixes: #22104
* VS: Fix regression in C# source linksKinan Mahdi2020-10-051-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 buildsKinan Mahdi2020-02-281-0/+22
This also fixes support for multiple sources of the same name in different directories. Add a test for both problems. Issue: #19505