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.
1 parent df450d1 commit 6ed63f3Copy full SHA for 6ed63f3
1 file changed
PCbuild/pyproject.props
@@ -5,7 +5,7 @@
5
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
6
<OutDir>$(BuildPath)</OutDir>
7
<OutDir Condition="!HasTrailingSlash($(OutDir))">$(OutDir)\</OutDir>
8
- <Py_IntDir Condition="'$(PyIntDir)' == ''">$(SolutionDir)obj\</Py_IntDir>
+ <Py_IntDir Condition="'$(Py_IntDir)' == ''">$(MSBuildThisFileDirectory)obj\</Py_IntDir>
9
<IntDir>$(Py_IntDir)\$(ArchName)_$(Configuration)\$(ProjectName)\</IntDir>
10
<IntDir Condition="$(Configuration) == 'PGInstrument' or $(Configuration) == 'PGUpdate'">$(Py_IntDir)\$(ArchName)_PGO\$(ProjectName)\</IntDir>
11
<TargetName Condition="'$(TargetName)' == ''">$(ProjectName)</TargetName>
0 commit comments