Skip to content
Michael Rose edited this page Apr 24, 2016 · 3 revisions

#Setup

To use SemDiff, NuGet must be installed through the Visual Studio Extension Manager.

#Installation Once NuGet is installed, follow the instructions below.

  1. Load your project in Visual Studio.
  2. Open the Nuget Package Manager using either of the 2 options:
  • Go to Tools->NuGet Package Manager->Manage NuGet Packages for Solution...
  • Right click on the solution and Manage NuGet Packages...
  1. Click on Browse.
  2. Search SemDiff.
  3. Select SemDiff.
  4. Select each project for which SemDiff will be installed.
  5. Click Install.
  6. Optional but highly recommended: Configure the project following these instructions
Clone this wiki locally