Is it possible to set Developer Studio to compile *.C-files in the same way as *.cpp-files?

I have a lot of C++ code made on UNIX using *.C. The code isn't UNIX dependent and I would like to use the code on Visual C++ as well. But Developer Studio only accepts *.cpp-files.

Can somebody help me?