Skip to content

Setting Up Visual Studio

Daniel Di Sarli edited this page Aug 2, 2014 · 7 revisions

This is how to setup Visual Studio Ultimate 2013 for Paint.js development.

Installation

  1. Install Visual Studio 2013 Update 2 or newer (see here for all the updates released).
  2. Install Web Essentials.

Project Setup

Visual Studio project files are already included in the repository and, in the most part, configured. You just need to specify how to execute Paint.js when you click Run.

Open Paint.js.csproj with Visual Studio. Configure a run behavior as following:

  1. Go to Project -> Paint.js Properties... -> Web
  2. Set "Start Action" to "Start external program". Type the path of the node-webkit executable, and set the src folder as the command line arguments.