mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
Fix C1010070 compilation error in wslsettings (#12928)
Co-authored-by: Mlekow <mlekow5@outlook.com>
This commit is contained in:
parent
6319b02687
commit
dedf36169d
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user