You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<VcpkgRoot Condition="'$(VcpkgRoot)' == '' and '$(VCPKG_ROOT)' != '' and Exists('$(VCPKG_ROOT)\scripts\buildsystems\msbuild\vcpkg.props')">$(VCPKG_ROOT)\</VcpkgRoot>
<VcpkgRoot Condition="'$(VcpkgRoot)' == '' and Exists('$(MSBuildThisFileDirectory)..\vcpkg\scripts\buildsystems\msbuild\vcpkg.props')">$([MSBuild]::NormalizePath('$(MSBuildThisFileDirectory)', '..\vcpkg\'))</VcpkgRoot>
<VcpkgRoot Condition="'$(VcpkgRoot)' == '' and Exists('$(MSBuildThisFileDirectory)tools\vcpkg\scripts\buildsystems\msbuild\vcpkg.props')">$([MSBuild]::NormalizePath('$(MSBuildThisFileDirectory)', 'tools\vcpkg\'))</VcpkgRoot>