-
Notifications
You must be signed in to change notification settings - Fork 121
/
Copy pathformat.ps1xml
32 lines (32 loc) · 1.21 KB
/
format.ps1xml
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
<Configuration>
<ViewDefinitions>
<View>
<Name>RevokeObfuscationResult</Name>
<ViewSelectedBy>
<TypeName>RevokeObfuscation.Result</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
<TableColumnHeader />
<TableColumnHeader />
<TableColumnHeader />
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>Hash</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Obfuscated</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Source</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</Configuration>