FunctionApp/Modules/SessionHostReplacer/xml/SessionHostReplacer.Format.ps1xml (30 lines of code) (raw):
<?xml version="1.0" encoding="utf-16"?>
<Configuration>
<ViewDefinitions>
<!-- Foo.Bar -->
<View>
<Name>Foo.Bar</Name>
<ViewSelectedBy>
<TypeName>Foo.Bar</TypeName>
</ViewSelectedBy>
<TableControl>
<AutoSize/>
<TableHeaders>
<TableColumnHeader/>
<TableColumnHeader/>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>Foo</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Bar</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</Configuration>