Update WindowsAppSDK.Build.Cpp.props (#3172)

This commit is contained in:
alexlamtest 2022-11-22 15:05:47 -08:00 коммит произвёл GitHub
Родитель ec7025a3b0
Коммит a660880c32
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -29,7 +29,9 @@
<!-- /ZH:SHA_256 Hash algorithm for file checksums in debug info -->
<!-- /d1trimfile:$(RepoRoot) If the prefix for a source file path name string matches "trim-string",
then the prefix is removed and is replaced with the mapping-identifier (if present). Requires /Brepro. -->
<AdditionalOptions>%(AdditionalOptions) /d1trimfile:$(RepoRoot) /ZH:SHA_256</AdditionalOptions>
<!-- /Qspectre Specifies compiler generation of instructions to mitigate certain Spectre variant 1
security vulnerabilities. BinSkim asks for this. -->
<AdditionalOptions>%(AdditionalOptions) /d1trimfile:$(RepoRoot) /ZH:SHA_256 /Qspectre</AdditionalOptions>
</ClCompile>
<Link>
<!-- /DEBUG:FULL Create PDF containing full debug information -->