-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPowerTagFormats.ps1xml
More file actions
executable file
·38 lines (38 loc) · 1.22 KB
/
PowerTagFormats.ps1xml
File metadata and controls
executable file
·38 lines (38 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<ViewDefinitions>
<View>
<Name>AudioTag</Name>
<ViewSelectedBy>
<TypeName>PowerTag.AudioTag</TypeName>
</ViewSelectedBy>
<TableControl>
<AutoSize/>
<TableHeaders>
<TableColumnHeader></TableColumnHeader>
<TableColumnHeader></TableColumnHeader>
<TableColumnHeader></TableColumnHeader>
<TableColumnHeader></TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>Title</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Artists</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Album</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Filename</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</Configuration>