Skip to content

Instantly share code, notes, and snippets.

@binhtq1987
binhtq1987 / Sample.tt
Created August 9, 2021 07:45 — forked from tpluscode/Sample.tt
OWL => C# T4 template
<# // Create exact file grouped with your OWL/XML file. See example below of csproj structure #>
<#@ assembly name="System.Core" #>
<#@ assembly name="System.Xml" #>
<#@ import namespace="System.Xml" #>
<#@ include file="Vocabulary.tt" #><#
CreateVocabulary();
#>