After a long hiatus away from it, I've returned to a project that targets the CF framework; the project has two references tagged with yellow "yield"/Warning glyphs (namely "ErikEJ.SqlCe.NetCF" and "Newtonsoft.Json.Compact").
The project compiles, so it seems whatever ails these two references is not causing a big problem.
Does this state of affairs (compiles, but displays warning signs) mean I can safely remove those references, or does it mean some action is required on my part to make these references "safe for democracy" again?
The project seems to be confused as to where these are, as the Path property is blank and the Version property is "0.0.0.0"
If they can't be found, and yet all is presumably well, that indicates to me that I can simply remove them. But...they were added for some reason, and I'd like reassurance before taking that semi-drastic step.