In MSBuild I have a property which value is Name_Something. How can I get name part of this property.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
With MSBuild 4
If you use MSBuild 4, you could use the new and shiny property functions.
With MSBuild < 4
You could use the
RegexReplacetask of MSBuild Community Task