cancel
Showing results for 
Search instead for 
Did you mean: 

What is the difference between .cproject and .project?

adaniel
Associate III
 
1 ACCEPTED SOLUTION

Accepted Solutions
KnarfB
Principal III

This is a general Eclipse thing, not specific to STM32. The .project is the Eclipse project file while .cproject is specific to the CDT (C and C++ plugin).

See https://www.eclipse.org/forums/index.php/t/174633/

View solution in original post

6 REPLIES 6
KnarfB
Principal III

This is a general Eclipse thing, not specific to STM32. The .project is the Eclipse project file while .cproject is specific to the CDT (C and C++ plugin).

See https://www.eclipse.org/forums/index.php/t/174633/

TDK
Guru

They're also plain text files, so you can open them in a text editor to find out.

If you feel a post has answered your question, please click "Accept as Solution".

But despite pain text advice is to avoid udating them by hand ... as part of tool metadata who knows drawbacks ...

I didn’t suggest editing them. But you can look to see what they are and what’s stored inside.
If you feel a post has answered your question, please click "Accept as Solution".

Was just in case 😋 better to be explicitly said ...

I disagree. Adding noise distracts from the original point.
If you feel a post has answered your question, please click "Accept as Solution".