OK, now that I see the context what you are trying to do. This approach won't work simply because of 2 things:
1. IfcProject (which information partially comes from Project Information) is neither subtype of IfcElement nor IfcElementType and therefore the User Defined Pset definition will not apply to IfcProject
2. Parameters attached to the Project Information are not exported anywhere to IFC except for a few pre-defined ones.
For Address information to be exported, you can actually use the export setting (Address Information) dialog. But this only addresses the Project Address that will be attached to IfcSite or IfcBuilding.
In IFC4 export, you may do the following using IfcGeographicElement to represent the Site and attached with the user-defined propertyset as you define:
1. Create the site geometry using Topography surface
2. Set IfcExportAs = IfcGeographicElement.TERRAIN
3. Override the container to site: IfcSpatialContainer = IFCSITE
4. Assign the properties (for Pset "Contact IFC Parameters") to the Topography
5. Export to IFC4 Reference View and set the user-defined propertyset definition to "IFC User Defined Parameter Mappings.txt"
I attached the modified revit file and the exported IFC4 file.
Unfortunately this will work in IFC4 only since IfcGeographicElement is only defined in IFC4. However if you wish to export the model in IFC2x3, you will get a similar result, except that the Topography will be exported as IfcBuildingElementProxy.