<div dir="ltr">Hi,<div>I'm trying to figure out if it's possible to add user defined XML entries to the project config section of a visual studio file.  From what I can see it's not, but maybe someone here know of a code path I haven't come across.</div><div><br></div><div>Specifically, I'm trying to add these tags:</div><div><br></div><div><div><CodeAnalysisRuleSet>..\..\add-in.ruleset</CodeAnalysisRuleSet></div><div>    <RunCodeAnalysis>true</RunCodeAnalysis></div></div><div><br></div><div>These are added on a per-config basis.  From what I can see, per-config tags are added via Flag arguments, which are hard coded into the source.  Basically, I need to get some data into the FlagMap written by</div><div><br></div><div><div>void cmVisualStudioGeneratorOptions::OutputFlagMap(std::ostream& fout,</div><div>                                                   const char* indent)</div></div><div><br></div><div>The tags written in its calling function (cmVisualStudio10TargetGenerator::WriteMSToolConfigurationValuesManaged) are also hard coded, so I believe this is the only place possible for dynamically generating tags.</div><div><br></div><div><br></div><div>Any ideas?</div><div><br></div><div>thanks!</div><div>wes</div><div><br></div><div><br></div></div>