vscode-vsce/resources/[Content_Types].xml

4 lines
252 B
XML
Raw Normal View History

2015-09-17 21:53:03 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
2015-10-14 11:18:34 +02:00
<% _.forEach(contentTypes, function (e) { %><Default Extension="${ e.extension }" ContentType="${ e.contentType }"/><% }); %>
2015-09-17 21:53:03 +02:00
</Types>