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
Post a Comment