I am trying to remove a massive amount of cruft from a .NET 3.5, VS2008 project and I am somewhat confused as to what gets compiled into an EXE and what isn't.
So for instance, if I double click on my Resources.Resx file, i get the following:
As you can see it states that this bitmap is "Linked at compile time". However, when I go to the path of the file in the Solution Explorer, it says that the Build Action is set to None - thus, from what I understand, the bitmap won't be linked into the EXE.
But at the same time, there is an entry in the Resources.resx. Anyway, I am confused. Would appreciate some clarity on the topic.