forked from PSKeePass/PoShKeePass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PoShKeePass.format.ps1xml
34 lines (34 loc) · 1.37 KB
/
PoShKeePass.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
33
34
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<ViewDefinitions>
<View>
<Name>PSKeePass.Entry</Name>
<ViewSelectedBy>
<TypeName>PSKeePass.Entry</TypeName>
</ViewSelectedBy>
<TableControl>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>Title</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>UserName</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Password</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>FullPath</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Notes</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</Configuration>