Line | |
---|
1 | <#@ template inherits="Microsoft.VisualStudio.TextTemplating.VSHost.ModelingTextTransformation" #>
|
---|
2 | <#@ output extension=".vstemplate" #>
|
---|
3 | <#@ Dsl processor="DslDirectiveProcessor" requires="fileName='..\..\Dsl\DslDefinition.dsl'" #>
|
---|
4 | <!--DSL Tools Language Template-->
|
---|
5 | <VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
---|
6 | <TemplateData>
|
---|
7 | <TemplateID>{c2145997-1751-4c11-8cf6-a724b6a496d1}</TemplateID>
|
---|
8 | <Name Package="{<#= this.Dsl.PackageGuid #>}" ID="103"/>
|
---|
9 | <Description Package="{<#= this.Dsl.PackageGuid #>}" ID="102"/>
|
---|
10 | <Icon Package="{<#= this.Dsl.PackageGuid #>}" ID="201" />
|
---|
11 | <ProjectType>CSharp</ProjectType>
|
---|
12 | <SortOrder>360</SortOrder>
|
---|
13 | <DefaultName><#= this.Dsl.Name #>.<#=this.Dsl.Editor.FileExtension#></DefaultName>
|
---|
14 | </TemplateData>
|
---|
15 | <TemplateContent>
|
---|
16 | <ProjectItem TargetFileName="$fileinputname$.<#=this.Dsl.Editor.FileExtension#>"><#=this.Dsl.Editor.FileExtension#>.<#=this.Dsl.Editor.FileExtension#></ProjectItem>
|
---|
17 | <ProjectItem TargetFileName="$fileinputname$.<#=this.Dsl.Editor.FileExtension#>.diagram"><#=this.Dsl.Editor.FileExtension#>.diagram</ProjectItem>
|
---|
18 | </TemplateContent>
|
---|
19 | </VSTemplate>
|
---|
20 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.