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.
我们如何使用代码在项目中包含文件?
我想包含这个文件:
我也想要这样的等价物:
在代码中......有可能吗?
你可以通过几种方式做到这一点。
devenv /command "File.AddExistingSolutionItem 完整路径\文件名"
项目文件是 XML。您可以像任何文件一样打开和修改它。
用于Microsoft.Build.Evaluation.Project检查和修改项目文件。该.AddItem()方法是您正在寻找的。
Microsoft.Build.Evaluation.Project
.AddItem()