File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <PropertyGroup Label =" Vcpkg" >
44 <VcpkgEnableManifest >true</VcpkgEnableManifest >
55 <VcpkgInstalledDir >$(MSBuildThisFileDirectory)vcpkg_installed\</VcpkgInstalledDir >
6- <!-- Note: For x86, the platform is x86 when building the solution meta-project, and Win32 when building individual projects. -->
6+ <!-- Note: For x86, the platform is x86 when building the solution meta-project, and Win32 when building individual projects.
7+ When building for ARM64, the VCPKG platform must be lowercased: arm64. -->
78 <_VcpkgTripletPlatform >$(Platform)</_VcpkgTripletPlatform >
89 <_VcpkgTripletPlatform Condition =" '$(Platform)'=='Win32'" >x86</_VcpkgTripletPlatform >
10+ <_VcpkgTripletPlatform Condition =" '$(Platform)'=='ARM64'" >arm64</_VcpkgTripletPlatform >
911 </PropertyGroup >
1012 <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)'=='Debug'" >
1113 <VcpkgTriplet >$(_VcpkgTripletPlatform)</VcpkgTriplet >
You can’t perform that action at this time.
0 commit comments