TFS.Project.ps1xml

<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
    <ViewDefinitions>
    <View>
            <Name>Default</Name>
            <ViewSelectedBy>
                <TypeName>TFS.Project</TypeName>
            </ViewSelectedBy>
            <TableControl>
                <TableRowEntries>
                    <TableRowEntry>
                        <TableColumnItems>
                            <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem>
                            <TableColumnItem> <PropertyName>Description</PropertyName> </TableColumnItem>
                            <TableColumnItem> <PropertyName>Revision</PropertyName> </TableColumnItem>
                            <TableColumnItem> <PropertyName>Id</PropertyName> </TableColumnItem>
                        </TableColumnItems>
                    </TableRowEntry>
                </TableRowEntries>
            </TableControl>
        </View>
    </ViewDefinitions>
</Configuration>