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.
我正在尝试为我的程序获取一个 .settings 文件,但它似乎没有出现在我的文件夹/程序中。当我在解决方案资源管理器中展开属性时,里面什么都没有。我正在通过 GitHub 上的 Repo 使用该程序,所以这可能是原因
无论如何要创建一个新的 .settings 文件或简单地找到该文件。
任何帮助表示赞赏。
据我所知,您的问题出在 Visual Studio 而不是 .Net 上,对吧?
可能问题是 .settings 没有正确添加到项目中,因此您可以右键单击“解决方案资源管理器”并转到“添加 -> 现有项”并手动将文件添加到项目中。