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.
我有一个名为Logging. 在解决方案中,我有许多项目:ASP.NET MVC 应用程序、WCF 服务和其他项目。问题在于我必须为每个项目放置配置文件。我希望配置文件仅位于类库中的一个位置。这可能吗?
Logging
我正在使用 NLog。
您可以将现有项目(类库中的 NLog.config)作为链接添加到所有其他项目。您将能够在一个地方管理 NLog 配置。
1)右键单击一个项目-添加->现有项目...
2) 导航到您的类库文件夹,选择 NLog.config 文件并将其添加为链接。