Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 .NET CF 3.5 应用程序。应用程序使用的外部文件\程序集很少。这些文件不是项目的一部分,因此在我部署项目时进行调试时,这些外部文件不会部署到设备上。有什么方法可以将这些文件与项目一起部署而不将它们包含在项目中?
如果不告诉 Studio 要部署哪些文件,就无法让 Studio 部署任意文件。告诉 Studio 部署文件的唯一方法是将文件添加到项目(作为资源或内容文件)或添加对它们的引用(对于 .NET 程序集)。