Prevent appending TFM to output path to shorten directories.

This commit is contained in:
Klaus Loeffelmann 2024-07-27 01:10:02 -07:00
Родитель 7779b23cd8
Коммит bf17036ee9
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -8,6 +8,7 @@
<InstallerRuntimeIdentifiers>win-x64;win-x86;win-arm64</InstallerRuntimeIdentifiers>
<VSInsertionShortComponentName>WindowsDesktop.TargetingPack</VSInsertionShortComponentName>
<CreatePlatformManifest Condition="'$(PreReleaseVersionLabel)' == 'servicing'">false</CreatePlatformManifest>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<!--