ferram4 / Ferram-Aerospace-Research

Aerodynamics model for Kerbal Space Program
Other
237 stars 131 forks source link

Quick-and-dirty patch for KSP 1.5.1 #227

Open asdfCYBER opened 6 years ago

asdfCYBER commented 6 years ago

Yes, I reuploaded things multiple times and there are too many commits. Please don't blame me, I never use GitHub.

blowfishpro commented 6 years ago

How come it's showing so many changes in the .csproj files even though nothing changed. Did the line endings change or something like that?

It's also probably not a good idea to change the hint paths for the DLLs, since these are going to be specific to your system. In general I actually would recommend not using hint paths at all and setting reference paths in visual studio (which are stored in your local .csproj.user and not under version control), but it's up to the project owner to decide how they want to organize things.

asdfCYBER commented 6 years ago

@blowfishpro I recompiled the entire project against the newer dlls, and VS automatically changed the hintpaths, which were already in the original file. I will revert the .csproj files (they aren't packed in the dlls, are they?).

BlueNexus commented 5 years ago

Any idea when this is getting merged?