开发者

VS 2010: Where are solution settings stored?

You know how you go to solution properties and are able to change the startup project? You can choose current selection, single startup project, or multiple startup projects. Where is this stored on disk?

I ask because we use SourceGear Vault for our code repository where we have three separate branches for our code: dev, staging, and production. Because we do mid-month staging deployments so the client can see various items in the release as they are completed, we are constantly deleting and rebranching branches. This results in us losing these settings ever开发者_如何学Pythony time. It's more of a nuisance than anything. What I would like to do is tell the solution to point to a file outside of the folder so that the solution settings will always be there.


It is stored in the suo file in binary format. This file is usually placed in the same folder as your sln file.

Since its a binary I am not sure if you will be able to do anything with it directly. So this SO answer might be related.


This link answers my question:

http://connect.microsoft.com/VisualStudio/feedback/details/321663/allow-location-change-for-ncb-user-aps-suo-files

Looks like they won't be address this any time soon. Not a show stopper, but it'd be nice to relocate the .suo file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜