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.
There was an error while loading. Please reload this page.
2 parents 86da524 + f52f527 commit ad2c43bCopy full SHA for ad2c43b
1 file changed
PCbuild/pyproject.props
@@ -2,7 +2,7 @@
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
<PropertyGroup Label="UserMacros">
4
<PyDllName>python33$(PyDebugExt)</PyDllName>
5
- <PythonExe>$(SolutionDir)python$(PyDebugExt).exe</PythonExe>
+ <PythonExe>$(OutDir)python$(PyDebugExt).exe</PythonExe>
6
<KillPythonExe>$(OutDir)kill_python$(PyDebugExt).exe</KillPythonExe>
7
<externalsDir>..\..</externalsDir>
8
<sqlite3Dir>$(externalsDir)\sqlite-3.7.12</sqlite3Dir>
0 commit comments