visual-studio-templates

Using CustomParameter with Visual Studio Multi-Project Template

拥有回忆 提交于 2019-11-27 20:03:52
I would like to be able to create a Multi-Project Template for a solution which contains the following two projects ( where the interface should include a reference to the business layer ).: <proj_name>.interface <proj_name>.business . Normally, you can include $safeprojectname$ , which has: The name provided by the user in the New Project dialog box However, as pointed out in the article Build a multi-project visual studio template The problem here is that within each child template, $safeprojectname$ represents the current project name. There needs to be a way to pass in the root

Using CustomParameter with Visual Studio Multi-Project Template

好久不见. 提交于 2019-11-26 22:51:36
问题 I would like to be able to create a Multi-Project Template for a solution which contains the following two projects ( where the interface should include a reference to the business layer ).: <proj_name>.interface <proj_name>.business . Normally, you can include $safeprojectname$, which has: The name provided by the user in the New Project dialog box However, as pointed out in the article Build a multi-project visual studio template The problem here is that within each child template,

No templates in Visual Studio 2017

放肆的年华 提交于 2019-11-26 06:37:40
问题 After a Visual Studio 2017 (RC) installation from scratch, I can\'t find a standard list of templates. I\'m specifically interested in the Console Application (C#) template and the Windows Form (C#) template . I\'m pretty sure I\'m missing one of the Individual Components. I\'m not sure which one is supposed to be installed and I don\'t want to install all of them. Please see my list with components installed. 回答1: You need to install it by launching the installer. Click the "Workload" tab*