diff options
Diffstat (limited to 'PETools/Get-LibSymbols.format.ps1xml')
-rw-r--r-- | PETools/Get-LibSymbols.format.ps1xml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/PETools/Get-LibSymbols.format.ps1xml b/PETools/Get-LibSymbols.format.ps1xml deleted file mode 100644 index 5d4d848..0000000 --- a/PETools/Get-LibSymbols.format.ps1xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<Configuration> - <ViewDefinitions> - <View> - <Name>SymbolTypeView</Name> - <ViewSelectedBy> - <TypeName>COFF.SymbolInfo</TypeName> - </ViewSelectedBy> - <ListControl> - <ListEntries> - <ListEntry> - <ListItems> - <ListItem> - <PropertyName>SymbolType</PropertyName> - </ListItem> - <ListItem> - <PropertyName>Module</PropertyName> - </ListItem> - <ListItem> - <PropertyName>DecoratedName</PropertyName> - </ListItem> - <ListItem> - <PropertyName>UndecoratedName</PropertyName> - </ListItem> - </ListItems> - </ListEntry> - </ListEntries> - </ListControl> - </View> - </ViewDefinitions> -</Configuration> |