summaryrefslogtreecommitdiff
path: root/PCbuild/xxlimited.vcxproj
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-05-14 12:22:08 +0200
committerMartin v. Löwis <martin@v.loewis.de>2012-05-14 12:22:08 +0200
commite8af53d018f55072b696c6f2208a6b4fa331a2ee (patch)
treee67a156360ad9df387a8f8c97996fc7aef729683 /PCbuild/xxlimited.vcxproj
parent6d7c9f329761a8a1c9c3019ee1af8aeda2c69fde (diff)
downloadcpython-git-e8af53d018f55072b696c6f2208a6b4fa331a2ee.tar.gz
Fix release build settings.
Diffstat (limited to 'PCbuild/xxlimited.vcxproj')
-rw-r--r--PCbuild/xxlimited.vcxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/PCbuild/xxlimited.vcxproj b/PCbuild/xxlimited.vcxproj
index 241177fcde..fa322640e7 100644
--- a/PCbuild/xxlimited.vcxproj
+++ b/PCbuild/xxlimited.vcxproj
@@ -121,8 +121,6 @@
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.pyd</TargetExt>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(PlatformName)-pgo\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(PlatformName)-temp-pgi\$(ProjectName)\</IntDir>
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDirPGI)\</OutDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(PlatformName)-temp-pgi\$(ProjectName)\</IntDir>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'">.pyd</TargetExt>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'">.pyd</TargetExt>
</PropertyGroup>