8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a56006 commit e7d917fCopy full SHA for e7d917f
PCbuild/pyproject.props
@@ -215,9 +215,11 @@ public override bool Execute() {
215
216
<ItemGroup Condition="$(VCInstallDir) != ''">
217
<VCRuntimeDLL Include="$(VCRedistDir)\Microsoft.VC*.CRT\vcruntime*.dll" />
218
+ <_AllRedist Include="$(VCInstallDir)\Redist\**" />
219
</ItemGroup>
220
- <Warning Text="vcruntime14*.dll not found under $(VCInstallDir)" Condition="@(VCRuntimeDLL) == ''" />
221
+ <Warning Text="vcruntime14*.dll not found under $(VCRedistDir)." Condition="@(VCRuntimeDLL) == ''" />
222
+ <Message Text="Found @(_AllRedist,'%0A')" Importance="high" Condition="@(VCRuntimeDLL) == ''" />
223
<Message Text="VCRuntimeDLL: @(VCRuntimeDLL)" Importance="high" />
224
</Target>
225
</Project>
0 commit comments