mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[msbuild]Fix incorrect triplet configuration for Project Reunion apps (#15410)
* Fix incorrect triplet configuration for Project Reunion apps * Modified VcpkgOSTarget detection condition
This commit is contained in:
parent
05392981d3
commit
5eea585548
@ -4,7 +4,7 @@
|
|||||||
<!-- Set default OS Target-->
|
<!-- Set default OS Target-->
|
||||||
<PropertyGroup Condition="'$(VcpkgOSTarget)' == ''">
|
<PropertyGroup Condition="'$(VcpkgOSTarget)' == ''">
|
||||||
<VcpkgOSTarget>windows</VcpkgOSTarget>
|
<VcpkgOSTarget>windows</VcpkgOSTarget>
|
||||||
<VcpkgOSTarget Condition="'$(ApplicationType)|$(ApplicationTypeRevision)' == 'Windows Store|10.0'">uwp</VcpkgOSTarget>
|
<VcpkgOSTarget Condition="'$(AppContainerApplication)' == 'true'">uwp</VcpkgOSTarget>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<!-- Set default Platform Target. $(PlatformTarget) is not available at the top of the .vcxproj file. -->
|
<!-- Set default Platform Target. $(PlatformTarget) is not available at the top of the .vcxproj file. -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user