websitepanel/WebsitePanel.HyperV.Utils
2011-07-13 16:07:32 -07:00
..
Lib Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
Sources Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
Readme.htm Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
ReleaseNotes.htm Initial project's source code check-in. 2011-07-13 16:07:32 -07:00

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>WebsitePanel Hyper-V Utils - Readme</title>
</head>
<body>
 
    <h1>
        WebsitePanel Hyper-V Utils - Readme</h1>
    <p>
        WebsitePanel Hyper-V Utils is a simple command-line utility to perform the 
        following operations:</p>
    <ul>
        <li>Mount VHD</li>
        <li>Unmount VHD</li>
    </ul>
 
    <h2>
        License</h2>
    <p>
        WebsitePanel Hyper-V Utils is released under BSD license. Please see LICENSE.txt file in the 
        root folder of this project.</p>
 
    <h2>
        Project Structure</h2>
    <p>
        The project has the following folders structure:</p>
    <ul>
        <li><strong>\Trunk</strong> - project version currently in development<ul>
            <li><strong>\Sources</strong> - project source codes. Each solution project is 
                placed in its own sub-folder. All solution files are placed in the root of this 
                folder.<ul>
                    <li>Solution1.sln</li>
                    <li>Solution2.sln</li>
                    <li>ProjectName.build - MS Build file for the entire project</li>
                </ul>
            </li>
            <li><strong>\Lib</strong> - all referenced 3rd-party assemblies required to build 
                the solution are placed in this folder.</li>
            <li><strong>\Docs</strong> - project documentation<ul>
                <li><strong>\Developer</strong> - technical documentation (specs, diagrams, POCs, 
                    etc.) for developers working on the project</li>
                <li><strong>\User</strong> - user-related documentation (user guides, how-tows, 
                    etc.) for end-users using the product</li>
                </ul>
            </li>
            <li><strong>\Build</strong> - optional folder containing solution assemblies that 
                are referenced from other projects</li>
            </ul>
        </li>
        <li><strong>\Releases</strong> - contains all project releases</li>
        <li><strong>\Branches</strong> - contains project branches for proof-of-concepts, 
            new development, bug fixing, etc.</li>
        <li><strong>LICENSE.txt</strong> - project license</li>
        <li><strong>Readme.htm</strong> - the file you are reading right now</li>
        <li><strong>ReleaseNotes.htm</strong> - project release notes</li>
    </ul>
    <h2>
        Build How-To</h2>
    <p>
        Open WebsitePanel.HyperV.Utils.sln solution in Visual Studio 2010 and build it.</p>
    
</body>
</html>