aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/msbuild
Commit message (Collapse)AuthorAgeFilesLines
* Move some Visual Studio generator parts into libqbsmsbuildJake Petroules2020-04-1755-0/+3858
This static library contains the MSBuild and Visual Studio solution object model classes and serialization code, without any qbs project model specifics. The latter goes into the generator plugin itself. The Xcode generator will follow the same separation of concerns design when it is introduced. Change-Id: I0a7aca2457c7b7474e0a0a127a3ce5fbec7682f6 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>