Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Last active December 10, 2015 23:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wullemsb/4512041 to your computer and use it in GitHub Desktop.
Save wullemsb/4512041 to your computer and use it in GitHub Desktop.
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Item">
<TemplateData>
<DefaultName>app.encryptedconfig</DefaultName>
<Name>Encrypted Config</Name>
<Description>Encrypted Config</Description>
<ProjectType>CSharp</ProjectType>
<SortOrder>10</SortOrder>
<Icon>__TemplateIcon.ico</Icon>
</TemplateData>
<WizardExtension>
<Assembly>Microsoft.VSDesigner, Version=10.0.0.0, Culture=Neutral, PublicKeyToken=b03f5f7f11d50a3a</Assembly>
<FullClassName>Microsoft.VSDesigner.ProjectWizard.ItemPropertyWizard</FullClassName>
</WizardExtension>
<TemplateContent>
<References />
<ProjectItem SubType="" TargetFileName="$fileinputname$.encryptedconfig" ReplaceParameters="false" CustomTool="EncryptedConfigGenerator">app.encryptedconfig</ProjectItem>
</TemplateContent>
</VSTemplate>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment