ModuleManager icon indicating copy to clipboard operation
ModuleManager copied to clipboard

load KSP assemblies from the configured KspDir env var

Open RobertGiesecke opened this issue 11 years ago • 1 comments

This should make it possible to clone the repo and just hit build. (If there's a KspDir env var already set up)

Without $(KspDir), an error will be shown in the IDE/msbuild that explains which env var to create or where to put the msbuild property.

RobertGiesecke avatar Aug 24 '14 15:08 RobertGiesecke

Old PR, but this can be accomplished with reference paths, which are stored in the uncommitted .csproj.user and thus are not dependent on where you have KSP installed or any environment variables

blowfishpro avatar Oct 10 '18 05:10 blowfishpro