diff options
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2012-05-19 21:10:14 (GMT) |
---|---|---|
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2012-05-19 21:10:14 (GMT) |
commit | c45ea9ebc774d46260230a76e5b8c3c1de020250 (patch) | |
tree | d7d15cba51f5f49bb73c99a2822fb8ef8597d7d9 /PCbuild/x64.props | |
parent | 7fc570a51e6d8647d73e152721b2e72add72d134 (diff) | |
download | cpython-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.props | 2 |
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> |