I have a solution with 67 projects.
Some predate .Net
Years age some projects were converted to .net and added to the solution.
New ones were created in the solution.
As new framework versions came available the solution was upgraded to it.
Now using: <TargetFramework>net7.0-windows</TargetFramework>
I'm concerned that all projects do not have the same My Project options.
Things like High Dpi mode for instance.
Is there some built-in way to check.
If not, I'd like to write a program to read the appropriate file and generate a report.
1) Sound reasonable?
2) If so, which files should I check?
3) Is there some way these things can be set for the solution?
Some predate .Net
Years age some projects were converted to .net and added to the solution.
New ones were created in the solution.
As new framework versions came available the solution was upgraded to it.
Now using: <TargetFramework>net7.0-windows</TargetFramework>
I'm concerned that all projects do not have the same My Project options.
Things like High Dpi mode for instance.
Is there some built-in way to check.
If not, I'd like to write a program to read the appropriate file and generate a report.
1) Sound reasonable?
2) If so, which files should I check?
3) Is there some way these things can be set for the solution?