Add target property VS_ASSETS_DIRECTORY to define custom images
e.g.:
set_property(TARGET ${PROJECT_NAME} PROPERTY VS_ASSETS_DIRECTORY "${CMAKE_SOURCE_DIR}/artwork/WinStore")
With this it is now possible to define a custom directory where the images are.