views:

26

answers:

1

Where exactly in Visual Studio project stored active configuration ( release , debug etc) ? Your help will be valuable

Thanks

+3  A: 

I'm fairly sure that's stored in the .suo file. It's a binary file that stores various user/machine specific settings and you can find more information about this file here.

ho1
it's indeed in the .suo file; debug settings etc are stred per-project in the vcproj.user file though
stijn
Thanks , indeed I found it in csproj.user
lm