sidewaffle

How to handle VSTO prerequisites in SideWaffle project template

本小妞迷上赌 提交于 2019-12-11 20:10:33
问题 I'm building a VSTO project template with SideWaffle following the video from: How to create Visual Studio project templates with TemplateBuilder and SideWaffle I added an existing (new) stub VSTO project, set it not to build in both debug and release, but when I hit Ctrl+F5 to launch the Experimental VS instance I get the following three build errors: Could not copy the file "c:\users\john\documents\visual studio 2013\Projects\VisioVstoTemplate\VisioVstoTemplate\.NETFramework,Version=v4.5"

Add Nuget packages to a multi-project Sidewaffle template

元气小坏坏 提交于 2019-12-08 03:58:07
问题 I have a basic multi-project template created with Sidewaffle in VS2013 as per the guide here; https://github.com/ligershark/side-waffle/wiki/How-to-create-a-multi-project-template I'm struggling to find accurate steps to add all the NuGet dependencies to my templated sub projects. The instructions from the following are seemingly out of date and refer to a prior VSIX format (VS 2013 is using v2.0); http://docs.nuget.org/create/packages-in-visual-studio-templates I'm guessing my sub templates

Add Nuget packages to a multi-project Sidewaffle template

ぃ、小莉子 提交于 2019-12-06 06:02:22
I have a basic multi-project template created with Sidewaffle in VS2013 as per the guide here; https://github.com/ligershark/side-waffle/wiki/How-to-create-a-multi-project-template I'm struggling to find accurate steps to add all the NuGet dependencies to my templated sub projects. The instructions from the following are seemingly out of date and refer to a prior VSIX format (VS 2013 is using v2.0); http://docs.nuget.org/create/packages-in-visual-studio-templates I'm guessing my sub templates should have all their nuget packages and references removed prior to making them into a template. Then