File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -169,12 +169,13 @@ foreach (System.Diagnostics.Process p in System.Diagnostics.Process.GetProcesses
169169 <VCRedistDir Condition =" $(Platform) == 'Win32'" >$(VCRedistDir)x86\</VCRedistDir >
170170 <VCRedistDir Condition =" $(Platform) != 'Win32'" >$(VCRedistDir)$(Platform)\</VCRedistDir >
171171 </PropertyGroup >
172-
173172 <ItemGroup Condition =" $(VCInstallDir) != ''" >
174173 <VCRuntimeDLL Include =" $(VCRedistDir)\Microsoft.VC*.CRT\vcruntime*.dll" />
174+ <VCRuntimeDLL Include =" $(VCRedistDir)\Microsoft.VC*.CRT\msvcp*0.dll" />
175+ <VCRuntimeDLL Include =" $(VCRedistDir)\Microsoft.VC*.CRT\msvcp*0_1.dll" />
176+ <VCRuntimeDLL Include =" $(VCRedistDir)\Microsoft.VC*.CRT\concrt*.dll" />
175177 </ItemGroup >
176-
177- <Error Text =" vcruntime14*.dll not found under $(VCInstallDir)" Condition =" @(VCRuntimeDLL) == ''" />
178+ <Error Text =" vcruntime*.dll, msvcp*.dll, or concrt*.dll not found under $(VCInstallDir)" Condition =" @(VCRuntimeDLL) == ''" />
178179 <Message Text =" VCRuntimeDLL: @(VCRuntimeDLL)" Importance =" high" />
179180 </Target >
180181</Project >
You can’t perform that action at this time.
0 commit comments