Joseph Brill
Joseph Brill
The project guid was implemented parallel to the MSVSProject argument `slnguid` which does not appear to documented anywhere but is retrieved in the msvs tool. `slnguid` is still in all...
> I think you're still missing my point about OverrideEnvironment() I'm not missing the point. There's nothing on the man page about projectguid *because I added it in this PR*...
> But you were asserting For multiple projects, this would assign the same GUID to both projects: indeed that's true with the code, but you can specify any envvar as...
Don't ping me for the MSVS issues :)
> Sorry if you're taking offense here, it seemed like you weren't aware that this was standard practice (to override or specify env vars to builders in the builder call).....
It is probably valuable for some as a code browser if nothing else. Mongodb appears to generate their own project file (vcxproj). From earlier testing, I'm reasonably confident `platform="win32"` can...
Personal Internal Notes - Implementation vs Documentation: * MSVSProject * Documentation - MSVSProject: * `srcs`: "srcs must be a string or a list of strings" * `incs`: "incs must be...
I have nothing remaining *planned* for this PR. > Still think these tests could be skipped on non-Windows platforms... as noted elsewhere, these days we have adequate automated test coverage...
> Was there someplace this could go, as it seems useful? I'm trying to gradually add annotations and docstring argument info where it makes sense - but these don't seem...
Since another change is required... **Do we want to skip the "loopy" (i.e., iterates over all msvc versions and not a snarky commentary on the msvs tool itself) msvs tests...