Click or drag to resize

ProjectGenerator Class

Generates a VisualStudio Solution from a given ExtensionProject object
Inheritance Hierarchy
SystemObject
  Hummingbird.TestFramework.CodeGeneratorProjectGenerator

Namespace:  Hummingbird.TestFramework.CodeGenerator
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static class ProjectGenerator

The ProjectGenerator type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBuildProject
Builds the C# Project from the given .csproj file
Public methodStatic memberGenerateProject
Generates a Visual Studio C# project from the extension project object
Top
See Also