Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.18 KB

File metadata and controls

23 lines (14 loc) · 1.18 KB

Home / Documentation / Prerequisites

Prerequisites

Fellow developers or those who are just curious surly want to know what is needed to compile the presented project on their own machines. This is what I used:

  1. Visual Studio 2017 Enterprise (Professional will suffice)
  2. For the project to build a DanielRuehmer_CodeSign.pfx certificate is needed within the project directory (not pushed to GitHub).

Before V1.5 R1 (19) [2016-02-27]

  1. Visual Studio 2015 Enterprise (Professional will suffice)
  2. The result of the VSPackage Builder (add-in sadly only available for VS2010)

Before V1.3 R7 (18) [2015-08-07]

  1. Visual Studio 2010 Premium (Professional will suffice)
  2. VSPackage Builder which makes extension building more comfortable
  3. Visual Studio 2010 SDK as prerequisite for VSPackage Builder

Back: Documentation / Next: History