通过网页从现有项目原型设计新项目的自动化 [英] Automation of prototyping new projects from existing projects via a webpage

查看:81
本文介绍了通过网页从现有项目原型设计新项目的自动化的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试找到一种简单易用的方法来复制现有的visual studio项目,并通过基于asp / web的界面自动创建具有新/更新名称的解决方案/项目的原型。我目前正在手动执行此操作...复制
目录,将解决方案,项目,引用(程序集/根目录)以及表格中的几个标签更新为更新的项目名称。这不是一个过于复杂或冗长的过程,但是我希望自动化这个过程(如果可能的话),因为我将需要制作多个原型项目,并且经常这样做。


我有一个网页,其中存储了我当前项目及其位置的列表,并尝试使用新的报告名称实现文本框输入,这将允许我选择特定项目和新名称它,然后自动将
现有项目/解决方案复制到具有更新引用的新文件夹以反映新项目名称。


这是否可以通过经典的vb  asp页面重命名项目并更新引用,而无需任何Visual Studio浏览器插件?我试图在视觉工作室的范围之外做这件事。


解决方案

嗨Elvis,


欢迎来到MSDN论坛。


根据你的描述,这个问题更多地与开发有关,据我所知,VS中没有这样的功能或工具来存档这个要求,如果你想要开发一个工具来自动化,请购买
,请重定向到这个适当的论坛:
https://forums.asp.net/ 以获得更好的支持,因为我们的论坛是讨论VS IDE,谢谢你的理解。


现在,我们只能通过导出模板向导创建项目或项目模板,但项目内的参考内容,代码是
已定义,请检查

this



最好的问候,


Sara


I'm trying to find a simple and easy means to copy an existing visual studio project, and automatically create a prototype of that solution/project with a new/updated name, via an asp/web based interface. I'm currently doing this manually... copying the directory, updating the solution, project, references (assembly/root), and a couple labels in a form to the updated project name. It's not an overly complex or lengthy process, but I'd like to automate the process (if possible) as I'll be having multiple prototype projects made and doing it quite frequently.

I have a webpage which stores a list of my current projects and their locations, and was trying to implement a textbox input with a new report name, which would allow me to select a particular project and new name for it, and then automatically copy the existing project/solution to an new folder with updated references to reflect the new project name.

Is this renaming of a project and updating of references possible via a classic vb asp page possible, without any visual studio browser plug-ins? I'm trying to do this outside the scope of visual studio.

解决方案

Hi Elvis,

Welcome to the MSDN forum.

According to your description, this issue more relates to the development and as far as I know, there is no such feature or tool in VS to archive this requirement, if you want to develop a tool to auto it, please redirect to this appropriate forum: https://forums.asp.net/ for a better support, since our forum is to discuss the VS IDE, thank you for your understanding.

Now, we can only create the project or item templates through the Export Template Wizard, but the content like reference, code inside the project is defined, please check this.

Best regards,

Sara


这篇关于通过网页从现有项目原型设计新项目的自动化的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆