Visual Studio 2012 の "Export Template..." を使用して、自分用に単一ファイルの C# 項目テンプレートをいくつか作成しました。ZIP ファイルが [My Exported Templates] に表示されるので、それらを Templates ディレクトリに移動できます。その後、C# コンソール アプリケーションを作成すると、テンプレートが問題なく表示されます。
ただし、これは Windows ストア アプリケーション用です。そして、Windowsストアアプリケーションに追加するためにこれらの人を作成しました. ただし、VS2012 の [項目の追加] ダイアログ ボックスでは、そこにそれらが表示されません。VS2012 が生成した XML に何か問題があると推測しています。誰でも知っていますか?
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Item">
<TemplateData>
<DefaultName>KonaViewModelWithBack.cs</DefaultName>
<Name>KonaViewModelWithBack</Name>
<Description><No description available></Description>
<ProjectType>CSharp</ProjectType>
<SortOrder>10</SortOrder>
<Icon>__TemplateIcon.ico</Icon>
</TemplateData>
<TemplateContent>
<References />
<ProjectItem SubType="Code" TargetFileName="$fileinputname$.cs" ReplaceParameters="true">ConnectToRTMViewModel.cs</ProjectItem>
</TemplateContent>
</VSTemplate>