UWP runs systray extension Windows Form app (runs various win32 tasks).
<desktop:Extension Category="windows.fullTrustProcess" Executable="Assets\SysTray\SysTrayExtension.exe" />
However, I like to launch the exe based on the platform of running UWP app.
Is there a way specify placehold of platform like
Executable="Assets\SysTray[platform]\SysTrayExtension.exe"
Is it doable?
Thank you,