Hi,
I am working on an application that parses a .csproj file. It needs to add an additional value to the <NoWarn>
property if it exists. In the event that the property does not exist I want the application to add this property with its value to the specified parent node. How can I achieve this? I am using LINQ-to-XML to parse the project file.