-
Notifications
You must be signed in to change notification settings - Fork 146
Building, Testing and Debugging the Sources
Oleg Tkachenko edited this page Dec 5, 2015
·
2 revisions
master is our primary development branch (the only branch currently). This is where you should work and submit pull requests.
- Visual Studio 2015 with Update 1. Update 1 is recommended, but RTM should be fine for now.
- Visual Studio 2015 Extensibility Tools. If you already installed Visual Studio, choose "Modify" from the Programs and Features control panel, and check "Visual Studio Extensibility".
- Clone https://github.com/Microsoft/VS-PPT.git
- Open ProPowerTools.Open.sln
Note: currently we don't support developing Productivity Power Tools when you have official Productivity Power Tools build installed, so please uninstall it first
Unit tests can be run directly from Visual Studio. Just "Test/Run/All Tests".
As usual, when you build the solution the extensions are being deployed into the Experimental instance of Visual Studio. So to try out or debug your changes just hit F5.
Please see Contributing Code for details on contributing changes back to the code.