For some reason, when I download the source code off of
Id's FTP site the Visual Studio Work Space file upgrades smoothly to Visual Studio 2008, unlike the one from github which has that "corrupt file" error.
Of course, if I upgrade it to Visual Studio 2010 or newer I get that stupid "$(targetpath) doesn't match the linker's output file directory" error.
I figured out how to change $(targetpath) but it seems like the librarian's output file directory is different from the linker's output file directory. I can have $(targetpaht) mach one or the other but not both.
Can I change the linker's output file directory and the librarian's output file directory to match $(targetpath) instead? If so how do I change the librarian's output file directory?