aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Core/MsBuild/MsBuildProjectReaderWriter.cs
Commit message (Expand)AuthorAgeFilesLines
* Correct style errors in CoreAli Can Demiralp2025-07-141-3/+3
* Remove unused includes and correct include order in CoreAli Can Demiralp2025-06-241-3/+2
* Update copyright comments to 2025Ali Demiralp2025-03-181-4/+2
* Refactor registry paths in Core and PackageAli Can Demiralp2024-07-291-1/+1
* Use more safe string.Equals(...) functionKarsten Heimrich2024-07-261-4/+4
* Add IDC integration to Qt/MSBuildAli Can Demiralp2024-06-171-0/+22
* Introduce and use none throwing {File|Directory} helper functionsKarsten Heimrich2024-05-171-8/+8
* Correct conversion of moc_predef steps and set output path to $(IntDir)Ali Can Demiralp2024-04-091-2/+5
* Add a new and rename existing constants specifying registry pathsKarsten Heimrich2024-03-271-1/+1
* Change source license to LicenseRef-Qt-Commercial or GPL-3.0-onlyAli Can Demiralp2024-02-281-1/+1
* Update license year from 2023 to 2024Ali Can Demiralp2024-01-091-1/+1
* Adjust namespace of Utils class to match folder structureKarsten Heimrich2024-01-081-1/+1
* Shuffle around constant registry path valuesKarsten Heimrich2024-01-081-2/+1
* Fix null reference exception while converting a projectKarsten Heimrich2023-10-121-1/+2
* Fix broken .vcxproj when auto-generating .qrc filesKarsten Heimrich2023-09-271-2/+7
* Fix importing a project with no filters or solution fileKarsten Heimrich2023-09-271-2/+2
* Enable option to convert non-Qt VC projectsMiguel Costa2023-08-301-3/+3
* Refactor project conversionMiguel Costa2023-08-281-529/+23
* Implement converting custom build steps for lreleaseKarsten Heimrich2023-08-231-1/+33
* Generate project format conversion reportMiguel Costa2023-08-161-16/+99
* Refactor MsBuildProjectReaderWriterMiguel Costa2023-08-161-107/+78
* Fix updating the project format can result in multiple entriesKarsten Heimrich2023-07-211-2/+4
* Rename all QtProject{and related classes} to MsBuildProject{...}Karsten Heimrich2023-06-291-23/+23
* Rename MsBuildProject to MsBuildProjectReaderWriterKarsten Heimrich2023-06-291-0/+1713