Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created January 11, 2013 16:26
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/4512003 to your computer and use it in GitHub Desktop.
Save wullemsb/4512003 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>Encrypted Config.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">test.encryptedconfig</ProjectItem>
<ProjectItem SubType="" TargetFileName="$fileinputname$.config" ReplaceParameters="true">test.config</ProjectItem>
</TemplateContent>
</VSTemplate>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment