简体   繁体   English

Visual Studio-创建->没有ProjectTemplate的“新建项目”对话框

[英]Visual Studio - Create -> New Project Dialog without ProjectTemplate

I'm working a bit on CodeGeneration and Visual Studio integration- -> And I need some help... 我正在研究CodeGeneration和Visual Studio集成-->我需要一些帮助...

Since I`m working on it, most of the time I used Visual Studios vsix-projects and ProjectTemplates to create new ProjectTemplates as Visual Studio Extension. 自从我开始研究以来,大多数时候我都使用Visual Studios vsix-projects和ProjectTemplates创建新的ProjectTemplates作为Visual Studio Extension。

But know I'm wondering if it's possible to create a "Add new Project" Dialog without using a ProjectTemplates in the vsix. 但是知道我想知道是否有可能在vsix中不使用ProjectTemplates的情况下创建“添加新项目”对话框。 Cause I don't want to a have a"standard" project in my solution which is automatically created from the template. 原因我不想在解决方案中有一个从模板自动创建的“标准”项目。 I just want to call a Wizard which simply implements the IWizard interface and does all the solution creation process. 我只想调用一个向导,该向导仅实现IWizard接口并完成所有解决方案创建过程。

So, is there a possibility to create a "New Project" entry without having a ProjectTemplate ? 因此,是否有可能在没有ProjectTemplate的情况下创建“新项目”条目?

Hope you can guess what I'm trying to say ;-) 希望你能猜到我想说的;-)

Thanks for your help :-) 谢谢你的帮助 :-)

[Edit-----------------------------------------------------------------------------------------------------------------] [编辑 - - - - - - - - - - - - - - - - - - - - - - - - -------------------------------------------------- ---------------]

To make my explanation easier to understand.. Sorry guys... 为了让我的解释更容易理解。对不起,各位...

This is the normal ProjectTemplate process with a wizard (IWizard) 这是带有向导的常规ProjectTemplate过程(IWizard) 在此处输入图片说明

What I'm trying to do is something like this 我想做的是这样的 在此处输入图片说明

If you are willing to create blank solutions try this - 如果您愿意创建空白解决方案,请尝试以下方法-

New Project >> Other Project Types >> Visual Studio Solutions >> Blank Solution

在此处输入图片说明

The solution will be blank - 解决方案将为空白-

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Visual Studio 2013中的“新建项目”对话框中缺少项目模板 - Missing project templates in “New Project” dialog box in Visual Studio 2013 无法在Visual Studio 2013中创建新的Web项目 - Unable to create a new web project in Visual Studio 2013 Visual Studio for Mac 不允许我创建新的 forms 项目 - Visual Studio for Mac is not letting me create a new forms project Visual Studio 2017 Pro - XAML 设计器因创建新项目而崩溃 - Visual Studio 2017 Pro - XAML Designer crashes by create a new Project 是否可以在visual studio 2013 update 2中创建一个新的Windows Phone 8项目? - Is it possible to create a new windows phone 8 project in visual studio 2013 update 2? 如何添加 C# 扩展以在 Visual Studio 中创建新项目 - How to add C# extension to create a new project in visual studio 如何使用 Visual Studio Code 创建新的可执行 C# 项目 - How to create a new executable C# project with Visual Studio Code 在Visual Studio中将数据库创建为新的数据库项目,然后将其用作测试数据库 - Create Database in Visual Studio as a new database project and then use it as a test database 以编程方式创建Visual Studio项目 - Create a Visual Studio project programmatically 如何以编程方式在Visual Studio项目中生成新的Visual Studio项目? - How to Generate a New Visual Studio Project in a Visual Studio Project Programmatically?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM