I am attempting to migrate a project from Visual Studio 2015 on Windows 10, to Visual Studio 2022 on Windows 11. I experienced several errors mostly to do with file paths but one error has me stumped -- Upon attempting to build the solution, I get "Target Type 'appcontainerexe' is not supported by this task." I see that that my file (project name).csproj file contains a line <Output Type>AppContainerExe</Output Type>
. I am not very sharp on this stuff (70 years old) so please keep any answers simple. : )
I tried other output types and for example, 'winexe' gives the error "Output type 'Windows Application' is not supported by one or more of the project's targets. I have tried so many different things that I can't describe them all, but all just lead to new errors.