Difference between revisions of "Solution Manager"

From wiki.visual-prolog.com

(init)
 
(panes)
Line 8: Line 8:


The '''Solution Editing''' section is used to add and remove projects/directories.  The '''Project Actions''' are used to build projects of open the coprresponding project in an IDE.
The '''Solution Editing''' section is used to add and remove projects/directories.  The '''Project Actions''' are used to build projects of open the coprresponding project in an IDE.
The top pane of the solution manager shows the projects in the solution, and the lower pane shows a log of what has taken place, inlcuding the a log of build processes.


[[Category:Tools]]
[[Category:Tools]]

Revision as of 13:30, 5 August 2014

A solution is a collection of Visual Prolog projects. The solution manager is a tool that maintains solutions and can assist with various tasks. Notably it can build all the projects in the solution in a single operation.

Solutions are stored in *.vipsln files. Solution files can either be:

  • a collection of explicitly specified Visual Prolog project files, or
  • a collection of directories, implicitly specifying all projects in subdirectories of these diectories

SolutionManager.png

The Solution Editing section is used to add and remove projects/directories. The Project Actions are used to build projects of open the coprresponding project in an IDE.

The top pane of the solution manager shows the projects in the solution, and the lower pane shows a log of what has taken place, inlcuding the a log of build processes.