You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SharePoint 2010, SharePoint 2013, and SharePoint 2016 custom PowerShell cmdlets.
3
3
4
4
# Referenced Assemblies
5
5
See [How to Build Office Developer Tools Projects with TFS Team Build 2012](https://msdn.microsoft.com/en-us/library/ff622991.aspx) for information related to using global assembly paths for project builds (Thanks to [@softwarecraft](https://github.com/softwarecraft) for the suggestion and link). If you build from a machine without SharePoint installed then you'll also need to make sure the correct version of the Microsoft.SharePoint.PowerShell assembly and any dependent assemblies are loaded into memory if you want the help files to get generated (I recommend just using a machine with SharePoint installed on it).
@@ -20,12 +20,9 @@ The SharePoint 2010 project requires access to the SharePoint 2010 (14.0.0.0) ve
20
20
* Microsoft.SharePoint.Search.dll
21
21
* Microsoft.SharePoint.Security.dll
22
22
* Microsoft.SharePoint.Taxonomy.dll
23
-
24
-
If building from a SharePoint 2013 machine then you should copy the SharePoint 2010 assemblies to a global assemblies reference folder and add the following registry key to point to the folder:
The SharePoint 2013 project requires access to the SharePoint 2013 (15.0.0.0) version of the following assemblies:
23
+
24
+
## SharePoint 2013 and 2016 Referenced Assemblies
25
+
The SharePoint 2013 (15.0.0.0) and SharePoint 2016 (16.0.0.0) project requires access to the respective versions of the following assemblies:
29
26
* Microsoft.BusinessData.dll
30
27
* Microsoft.Office.Policy.dll
31
28
* Microsoft.Office.Server.dll
@@ -41,7 +38,22 @@ The SharePoint 2013 project requires access to the SharePoint 2013 (15.0.0.0) ve
41
38
* Microsoft.SharePoint.Security.dll
42
39
* Microsoft.SharePoint.Taxonomy.dll
43
40
* Microsoft.Sharepoint.WorkflowActions.dll
44
-
45
-
If building from a SharePoint 2010 machine then you should copy the SharePoint 2013 assemblies to a global assemblies reference folder and add the following registry key to point to the folder:
If building from a SharePoint 2010 machine then you should copy the SharePoint 2016 assemblies to a global assemblies reference folder and add the following registry key to point to the folder:
If building from a SharePoint 2013 machine then you should copy the SharePoint 2016 assemblies to a global assemblies reference folder and add the following registry key to point to the folder:
If building from a SharePoint 2016 machine then you should copy the SharePoint 2013 assemblies to a global assemblies reference folder and add the following registry key to point to the folder:
0 commit comments