Skip to content
Eric Woodruff edited this page Jan 19, 2015 · 12 revisions

Welcome to the EWSoftware ImageMaps project developer Wiki.

System Requirements

In order to use the EWSofware Image Map Library you will need Visual Studio 2010 or later.

In order to build the source code you will need the following tools:

  • Required:
    • Visual Studio 2010 SP1 or later. Required to build the projects for the library and demos.
  • Optional:

Folder Layout

Demos - This folder contains web and Windows Forms demos in C# and VB.NET.

Deployment - This folder contains the deployment resources (the libraries and help file resulting from the build).

Doc - This folder contains the documentation project for the library.

NuGet - The files used to generate the NuGet packages.

Source - This folder contains the source code for the web and Windows forms Image Map library projects.

Building the Projects

To build the projects, open the solution files (*.sln) in each of the Source\ (required), Doc\ (optional), and Demos\ folders and build them. You can also run the MasterBuild.bat script from a command prompt to build the projects.

Clone this wiki locally