Fix casing on Visual Studio rule XML encoding entity

This commit is contained in:
Jason Perkins 2016-05-02 19:26:42 -04:00
parent 84dc6b6857
commit df7adbfe50

View File

@ -18,7 +18,6 @@
m.elements.project = function(r)
return {
p.xmlUtf8,
m.projectSchemaDefinitions,
m.rule,
m.ruleItem,
@ -28,6 +27,7 @@
end
function m.generate(r)
p.xmlUtf8()
p.callArray(m.elements.project, r)
p.out('</ProjectSchemaDefinitions>')
end