Compile As property

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have set the Compile As property of a project to be "Compile as C++ file". However, when I add a new .C file to the project, the Compile As property of the project is not inherited by the file.

Do I have to override the property for every .C file?

I am using Visual C++.Net 2003.

Thanks.
 
If you do, you can select multiple files in the solution explorer and set
their properties together, so it's not that much of a problem.

Steve

Raikanta Sahu said:
I have set the Compile As property of a project to be "Compile as C++
file". However, when I add a new .C file to the project, the Compile As
property of the project is not inherited by the file.
 
Back
Top