Events
Microsoft 365 Community Conference
May 6, 2 PM - May 9, 12 AM
Skill up for the era of AI at the ultimate community-led Microsoft 365 event, May 6-8 in Las Vegas.
Learn moreThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
A solution manifest file defines the constituent parts of a solution, including its files, assemblies, code access security, web parts, Features, site definitions, and other resources.
The following example shows a solution manifest file that includes declarations for Features, site definition files, and assemblies.
<Solution SolutionId="4AFC1350-F354-4439-B941-51377E845F2B"
xmlns="http://schemas.microsoft.com/sharepoint/">
<FeatureManifests>
<FeatureManifest Location="Calls\feature.xml"/>
<FeatureManifest Location="ServiceRequest\feature.xml"/>
<FeatureManifest Location="Customers\feature.xml"/>
<FeatureManifest Location="HelpDeskCore\feature.xml"/>
</FeatureManifests>
<TemplateFiles>
<TemplateFile Location="Mobile\HelpDeskHomePage.ascx"/>
<TemplateFile Location="1033\xml\webtemphd.xml"/>
<TemplateFile Location="SiteTemplates\HelpDesk\onet.xml"/>
<TemplateFile Location="SiteTemplates\HelpDesk\default.aspx"/>
</TemplateFiles>
<Assemblies>
<Assembly DeploymentTarget="GlobalAssemblyCache"
Location="HelpDeskCoreFeatureReceiver.dll"/>
<Assembly DeploymentTarget="WebApplication"
Location="ServiceRequestValidation.dll"/>
</Assemblies>
</Solution>
The following example shows a manifest for a solution that includes two Features and three global language resource files.
<Solution SolutionId="006be6c7-623d-44e2-95af-1f91d78d060a"
xmlns="http://schemas.microsoft.com/sharepoint/">
<Assemblies>
<Assembly Location="WingtipReports.dll" DeploymentTarget="GlobalAssemblyCache" />
</Assemblies>
<RootFiles>
<RootFile Location="Resources\wingtip.resx" />
<RootFile Location="Resources\wingtip.en-US.resx" />
<RootFile Location="Resources\wingtip.es-ES.resx" />
</RootFiles>
<FeatureManifests>
<FeatureManifest Location="WeeklyStatusReport\Feature.xml" />
<FeatureManifest Location="WeeklyStatusList\Feature.xml" />
</FeatureManifests>
</Solution>
Events
Microsoft 365 Community Conference
May 6, 2 PM - May 9, 12 AM
Skill up for the era of AI at the ultimate community-led Microsoft 365 event, May 6-8 in Las Vegas.
Learn more