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 Alexander Riccio
Recipients Alexander Riccio, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-04-03.21:43:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585950217.81.0.411500472109.issue40145@roundup.psfhosted.org>
In-reply-to
Content
Ahh, ok. Even though I question the usefulness of manually maintaining MSBuild files instead of something like CMake, I can work with that. Is there a preferred way to do it? It looks like I can do a Condition="'$(Configuration)|$(Platform)'=='Release|x64'" and merge a bunch of things under each one.
History
Date User Action Args
2020-04-03 21:43:37Alexander Ricciosetrecipients: + Alexander Riccio, paul.moore, tim.golden, zach.ware, steve.dower
2020-04-03 21:43:37Alexander Ricciosetmessageid: <1585950217.81.0.411500472109.issue40145@roundup.psfhosted.org>
2020-04-03 21:43:37Alexander Ricciolinkissue40145 messages
2020-04-03 21:43:37Alexander Ricciocreate