CodeCopy

September 10, 2009

Item Templates (Visual Studio 2005+)

Filed under: c#,Visual Studio — mazzoo @ 07:45
Tags: , , , ,

Create a new file.

Follow the guidelines shown below

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace $rootnamespace$
{
public class $safeitemrootname$
{
$safeitemrootname$()
{
}
}
}

Hit File –> Export Template

Follow the wizard.

A zip file will be generated, distribute this zip file to deploy the item template to others. The file must be located at:

C:\Users\USERNAME\Documents\Visual Studio XXXX\Templates\ItemTemplates\

Theme: Rubric. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.