From 6ed63f31e9ca137b543cbaa5a7a61224c8a1e659 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Sun, 24 Jul 2016 18:03:22 -0700 Subject: Fixes default intermediate directory when building on Windows. --- PCbuild/pyproject.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 05473fd..d1ac998 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -5,7 +5,7 @@ 10.0 $(BuildPath) $(OutDir)\ - $(SolutionDir)obj\ + $(MSBuildThisFileDirectory)obj\ $(Py_IntDir)\$(ArchName)_$(Configuration)\$(ProjectName)\ $(Py_IntDir)\$(ArchName)_PGO\$(ProjectName)\ $(ProjectName) -- cgit v0.12