﻿<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/" >
  <CustomAction 
    Id="UserInterfaceCustomActions.SiteActionsToolbar"
    GroupId="SiteActions"
    Location="Microsoft.SharePoint.StandardMenu"
    Sequence="1000"
    Title="Title, Description, and Icon"
    Description="Set Site properties"
    ImageUrl="_layouts/images/menuprofile.gif">
    <UrlAction Url="/_layouts/prjsetng.aspx"/>
  </CustomAction>
</Elements>
