WinRT: Add Architecture flag to manifest
The architecture needs to be specified to be properly used inside Visual Studio and for winrtrunner to parse dependencies. Change-Id: I218100f33efcba9f78199cbd1e48089269648e61 Reviewed-by: Andrew Knight <andrew.knight@intopalo.com>
This commit is contained in:
parent
b5662e3fce
commit
1f8220379c
@ -9,7 +9,8 @@
|
|||||||
<Identity
|
<Identity
|
||||||
Name=\"$${WINRT_MANIFEST.identity}\"
|
Name=\"$${WINRT_MANIFEST.identity}\"
|
||||||
Publisher=\"$${WINRT_MANIFEST.publisherid}\"
|
Publisher=\"$${WINRT_MANIFEST.publisherid}\"
|
||||||
Version=\"$${WINRT_MANIFEST.version}\" />
|
Version=\"$${WINRT_MANIFEST.version}\"
|
||||||
|
ProcessorArchitecture=\"$${WINRT_MANIFEST.architecture}\" />
|
||||||
|
|
||||||
<mp:PhoneIdentity PhoneProductId=\"$${WINRT_MANIFEST.identity}\" PhonePublisherId=\"$${WINRT_MANIFEST.phone_publisher_id}\"/>
|
<mp:PhoneIdentity PhoneProductId=\"$${WINRT_MANIFEST.identity}\" PhonePublisherId=\"$${WINRT_MANIFEST.phone_publisher_id}\"/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user