Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4641df commit d3c6461Copy full SHA for d3c6461
1 file changed
PC/layout/support/python.props
@@ -30,6 +30,7 @@
30
<Target Name="$$PYTHON_TARGET$$" Returns="@(PythonRuntime)">
31
<ItemGroup>
32
<_PythonRuntimeExe Include="$(PythonHome)\python*.dll" />
33
+ <_PythonRuntimeExe Include="$(PythonHome)\vcruntime*.dll" />
34
<_PythonRuntimeExe Include="$(PythonHome)\python*.exe" Condition="$(IncludePythonExe) == 'true'" />
35
<_PythonRuntimeExe>
36
<Link>%(Filename)%(Extension)</Link>
0 commit comments