Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Generate Outputs - Will kick off the generation process to produce outputs configured in your CodeSmith Project.
  2. Manage Outputs - Gives the ability to manage your CodeSmith Project.
  3. Add Outputs
  4. Output Options - (Depicted below) Only available in Visual Studio, and allows you to control the output options after generation.
    IMAGE GOES HERE
    1. Add Outputs To Project - Will take any outputs from your CodeSmith Project and include them in your Visual Studio project.
    2. Hide Outputs - Will take any outputs of your CodeSmith Project and make them child nodes, dependant on your CodeSmith Project file (shown below).  Hidden nodes can be collapsed, and since much of the time generated code shoudln't be touched, it's a great way to hide the temptation of other developers attempting to modify the generated code.
    3. Generate On Build - A menu driven way to have your templates use Active Generation.  You can also specify the BuildAction value in the property sheet of your CodeSmith Project. (more below)

...