summaryrefslogtreecommitdiffstats
path: root/PCbuild/x64.props
diff options
context:
space:
mode:
authorKristján Valur Jónsson <kristjan@ccpgames.com>2012-05-19 21:10:14 (GMT)
committerKristján Valur Jónsson <kristjan@ccpgames.com>2012-05-19 21:10:14 (GMT)
commitc45ea9ebc774d46260230a76e5b8c3c1de020250 (patch)
treed7d15cba51f5f49bb73c99a2822fb8ef8597d7d9 /PCbuild/x64.props
parent7fc570a51e6d8647d73e152721b2e72add72d134 (diff)
downloadcpython-c45ea9ebc774d46260230a76e5b8c3c1de020250.zip
cpython-c45ea9ebc774d46260230a76e5b8c3c1de020250.tar.gz
cpython-c45ea9ebc774d46260230a76e5b8c3c1de020250.tar.bz2
Clean up the PCBuild project files, removing redundant settings and
use "references" to link to dependent projects. Update readme and batch files.
Diffstat (limited to 'PCbuild/x64.props')
-rw-r--r--PCbuild/x64.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/x64.props b/PCbuild/x64.props
index e43ff9d..5f26e68 100644
--- a/PCbuild/x64.props
+++ b/PCbuild/x64.props
@@ -6,7 +6,7 @@
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<_PropertySheetDisplayName>amd64</_PropertySheetDisplayName>
- <OutDir>$(SolutionDir)\amd64\</OutDir>
+ <OutDir>$(SolutionDir)amd64\</OutDir>
<IntDir>$(SolutionDir)$(PlatformName)-temp-$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup>