添加对 amazon web services sdk 的 Visual Studio 项目的引用

发布于 2024-11-14 00:29:30 字数 159 浏览 3 评论 0原文

如何将对 amazon sdk(已安装)的引用添加到现有的类库中?

我可以创建一个新的 amazon aws 项目,但我只想添加对已存在的类库的引用它将使用亚马逊AWS API。

在线搜索,但找不到它......所以链接与直接答案一样好。

how can I add a reference to the amazon sdk (installed already) to my existing class library?

I can make a new amazon aws project, but I just want to add a reference to an already existing class library which will use amazon aws API's.

searched on line, but could not find it... so a link is as good as a direct answer.

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

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

发布评论

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

评论(1

深海蓝天 2024-11-21 00:29:30

您不能添加引用 到现有的类库dll?我强烈建议您从“工具”>“下载并安装 NuGet”。扩展管理器并使用它来安装第三方库。请查看 NuGet 文档 了解更多详细信息 :)

要安装(和引用)AWS 开发工具包,请运行以下命令从包管理器控制台:

安装包AWSSDK

Can't you just add a reference to the existing class library dll? I strongly engcourage you to download and install NuGet from Tools > Extension Manager and use that to install third party libraries. Check out the NuGet documentation for more details :)

To install (and reference) the AWS SDK, run the following command from the Package Manager Console:

Install-Package AWSSDK

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