Is anyone aware of a way to make visual studio completely ignore a file when compiling? I have a C# solution that has a foo.config file that isn\'t really a standard config
Are you sure that VS compiling .config file???
You should check it's Build Action in file options and may be set it to none.