Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You may have to manually modify the SortOrder on the Item templates yourself. You can do this by following these directions:</p> <p>1) Find the Item Template(s)</p> <p>Item Templates for VS2005 are stored in the following locations:</p> <p><code></p> <pre><code> (Installed Templates) &lt;VisualStudioInstallDir&gt;\Common7\IDE\ItemTemplates\Language\Locale\ (Custom Templates) My Documents\Visual Studio 2005\Templates\ItemTemplates\Language\ </code></pre> <p></code></p> <p>2) Open the template zip file to modify the .vstemplate file.</p> <p>Each Item Template is stored in a .zip file, so you will need to open the zip file that pertains to the template you want to modify.</p> <p>Open the template's .vstemplate file and find the SortOrder property under the TemplateData section. The following is a sample file:</p> <p><code></p> <p>&lt;TemplateData&gt;<br/> &lt;Name&gt;SomeITem&lt;/Name&gt;<br/> &lt;Description&gt;Description&lt;/Description&gt;<br/> &lt;ProjectType&gt;&gt;CSharp&lt;/ProjectType&gt;<br/> <strong>&lt;SortOrder&gt;1000&lt;/SortOrder&gt;</strong><br/> &lt;DefaultName&gt;&lt;/DefaultName&gt;<br/> &lt;ProvideDefaultName&gt;true&lt;/ProvideDefaultName&gt;<br/> &lt;/TemplateData&gt;<br/></p> <p></code></p> <p>Modify the SortOrder value using the following rules:</p> <ul> <li>The default value is 100, and all values must be multiples of 10.</li> <li>The SortOrder element is ignored for user-created templates. All user-created templates are sorted alphabetically.</li> <li>Templates that have low sort order values appear in either the New Project or New Add Item dialog box before templates that have high sort order values.</li> </ul> <p>Once you've made edits to the template definitions you'll need to open a command prompt and navigate to the directory that contains devenv.exe, and type "devenv /setup". This presumably rebuilds some internal settings and until you do this you won't see any difference.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload