ApplicationResourceFiles element (Solution)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the application resource files to include in the solution.
<ApplicationResourceFiles>
<ApplicationResourceFile
Location=string/>
<App_GlobalResourceFile
Location=string/>
</ApplicationResourceFiles>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child elements
Parent elements
Remarks
Use this element to deploy binary resources to an Internet Information Services (IIS) website used by a SharePoint Foundation Web Application. Files specified by ApplicationResourceFile child elements are deployed to a virtual directory named wpresources
. Files specified by App_GlobalResourceFile child elements are deployed to a virtual directory named App_GlobalResources
.