Mineplex2018-withcommit/Website/packages/T4Scaffolding.1.0.6/tools/CustomScaffolder/DefaultT4Template.vb.t4

9 lines
464 B
Plaintext
Raw Normal View History

2013-08-27 17:14:08 +02:00
<#@ template language="C#" HostSpecific="True" inherits="DynamicTransform" #>
<#@ Output Extension="vb.t4" #>
<#= "<" #>#@ Template Language="C#" HostSpecific="True" Inherits="DynamicTransform" #<#= ">" #>
<#= "<" #>#@ Output Extension="vb" #<#= ">" #>
Namespace <#= "<" #>#= Model.Namespace #<#= ">" #>
Public Class ExampleOutput
' Example model value from scaffolder script: <#= "<" #>#= Model.ExampleValue #<#= ">" #>
End Class
End Namespace