I have a manifest XML (see below) that I want to update the title and description elements. I would like to do it as part of a pre-build event in Visual Studio 2010.

Does anyone have a sample of doing this?

<Feature xmlns="http://schemas.microsoft.com/sharepoint/" Title="jQuery 1.6.4 - version ##.##.##" Description="Deploy jQuery for use in UI design" Id="0aa81236-982d-44eb-8640-461d48b8ac00" ImageUrl="_urs/urs_50x17.jpg" ImageUrlAltText="URS" Scope="Site">
  <ElementManifests>
    <ElementManifest Location="Element\Elements.xml" />
  </ElementManifests>
</Feature>

Thanks in advance!

link|improve this question
There has to me someone that has updated an XML config file during a build... – Steven Fowler Nov 9 '11 at 16:04
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.