Is there a Visual Studio addon, or a method present already, that allows me to recursivly compare a project/solution/folder with what's in source control?
Note: Source control product agnostic (a.k.a VSS)
Update
The reason i assume is there is a source control agnostic solution is that Visual Studio supports Microsoft's MSSCCI API. So Visual Studio can perform the operation no matter what source control provider you have.