vscode-vsce/resources/[Content_Types].xml
2015-11-17 22:16:06 +01:00

4 lines
No EOL
252 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
<% _.forEach(contentTypes, function (e) { %><Default Extension="${ e.extension }" ContentType="${ e.contentType }"/><% }); %>
</Types>