Fix C1010070 compilation error in wslsettings (#12928)

Co-authored-by: Mlekow <mlekow5@outlook.com>
This commit is contained in:
Mlekow 2025-06-21 04:15:03 +08:00 committed by GitHub
parent 6319b02687
commit dedf36169d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -239,7 +239,7 @@ set_target_properties(
VS_GLOBAL_SelfContained true
VS_GLOBAL_WindowsAppSDKSelfContained true
VS_GLOBAL_ApplicationIcon "${CMAKE_SOURCE_DIR}/images/wsl.ico"
VS_GLOBAL_ApplicationManifest "app.manifest"
VS_GLOBAL_ApplicationManifest "${CMAKE_CURRENT_SOURCE_DIR}/app.manifest"
VS_GLOBAL_RuntimeIdentifier "win-${TARGET_PLATFORM}"
VS_GLOBAL_RuntimeIdentifiers "win-${TARGET_PLATFORM}"
VS_GLOBAL_Platform "${TARGET_PLATFORM}"