0

アイテムテンプレートを作ってみました。zip に、ファイルmodule.cpp、、および. vstemplate ファイルは次のとおりです。module.hmodule.icomodule.vstemplate

<VSTemplate Type="Item" Version="2.0.0"
    xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
    <TemplateData>
        <Name>C++ cpp/h pair (st)</Name>
        <Description></Description>
        <Icon>module.ico</Icon>
        <ProjectType>VisualC</ProjectType>
        <DefaultName>MyClass</DefaultName>
    </TemplateData>
    <TemplateContent>
        <ProjectItem TargetFileName="$fileinputname$.cpp">module.cpp</ProjectItem>
        <ProjectItem TargetFileName="$fileinputname$.h">module.h</ProjectItem>
    </TemplateContent>
</VSTemplate>

これを「カスタムアイテムテンプレート」ディレクトリにコピーしました(システム全体のものではありません):Documents\Visual Studio 2010\Templates\ItemTemplates\VisualC\module.zip

VisualC フォルダがありませんでした。システム全体のテンプレート ディレクトリに VisualC というフォルダがあったので作成しました。

VSを再起動しようとしました。念のため、「devenv /installvstemplates」も試しました。

4

1 に答える 1