Generating packages using Visual Studio

The Microsoft Visual Studio IDE provides a truly high-end compiler that is used for building binaries from source code under Windows. It uses a solution file (.sln) to organize a set of projects. CMake will generate an OpenSceneGraph.sln file at the root of the build directory. Open the solution file and start building OSG with the Visual Studio compiler.