Merged revisions 84645 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84645 | hirokazu.yamamoto | 2010-09-09 15:24:43 +0900 | 5 lines

  PCBuild cosmetic fixes.
  * pythoncore.vcproj: Fixed indentation
  * _multiprocessing.vcproj: Converted ProjectGUID to uppercase. Otherwise,
    VS8 _multiprocessing.vcproj created by vs9to8.py was modified every time
    loads it in VS8 IDE.
........
This commit is contained in:
Hirokazu Yamamoto 2010-09-09 19:57:17 +00:00
parent 78d8946d19
commit 8e0bb6a1e2
2 changed files with 9 additions and 6 deletions

View file

@ -3,7 +3,7 @@
ProjectType="Visual C++"
Version="9,00"
Name="_multiprocessing"
ProjectGUID="{9e48b300-37d1-11dd-8c41-005056c00008}"
ProjectGUID="{9E48B300-37D1-11DD-8C41-005056C00008}"
RootNamespace="_multiprocessing"
Keyword="Win32Proj"
TargetFrameworkVersion="196613"