$([System.IO.Path]::Combine($(VcpkgRoot), 'scripts\buildsystems\msbuild\vcpkg-general.xml'))
-static
$(VcpkgPlatformTarget)-$(VcpkgOSTarget)$(VcpkgLinkage)
$(VcpkgRoot)\
$(VcpkgManifestRoot)\
$([System.IO.Path]::Combine($(VcpkgRoot), 'installed'))
$([System.IO.Path]::Combine($(VcpkgManifestRoot), 'vcpkg_installed'))
$(VcpkgInstalledDir)\
$([System.IO.Path]::Combine($(VcpkgInstalledDir), $(VcpkgTriplet)))
$(VcpkgCurrentInstalledDir)\
Debug
Release
debug\
true
VcpkgTriplet=$(VcpkgTriplet):$(ProjectStateLine)
Project
%(AdditionalDependencies);$(VcpkgCurrentInstalledDir)$(VcpkgConfigSubdir)lib\*.lib
%(AdditionalLibraryDirectories);$(VcpkgCurrentInstalledDir)$(VcpkgConfigSubdir)lib;$(VcpkgCurrentInstalledDir)$(VcpkgConfigSubdir)lib\manual-link
%(AdditionalIncludeDirectories);$(VcpkgCurrentInstalledDir)include
%(AdditionalIncludeDirectories);$(VcpkgCurrentInstalledDir)include
<_VcpkgInstallManifestDependenciesInputs Include="$(VcpkgManifestRoot)vcpkg.json"/>
<_VcpkgInstallManifestDependenciesInputs Include="$(VcpkgManifestRoot)vcpkg-configuration.json" Condition="Exists('$(VcpkgManifestRoot)vcpkg-configuration.json')"/>
<_VcpkgItemToDelete Include="$(TLogLocation)VcpkgInstallManifest*.read.1u.tlog" />
<_VcpkgAppLocalPowerShellCommonArguments>-ExecutionPolicy Bypass -noprofile -File "$(MSBuildThisFileDirectory)applocal.ps1" "$(TargetPath)" "$(VcpkgCurrentInstalledDir)$(VcpkgConfigSubdir)bin" "$(TLogLocation)$(ProjectName).write.1u.tlog" "$(IntDir)vcpkg.applocal.log"