WebsitePanel Hyper-V Utils - Readme
WebsitePanel Hyper-V Utils is a simple command-line utility to perform the
following operations:
License
WebsitePanel Hyper-V Utils is released under BSD license. Please see LICENSE.txt file in the
root folder of this project.
Project Structure
The project has the following folders structure:
- \Trunk - project version currently in development
- \Sources - project source codes. Each solution project is
placed in its own sub-folder. All solution files are placed in the root of this
folder.
- Solution1.sln
- Solution2.sln
- ProjectName.build - MS Build file for the entire project
- \Lib - all referenced 3rd-party assemblies required to build
the solution are placed in this folder.
- \Docs - project documentation
- \Developer - technical documentation (specs, diagrams, POCs,
etc.) for developers working on the project
- \User - user-related documentation (user guides, how-tows,
etc.) for end-users using the product
- \Build - optional folder containing solution assemblies that
are referenced from other projects
- \Releases - contains all project releases
- \Branches - contains project branches for proof-of-concepts,
new development, bug fixing, etc.
- LICENSE.txt - project license
- Readme.htm - the file you are reading right now
- ReleaseNotes.htm - project release notes
Build How-To
Open WebsitePanel.HyperV.Utils.sln solution in Visual Studio 2010 and build it.