次のビデオに従って、SideWaffle を使用して VSTO プロジェクト テンプレートを作成しています。
TemplateBuilder と SideWaffle を使用して Visual Studio プロジェクト テンプレートを作成する方法
既存の (新しい) スタブ VSTO プロジェクトを追加し、デバッグとリリースの両方でビルドしないように設定しましたが、Ctrl+F5 を押して実験的な VS インスタンスを起動すると、次の 3 つのビルド エラーが発生します。
Could not copy the file "c:\users\john\documents\visual studio 2013\Projects\VisioVstoTemplate\VisioVstoTemplate\.NETFramework,Version=v4.5" because it was not found. VisioVstoVSIX
Could not copy the file "c:\users\john\documents\visual studio 2013\Projects\VisioVstoTemplate\VisioVstoTemplate\Microsoft.VSTORuntime.4.0" because it was not found. VisioVstoVSIX
Could not copy the file "c:\users\john\documents\visual studio 2013\Projects\VisioVstoTemplate\VisioVstoTemplate\Microsoft.Windows.Installer.4.5" because it was not found. VisioVstoVSIX
質問は次のとおりです。
- そもそもなぜこれらの前提条件が求められているのか、そして
- どうすればエラーを防ぐことができますか?
(Visual Studio 2013 Ultimate (Update 4)、SideWaffle 1.15、および TemplateBuilder 1.1.2-beta5 を使用)