网站-> Web 应用程序转换:我可以自动添加引用吗?

发布于 2024-08-23 03:09:36 字数 334 浏览 4 评论 0原文

在我的公司,我们一直在将 .net“网站”转换为“Web 应用程序”。我已成为这项任务的首选人选。

为了实现这一目标,我创建一个新项目,复制“网站”中的所有文件并将它们包含在项目中,然后运行“转换为 Web 应用程序”工具来创建“设计”文件。这太棒了,但是,我仍然需要手动将库和服务引用添加到我的新项目中,以匹配“网站”中的引用。

我也可以自动化这个过程吗?

澄清:我认为这个问题可以概括为:我可以将引用从一个 VS 项目复制到另一个项目吗?

对上述内容的更正:实际上,它并没有推广这种方式,因为“网站”引用保留在 web.config 文件中,而“Web 应用程序”引用保留在项目文件中。

In my company, we've been converting .net "Web Sites" to "Web Applications". I have become the go-to person for this task.

In order to accomplish this, I create a new project, copy all the files from the "Web Site" and include them in the project, and run the "Convert To Web Application" tool to create the "design" files. This is totally awesome, however, I still need to manually add library and service references to my new project to match the references in the "Web Site".

Can I automate this process as well?

CLARIFICATION: I think that this question could be generalized as: Can I copy references from one VS project to another?

CORRECTION to the above: Actually, it does not generalize this way because "Web Site" references are kept in the web.config file while "Web Application" references are kept in the project file.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

今天小雨转甜 2024-08-30 03:09:36

是的,你可以。项目文件(.csproj等)是一个xml文件。如果在文本编辑器中打开项目文件,您将看到名为 ItemGroup 的部分。在那里您会找到您的参考资料。

Yes you can. The project file (.csproj, etc) is an xml file. If you open the project file in a text editor you will see a section named ItemGroup. There you will find your references.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文