How do I permanently set a new Default project in the VS NuGet Package Manager console?
问题 I am using VS2012 and every time I reopen VS, the Default project in the NuGet Package Manager console has been reset to what seems like a arbitrary project, and I have to use the dropdown list to reset to the appropriate project. How can I set (and persist this setting) for the default project for the package manager console? 回答1: As it stated in documentation here Package Manager Console's Default Project is whatever project set as StartUp Project on your solution level. You can control