red-gate / XmlDoc2CmdletDoc

Create cmdlet XML help files from XML doc comments
Other
64 stars 24 forks source link

Support binary modules that specifically target 32-bit or 64-bit architectures #32

Closed ChrisLambrou closed 7 years ago

ChrisLambrou commented 7 years ago

Addresses #31 by making XmlDoc2CmdletDoc.exe prefer the 64-bit runtime rather than the 32-bit runtime, and providing an additional XmlDoc2CmdletDoc32.exe that requires the 32-bit runtime. The MSBuild task the targets the appropriate executable depending on the PlatformTarget property of the consuming MSBuild project.