添加对 amazon web services sdk 的 Visual Studio 项目的引用
如何将对 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不能添加引用 到现有的类库dll?我强烈建议您从“工具”>“下载并安装 NuGet”。扩展管理器并使用它来安装第三方库。请查看 NuGet 文档 了解更多详细信息 :)
要安装(和引用)AWS 开发工具包,请运行以下命令从包管理器控制台:
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: