-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
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.
- Load your project in Visual Studio.
- 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...
- Click on Browse.
- Search SemDiff.
- Select SemDiff.
- Select each project for which SemDiff will be installed.
- Click Install.
- Optional but highly recommended: Configure the project following these instructions