Visual Studio - Mark file as optional -


in visual studio have custom user.config file developer can use set custom app settings. not want check file source control since build server use default settings if user.config not found.

if visual studio missing file, throws "cannot find file" compile time exception.

in csproj build file, there way can mark file ignored when compiling if not found?


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -