This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kristjan.jonsson
Recipients alexis, brian.curtin, eric.araujo, jackjansen, kristjan.jonsson, loewis, mhammond, sable, santoso.wijaya, tarek, tim.golden, vstinner
Date 2012-03-23.14:33:22
SpamBayes Score 0.0025060398
Marked as misclassified No
Message-id <1332513236.56.0.976975573584.issue13210@psf.upfronthosting.co.za>
In-reply-to
Content
Adding a patch containing a proposed PCBuild10 folder.
This consists of:
1) automatically updated .vcxproj and .sol files, provessed by 3) below
2) manually edited and new .props files to edit TargetName and Extension attributes
3) a vs9to10.py file to additionally process autoconverted .vcxproj files
4) edited .txt and .bat files.

Please notice how I have removed a lot of redundant settings from .vcxproj files and moved them to .props files.

This is proposed as a new top level directory, similar to what PCBuild9 used to be.  Putting stuff inside PC/VS10.0 would require a much more intensive surgery of relative paths and things.  Not very nice.
History
Date User Action Args
2012-03-23 14:33:56kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, mhammond, jackjansen, vstinner, sable, tim.golden, tarek, eric.araujo, brian.curtin, santoso.wijaya, alexis
2012-03-23 14:33:56kristjan.jonssonsetmessageid: <1332513236.56.0.976975573584.issue13210@psf.upfronthosting.co.za>
2012-03-23 14:33:55kristjan.jonssonlinkissue13210 messages
2012-03-23 14:33:55kristjan.jonssoncreate