-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
@hmartinez82 when I regenerate Util with progen, the projects in the do not load properly in VS2022:
C:\Users\alex\source\repos\pocoproject\poco\Util\testsuite\TestSuite_vs170.vcxproj :
error : Cannot load project: project does not contain requested configuration debug_shared|ARM64.
Please verify that .sln file is valid and uses only existing project configurations.
Foundation also does not load properly:
C:\Users\alex\source\repos\pocoproject\poco\Foundation\testsuite\TestApp_vs170.vcxproj : warning : Platform 'ARM64' referenced in the project file 'TestApp' cannot be found.
error: Designtime build failed for project 'C:\Users\alex\source\repos\pocoproject\poco\Foundation\testsuite\TestLibrary_vs170.vcxproj', configuration 'debug_shared|ARM64'. IntelliSense might be unavailable.
Set environment variable TRACEDESIGNTIME=true and restart Visual Studio to investigate.
C:\Users\alex\source\repos\pocoproject\poco\Foundation\testsuite\TestLibrary_vs170.vcxproj : warning : The build tools for Visual Studio 2022 (v143) cannot be found. Install Visual Studio 2022 (v143) to build using the Visual Studio 2022 (v143) build tools.
C:\Users\alex\source\repos\pocoproject\poco\Foundation\testsuite\TestLibrary_vs170.vcxproj : warning : Platform 'ARM64' referenced in the project file 'TestLibrary' cannot be found.
Other projects seem to have no arm64 configuration.
What is the status of VS2020 arm build?
Reactions are currently unavailable