I like having my warning level set at W4 but all new projects start at W3. Is there some way to change the default value for warning levels for new projects?
|
|
|
|
|
|
|
I couldn't find any project templates or anything on my machine so I just searched in all the files for WarningLevel. I found common.js at
Searching in the file showed WarningLevel appeared in three places, lines 672, 699 and 3354. I simply changed the three lines reading
to
When I made a new project it was set at /w4. So this worked for me, won't guarantee it won't hose your machine. |
||
|
|
|
|
I don't know how to do it at the IDE but you cand always edit the new project templates at:
If you're using the express version there could be a minor variation in the path:
Where {Version} is the express flavor you are using, VCSExpress, VBExpress, etc. The templates are zip files, just edit the project changing:
to
|
||||
|
