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.
我正在一个应用程序中工作,该应用程序获取实时数据并将它们存储在我的项目目录中作为文件夹中的 excel 表。我的输出文件夹存储在 bin\Debug 下。我单击“全部显示”以查看它们。有没有办法以编程方式包含这些输出文件夹?
您的意思是在项目中包含文件吗?如果是这样,您可以通过编辑项目文件来完成。项目文件 (.csproj) 只是一个纯文本文件。首先添加一个文件,看看它是如何影响csproj文件的。之后,您可以以编程方式编辑 csproj 文件以包含所需的文件。