Skip to content

DEVELOPING WITH THE LATEST SOURCECODE

Mike Fourie edited this page May 26, 2014 · 1 revision
  1. Download the latest code
  2. Compile the version under the releases folder which you require. The easiest way is to build the applicable MainSolution, e.g. $\Releases\4.0.2.0\Main\MainSolution.sln
  3. Copy the required binaries from the $\Releases\version\Main\BuildBinaries folder to the installation folder, e.g. C:\Program Files (x86)\MSBuild\ExtensionPack
  4. You will need to add skip verification for the public key. Run the following from a .net command prompt: sn.exe -Vr *,10d297e8e737fe34
Clone this wiki locally