aboutsummaryrefslogtreecommitdiffstats
path: root/examples/CityTemperatures/Program.cs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor example projectsMiguel Costa2025-11-261-0/+19
* Create new .sln in the `examples` dir * Use package when building examples outside of the topmost .sln * Disable build of examples by default in the topmost .sln - Projects can still be manually built and debugged * Renamed `GeneratorTestApp` as `Primes` * Renamed `PackageTestApp` as `CityTemperatures` Change-Id: I333ba1941f3ccb021cb2681da09bcad8024ae186 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>